Home
last modified time | relevance | path

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

/linux/include/media/
H A Dmedia-device.h380 * media_device_unregister_entity_notify() - Unregister a media entity notify
387 void media_device_unregister_entity_notify(struct media_device *mdev,
467 static inline void media_device_unregister_entity_notify( in media_device_pci_init()
458 static inline void media_device_unregister_entity_notify( media_device_unregister_entity_notify() function
/linux/drivers/media/mc/
H A Dmc-device.c802 void media_device_unregister_entity_notify(struct media_device *mdev, in media_device_unregister_entity_notify() function
809 EXPORT_SYMBOL_GPL(media_device_unregister_entity_notify);
/linux/drivers/media/usb/au0828/
H A Dau0828-core.c138 media_device_unregister_entity_notify(mdev, notify); in au0828_unregister_media_device()