SYNOPSIS
struct media_entity_notify {
struct list_head list;
void * notify_data;
void (* notify) (struct media_entity *entity, void *notify_data);
};
MEMBERS
list
- List head
notify_data
- Input data to invoke the callback
notify
- Callback function pointer
DESCRIPTION
Drivers may register a callback to take action when new entities get registered with the media device.
COPYRIGHT