Lines Matching +full:sub +full:- +full:module
4 * Copyright (C) 2012-2013, Guennadi Liakhovetski <g.liakhovetski@gmx.de>
27 * enum v4l2_async_match_type - type of asynchronous subdevice logic to be used
36 * This enum is used by the asyncrhronous sub-device logic to define the
47 * struct v4l2_async_subdev - sub-device descriptor, as known to a bridge
50 * @match: union of per-bus type matching data sets
68 * Driver-specific match criteria.
71 * Driver-specific match function to be used if
74 * Driver-specific private struct with match parameters
77 * probed, to a notifier->waiting list
99 /* v4l2-async core private: not to be used by drivers */
104 * struct v4l2_async_notifier_operations - Asynchronous V4L2 notifier operations
121 * struct v4l2_async_notifier - v4l2_device notifier data
128 * @sd: sub-device that registered the notifier, NULL otherwise
148 * v4l2_async_notifier_register - registers a subdevice asynchronous notifier
157 * v4l2_async_subdev_notifier_register - registers a subdevice asynchronous
158 * notifier for a sub-device
167 * v4l2_async_notifier_unregister - unregisters a subdevice asynchronous notifier
174 * v4l2_async_notifier_cleanup - clean up notifier resources
178 * sub-devices allocated for the purposes of the notifier but not the notifier
190 * v4l2_async_register_subdev - registers a sub-device to the asynchronous
198 * v4l2_async_register_subdev_sensor_common - registers a sensor sub-device to
199 * the asynchronous sub-device
208 * async sub-devices. The sub-device is similarly unregistered by calling
211 * While registered, the subdev module is marked as in-use.
213 * An error is returned if the module is no longer loaded on any attempts
220 * v4l2_async_unregister_subdev - unregisters a sub-device to the asynchronous