Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/v4l2-core/
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()
387 list_move(&asc->asc_entry, &notifier->done_list); in v4l2_async_match_notify()
463 list_move_tail(&asc->asc_entry, &notifier->waiting_list); in v4l2_async_unbind_subdev_one()
479 asc_entry) { in v4l2_async_nf_unbind_all_subdevs()
499 list_for_each_entry(asc, &notifier->waiting_list, asc_entry) in v4l2_async_nf_has_async_match_entry()
503 list_for_each_entry(asc, &notifier->done_list, asc_entry) in v4l2_async_nf_has_async_match_entry()
530 list_for_each_entry(asc, heads[i], asc_entry) { in v4l2_async_nf_has_async_match()
595 list_for_each_entry(asc, &notifier->waiting_list, asc_entry) { in __v4l2_async_nf_register()
667 list_for_each_entry_safe(asc, tmp, &notifier->waiting_list, asc_entry) { in __v4l2_async_nf_cleanup()
[all …]
/linux-6.12.1/drivers/media/platform/xilinx/
Dxilinx-vipp.c65 list_for_each_entry(asd, lists[i], asc_entry) { in xvip_graph_find_entity()
296 list_for_each_entry(asd, &xdev->notifier.done_list, asc_entry) { in xvip_graph_notify_complete()
398 list_for_each_entry(asd, &xdev->notifier.waiting_list, asc_entry) { in xvip_graph_parse()
/linux-6.12.1/drivers/media/pci/intel/ipu6/
Dipu6-isys-mcd-phy.c581 list_for_each_entry(asc, &isys->notifier.done_list, asc_entry) { in ipu6_isys_mcd_phy_common_init()
636 list_for_each_entry(asc, &isys->notifier.done_list, asc_entry) { in ipu6_isys_mcd_phy_config()
/linux-6.12.1/include/media/
Dv4l2-async.h82 struct list_head asc_entry; member
/linux-6.12.1/drivers/staging/media/tegra-video/
Dvi.c1469 list_for_each_entry(asd, list, asc_entry) { in tegra_vi_graph_find_entity()
1615 list_for_each_entry(asd, &chan->notifier.done_list, asc_entry) { in tegra_vi_graph_notify_complete()
/linux-6.12.1/drivers/media/pci/intel/ipu3/
Dipu3-cio2.c1416 list_for_each_entry(asd, &cio2->notifier.done_list, asc_entry) { in cio2_notifier_complete()