Home
last modified time | relevance | path

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

/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()
386 list_move(&asc->asc_entry, &notifier->done_list); in v4l2_async_match_notify()
475 list_move_tail(&asc->asc_entry, &notifier->waiting_list); in v4l2_async_unbind_subdev_one()
491 asc_entry) { in v4l2_async_nf_unbind_all_subdevs()
511 list_for_each_entry(asc, &notifier->waiting_list, asc_entry) in v4l2_async_nf_has_async_match_entry()
515 list_for_each_entry(asc, &notifier->done_list, asc_entry) in v4l2_async_nf_has_async_match_entry()
542 list_for_each_entry(asc, heads[i], asc_entry) { in v4l2_async_nf_has_async_match()
607 list_for_each_entry(asc, &notifier->waiting_list, asc_entry) { in __v4l2_async_nf_register()
679 list_for_each_entry_safe(asc, tmp, &notifier->waiting_list, asc_entry) { in __v4l2_async_nf_cleanup()
[all …]
/linux/drivers/media/pci/intel/ipu6/
H A 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/include/media/
H A Dv4l2-async.h82 struct list_head asc_entry; member