Home
last modified time | relevance | path

Searched refs:notifier_entry (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-async.c236 list_for_each_entry(n, &notifier_list, notifier_entry) in v4l2_async_find_subdev_notifier()
535 list_for_each_entry(notifier, &notifier_list, notifier_entry) in v4l2_async_nf_has_async_match()
569 INIT_LIST_HEAD(&notifier->notifier_entry); in v4l2_async_nf_init()
579 INIT_LIST_HEAD(&notifier->notifier_entry); in v4l2_async_subdev_nf_init()
606 list_add(&notifier->notifier_entry, &notifier_list); in __v4l2_async_nf_register()
641 list_del_init(&notifier->notifier_entry); in __v4l2_async_nf_unregister()
815 list_for_each_entry(notifier, &notifier_list, notifier_entry) { in v4l2_async_register_subdev()
935 list_for_each_entry(notif, &notifier_list, notifier_entry) { in pending_subdevs_show()
/openbmc/linux/include/media/
H A Dv4l2-async.h125 struct list_head notifier_entry; member