Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/media/
H A Dmedia-device.h376 int __must_check media_device_register_entity_notify(struct media_device *mdev,
456 static inline int media_device_register_entity_notify( in media_device_register_entity_notify() function
/OK3568_Linux_fs/kernel/drivers/media/mc/
H A Dmc-device.c779 int __must_check media_device_register_entity_notify(struct media_device *mdev, in media_device_register_entity_notify() function
787 EXPORT_SYMBOL_GPL(media_device_register_entity_notify);
/OK3568_Linux_fs/kernel/drivers/media/usb/au0828/
H A Dau0828-core.c630 ret = media_device_register_entity_notify(dev->media_dev, in au0828_media_device_register()