Home
last modified time | relevance | path

Searched refs:asc_entry (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-async.c187 list_for_each_entry(asc, &notifier->waiting_list, asc_entry) { in v4l2_async_find_match()
264 list_for_each_entry(asc, &notifier->done_list, asc_entry) { in v4l2_async_nf_can_complete()
383 list_move(&asc->asc_entry, &notifier->done_list); in v4l2_async_match_notify()
459 list_move_tail(&asc->asc_entry, &notifier->waiting_list); in v4l2_async_unbind_subdev_one()
475 asc_entry) { in v4l2_async_nf_unbind_all_subdevs()
499 list_for_each_entry(asc, &notifier->done_list, asc_entry) in v4l2_async_nf_has_async_match_entry()
526 list_for_each_entry(asc, heads[i], asc_entry) { in v4l2_async_nf_has_async_match()
664 list_del(&asc->asc_entry); in __v4l2_async_nf_cleanup()
692 list_add_tail(&asc->asc_entry, &notifier->waiting_list); in __v4l2_async_nf_add_connection()
878 list_move(&asc->asc_entry, in v4l2_async_unregister_subdev()
[all …]
/openbmc/linux/include/media/
H A Dv4l2-async.h82 struct list_head asc_entry; member
/openbmc/linux/drivers/media/platform/xilinx/
H A Dxilinx-vipp.c65 list_for_each_entry(asd, lists[i], asc_entry) { in xvip_graph_find_entity()
301 list_for_each_entry(asd, &xdev->notifier.done_list, asc_entry) { in xvip_graph_notify_complete()
403 list_for_each_entry(asd, &xdev->notifier.waiting_list, asc_entry) { in xvip_graph_parse()
/openbmc/linux/drivers/staging/media/tegra-video/
H A Dvi.c1467 list_for_each_entry(asd, list, asc_entry) { in tegra_vi_graph_find_entity()
1613 list_for_each_entry(asd, &chan->notifier.done_list, asc_entry) { in tegra_vi_graph_notify_complete()
/openbmc/linux/drivers/media/pci/intel/ipu3/
H A Dipu3-cio2.c1430 list_for_each_entry(asd, &cio2->notifier.done_list, asc_entry) { in cio2_notifier_complete()