Searched refs:entity_notify (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/au0828/ |
H A D | au0828-core.c | 134 /* Remove au0828 entity_notify callbacks */ in au0828_unregister_media_device() 135 list_for_each_entry_safe(notify, nextp, &mdev->entity_notify, list) { in au0828_unregister_media_device() 586 * entity_notify to be called when new entities in au0828_media_device_register() 627 /* register entity_notify callback */ in au0828_media_device_register() 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() 634 "Media Device register entity_notify Error: %d\n", in au0828_media_device_register()
|
H A D | au0828.h | 274 struct media_entity_notify entity_notify; member
|
/kernel/linux/linux-6.6/drivers/media/usb/au0828/ |
H A D | au0828-core.c | 134 /* Remove au0828 entity_notify callbacks */ in au0828_unregister_media_device() 135 list_for_each_entry_safe(notify, nextp, &mdev->entity_notify, list) { in au0828_unregister_media_device() 586 * entity_notify to be called when new entities in au0828_media_device_register() 627 /* register entity_notify callback */ in au0828_media_device_register() 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()
|
H A D | au0828.h | 274 struct media_entity_notify entity_notify; member
|
/kernel/linux/linux-5.10/include/media/ |
H A D | media-device.h | 96 * @entity_notify: List of registered entity_notify callbacks 167 struct list_head entity_notify; member 364 * media_device_register_entity_notify() - Registers a media entity_notify
|
/kernel/linux/linux-5.10/drivers/media/mc/ |
H A D | mc-device.c | 606 /* invoke entity_notify callbacks to handle entity removal?? */ in __media_device_unregister_entity() 653 /* invoke entity_notify callbacks */ in media_device_register_entity() 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() 826 /* Remove all entity_notify callbacks from the media device */ in media_device_unregister() 827 list_for_each_entry_safe(notify, nextp, &mdev->entity_notify, list) in media_device_unregister()
|
/kernel/linux/linux-6.6/drivers/media/mc/ |
H A D | mc-device.c | 606 /* invoke entity_notify callbacks to handle entity removal?? */ in __media_device_unregister_entity() 645 /* invoke entity_notify callbacks */ in media_device_register_entity() 646 list_for_each_entry_safe(notify, next, &mdev->entity_notify, list) in media_device_register_entity() 692 INIT_LIST_HEAD(&mdev->entity_notify); in media_device_init() 763 list_add_tail(&nptr->list, &mdev->entity_notify); in media_device_register_entity_notify() 811 /* Remove all entity_notify callbacks from the media device */ in media_device_unregister() 812 list_for_each_entry_safe(notify, nextp, &mdev->entity_notify, list) in media_device_unregister()
|
/kernel/linux/linux-6.6/include/media/ |
H A D | media-device.h | 97 * @entity_notify: List of registered entity_notify callbacks 168 struct list_head entity_notify; member 355 * media_device_register_entity_notify() - Registers a media entity_notify
|
Completed in 8 milliseconds