Home
last modified time | relevance | path

Searched refs:asd_list (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/media/v4l2-core/
H A Dv4l2-async.c425 * If @this_index < 0, search the notifier's entire @asd_list.
436 list_for_each_entry(asd_y, &notifier->asd_list, asd_list) in v4l2_async_notifier_has_async_subdev()
482 INIT_LIST_HEAD(&notifier->asd_list); in v4l2_async_notifier_init()
496 list_for_each_entry(asd, &notifier->asd_list, asd_list) in v4l2_async_notifier_register_ext()
657 if (!notifier || !notifier->asd_list.next) { in v4l2_async_notifier_cleanup_ext()
661 list_for_each_entry_safe(asd, tmp, &notifier->asd_list, asd_list) in v4l2_async_notifier_cleanup_ext()
671 list_del(&asd->asd_list); in v4l2_async_notifier_cleanup_ext()
[all...]
/device/soc/rockchip/common/sdk_linux/include/media/
H A Dv4l2-async.h70 * @asd_list: used to add struct v4l2_async_subdev objects to the
71 * master notifier @asd_list
96 struct list_head asd_list; member
119 * @asd_list: master list of struct v4l2_async_subdev
129 struct list_head asd_list; member
140 * This function initializes the notifier @asd_list. It must be called
153 * the notifiers master @asd_list. The @asd must be allocated with k*alloc() as
160 * subdev to the notifier's master asd_list.
171 * notifiers @asd_list. The function also gets a reference of the fwnode which
181 * notifier's master asd_list
[all...]

Completed in 2 milliseconds