Lines Matching full:async
22 #include <media/v4l2-async.h>
101 "v4l2-async: fwnode match: need %pfw, trying %pfw\n", in match_fwnode_one()
106 "v4l2-async: direct match found\n"); in match_fwnode_one()
112 "v4l2-async: direct match not found\n"); in match_fwnode_one()
123 "v4l2-async: device--endpoint match %sfound\n", in match_fwnode_one()
134 "v4l2-async: matching for notifier %pfw, sd fwnode %pfw\n", in match_fwnode()
141 "v4l2-async: endpoint fwnode list available, looking for %pfw\n", in match_fwnode()
149 "v4l2-async: endpoint-endpoint match %sfound with %pfw\n", in match_fwnode()
156 dev_dbg(sd->dev, "async: no endpoint matched\n"); in match_fwnode()
169 "v4l2-async: trying secondary fwnode match\n"); in match_fwnode()
210 /* Compare two async match descriptors for equivalence */
277 * Complete the master notifier if possible. This is done when all async
291 "v4l2-async: trying to complete\n"); in v4l2_async_nf_try_complete()
300 "v4l2-async: V4L2 device not available\n"); in v4l2_async_nf_try_complete()
308 dev_dbg(notifier_dev(__notifier), "v4l2-async: complete\n"); in v4l2_async_nf_try_complete()
385 dev_dbg(notifier_dev(notifier), "v4l2-async: %s bound (ret %d)\n", in v4l2_async_match_notify()
396 * Proceed with checking for the sub-device notifier's async in v4l2_async_match_notify()
415 /* Test all async sub-devices in a notifier for a match. */
426 dev_dbg(notifier_dev(notifier), "v4l2-async: trying all sub-devices\n"); in v4l2_async_nf_try_all_subdevs()
438 "v4l2-async: match found, subdev %s\n", sd->name); in v4l2_async_nf_try_all_subdevs()
446 * new notifier and thus changing the async subdevs in v4l2_async_nf_try_all_subdevs()
488 /* See if an async sub-device can be found in a notifier's lists. */
507 * Find out whether an async sub-device was set up already or whether it exists
551 dev_dbg(dev, "v4l2-async: match descriptor already listed in a notifier\n"); in v4l2_async_nf_match_valid()
556 dev_err(dev, "v4l2-async: Invalid match type %u on %p\n", in v4l2_async_nf_match_valid()
800 * v4l2_subdev.dev), and async sub-device does not exist independently in v4l2_async_register_subdev()
803 * The async sub-device shall always be registered for its device node, in v4l2_async_register_subdev()
844 * this async sub-device. in v4l2_async_register_subdev()
951 v4l2_async_debugfs_dir = debugfs_create_dir("v4l2-async", NULL); in v4l2_async_init()