Lines Matching full:async
430 * @asd_struct_size: size of the driver's async sub-device struct, including
433 * the driver's async sub-device struct, i.e. both
438 * Parse the fwnode endpoints of the @dev device and populate the async sub-
440 * called for each endpoint with the corresponding async sub-device pointer to
441 * let the caller initialize the driver-specific part of the async sub-device
455 * v4l2_async_notifier_cleanup() after it has been unregistered and the async
458 * Return: %0 on success, including when no async sub-devices are found
475 * @asd_struct_size: size of the driver's async sub-device struct, including
478 * the driver's async sub-device struct, i.e. both
486 * on devices that have both sinks and sources: the async sub-devices connected
491 * the async sub-devices list of the notifier. The @parse_endpoint callback
492 * function is called for each endpoint with the corresponding async sub-device
493 * pointer to let the caller initialize the driver-specific part of the async
507 * v4l2_async_notifier_cleanup() after it has been unregistered and the async
510 * Return: %0 on success, including when no async sub-devices are found
524 * sensors for async sub-devices
526 * @notifier: the async notifier where the async subdevs will be added
529 * sensor and set up async sub-devices for them.
532 * v4l2_async_notifier_release() after it has been unregistered and the async