struct_media_entity_notify(9) Media Entity Notify

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