Home
last modified time | relevance | path

Searched refs:media_device_register_entity_notify (Results 1 – 3 of 3) sorted by relevance

/linux/include/media/
H A Dmedia-device.h364 * media_device_register_entity_notify() - Registers a media entity_notify
376 void media_device_register_entity_notify(struct media_device *mdev,
462 static inline void media_device_register_entity_notify( in media_device_unregister_entity_notify()
453 static inline void media_device_register_entity_notify( media_device_register_entity_notify() function
/linux/drivers/media/mc/
H A Dmc-device.c784 void media_device_register_entity_notify(struct media_device *mdev, in media_device_register_entity_notify() function
791 EXPORT_SYMBOL_GPL(media_device_register_entity_notify);
/linux/drivers/media/usb/au0828/
H A Dau0828-core.c630 media_device_register_entity_notify(dev->media_dev, in au0828_media_device_register()