Name

media_device_register_entity_notify — Registers a media entity_notify callback

Synopsis

int media_device_register_entity_notify (struct media_device * mdev,
 struct media_entity_notify * nptr);
 

Arguments

mdev

The media device

nptr

The media_entity_notify

Note

When a new entity is registered, all the registered media_entity_notify callbacks are invoked.