Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/drivers/media/v4l2-core/
H A Dv4l2-async.c161 switch (asd->match_type) { in v4l2_async_find_match()
192 if (asd_x->match_type != asd_y->match_type) { in asd_equal()
196 switch (asd_x->match_type) { in asd_equal()
462 switch (asd->match_type) { in v4l2_async_notifier_asd_valid()
473 dev_err(dev, "Invalid match type %u on %p\n", asd->match_type, asd); in v4l2_async_notifier_asd_valid()
663 switch (asd->match_type) { in v4l2_async_notifier_cleanup_ext()
717 asd->match_type = V4L2_ASYNC_MATCH_FWNODE; in v4l2_async_notifier_add_fwnode_subdev()
764 asd->match_type = V4L2_ASYNC_MATCH_I2C; in v4l2_async_notifier_add_i2c_subdev()
789 asd->match_type in v4l2_async_notifier_add_devname_subdev()
[all...]
/device/soc/rockchip/common/sdk_linux/include/media/
H A Dv4l2-async.h43 * @match_type: type of match that will be used
47 * Used if @match_type is %V4L2_ASYNC_MATCH_FWNODE.
50 * Used if @match_type is %V4L2_ASYNC_MATCH_DEVNAME.
54 * Used if @match_type is %V4L2_ASYNC_MATCH_I2C.
57 * Used if @match_type is %V4L2_ASYNC_MATCH_I2C.
60 * Used if @match_type is %V4L2_ASYNC_MATCH_I2C.
63 * Used if @match_type is %V4L2_ASYNC_MATCH_CUSTOM.
80 enum v4l2_async_match_type match_type; member

Completed in 5 milliseconds