Searched refs:asd_list (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/xilinx/ |
H A D | xilinx-vipp.c | 59 list_for_each_entry(asd, &xdev->notifier.asd_list, asd_list) { in xvip_graph_find_entity() 294 list_for_each_entry(asd, &xdev->notifier.asd_list, asd_list) { in xvip_graph_notify_complete() 325 list_for_each_entry(asd, &xdev->notifier.asd_list, asd_list) { in xvip_graph_notify_bound() 419 list_for_each_entry(asd, &xdev->notifier.asd_list, asd_list) { in xvip_graph_parse() 527 if (list_empty(&xdev->notifier.asd_list)) { in xvip_graph_init()
|
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | v4l2-async.c | 431 * If @this_index < 0, search the notifier's entire @asd_list. 444 list_for_each_entry(asd_y, ¬ifier->asd_list, asd_list) { in v4l2_async_notifier_has_async_subdev() 491 INIT_LIST_HEAD(¬ifier->asd_list); in v4l2_async_notifier_init() 505 list_for_each_entry(asd, ¬ifier->asd_list, asd_list) { in __v4l2_async_notifier_register() 604 if (!notifier || !notifier->asd_list.next) in __v4l2_async_notifier_cleanup() 607 list_for_each_entry_safe(asd, tmp, ¬ifier->asd_list, asd_list) { in __v4l2_async_notifier_cleanup() 616 list_del(&asd->asd_list); in __v4l2_async_notifier_cleanup() [all...] |
/kernel/linux/linux-5.10/include/media/ |
H A D | v4l2-async.h | 70 * @asd_list: used to add struct v4l2_async_subdev objects to the 71 * master notifier @asd_list 97 struct list_head asd_list; member 124 * @asd_list: master list of struct v4l2_async_subdev 134 struct list_head asd_list; member 145 * This function initializes the notifier @asd_list. It must be called 158 * the notifiers master @asd_list. The @asd must be allocated with k*alloc() as 166 * subdev to the notifier's master asd_list. 177 * notifiers @asd_list. The function also gets a reference of the fwnode which 188 * notifier's master asd_list [all...] |
/kernel/linux/linux-5.10/drivers/staging/media/tegra-video/ |
H A D | vi.c | 1306 list_for_each_entry(asd, &chan->notifier.asd_list, asd_list) { in tegra_vi_graph_find_entity() 1450 list_for_each_entry(asd, &chan->notifier.asd_list, asd_list) { in tegra_vi_graph_notify_complete() 1609 if (ret < 0 || list_empty(&chan->notifier.asd_list)) in tegra_vi_graph_init()
|
/kernel/linux/linux-5.10/drivers/staging/media/imx/ |
H A D | imx-media-dev-common.c | 397 if (list_empty(&imxmd->notifier.asd_list)) { in imx_media_dev_notifier_register()
|
/kernel/linux/linux-5.10/drivers/media/pci/intel/ipu3/ |
H A D | ipu3-cio2.c | 1433 list_for_each_entry(asd, &cio2->notifier.asd_list, asd_list) { in cio2_notifier_complete()
|
/kernel/linux/linux-5.10/drivers/media/platform/rcar-vin/ |
H A D | rcar-core.c | 871 if (list_empty(&vin->group->notifier.asd_list)) in rvin_mc_parse_of_graph()
|
Completed in 10 milliseconds