Searched refs:entity_notify (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/au0828/ |
D | au0828-core.c | 135 list_for_each_entry_safe(notify, nextp, &mdev->entity_notify, list) { in au0828_unregister_media_device() 628 dev->entity_notify.notify_data = (void *) dev; in au0828_media_device_register() 629 dev->entity_notify.notify = (void *) au0828_media_graph_notify; in au0828_media_device_register() 631 &dev->entity_notify); in au0828_media_device_register()
|
D | au0828.h | 274 struct media_entity_notify entity_notify; member
|
/kernel/linux/linux-5.10/drivers/media/mc/ |
D | mc-device.c | 654 list_for_each_entry_safe(notify, next, &mdev->entity_notify, list) in media_device_register_entity() 710 INIT_LIST_HEAD(&mdev->entity_notify); in media_device_init() 777 list_add_tail(&nptr->list, &mdev->entity_notify); in media_device_register_entity_notify() 827 list_for_each_entry_safe(notify, nextp, &mdev->entity_notify, list) in media_device_unregister()
|
/kernel/linux/linux-5.10/include/media/ |
D | media-device.h | 167 struct list_head entity_notify; member
|