Home
last modified time | relevance | path

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

/drivers/media/usb/au0828/
Dau0828-core.c149 list_for_each_entry_safe(notify, nextp, &mdev->entity_notify, list) { in au0828_unregister_media_device()
541 dev->entity_notify.notify_data = (void *) dev; in au0828_media_device_register()
542 dev->entity_notify.notify = (void *) au0828_media_graph_notify; in au0828_media_device_register()
544 &dev->entity_notify); in au0828_media_device_register()
Dau0828.h285 struct media_entity_notify entity_notify; member
/drivers/media/
Dmedia-device.c599 list_for_each_entry_safe(notify, next, &mdev->entity_notify, list) { in media_device_register_entity()
687 INIT_LIST_HEAD(&mdev->entity_notify); in media_device_init()
749 list_add_tail(&nptr->list, &mdev->entity_notify); in media_device_register_entity_notify()
799 list_for_each_entry_safe(notify, nextp, &mdev->entity_notify, list) in media_device_unregister()