Lines Matching full:subdevice

104  * enum v4l2_subdev_io_pin_bits - Subdevice external IO pin configuration
124 * struct v4l2_subdev_io_pin_config - Subdevice external IO pin configuration
150 * other than just subdevice initialization.
179 * @s_power: puts subdevice in power saving mode (on == 0) or normal operation
830 * subdevice routing table. Subdevs that implement this operation
1007 * @regulators: Optional regulators used to power on/off the subdevice
1009 * @host_priv: Per-subdevice data, specific for a certain video host device
1056 * @pdata: common part of subdevice platform data
1230 * is owned by the subdevice, the function returns the endpoint port
1316 * v4l2_subdev_init_finalize() - Finalizes the initialization of the subdevice
1341 * v4l2_subdev_cleanup() - Releases the resources allocated by the subdevice
1342 * @sd: The subdevice
1369 * @state: subdevice state
1404 * @state: subdevice state
1426 * @state: subdevice state
1448 * @state: subdevice state
1472 * @sd: subdevice
1473 * @state: subdevice state
1489 * @sd: subdevice
1490 * @state: subdevice state
1507 * @sd: The subdevice
1508 * @state: The subdevice state
1537 * @sd: The subdevice
1538 * @state: The subdevice state
1573 * @state: subdevice state
1589 * @state: Subdevice state
1610 * enum v4l2_subdev_routing_restriction - Subdevice internal routing restrictions
1658 * @sd: The subdevice
1672 * @sd: The subdevice
1676 * This function enables streams on a source @pad of a subdevice. The pad is
1704 * @sd: The subdevice
1708 * This function disables streams on a source @pad of a subdevice. The pad is
1737 * @sd: The subdevice
1740 * Subdevice drivers that implement the streams-aware
1757 * @state: The subdevice state
1770 * @state: The subdevice state
1781 * @state1: One subdevice state
1782 * @state2: The other subdevice state
1803 * @state1: One subdevice state
1804 * @state2: The other subdevice state
1822 * @sd: The subdevice
1824 * Returns the active state for the subdevice, or NULL if the subdev does not
1843 * @sd: The subdevice
1845 * Returns the active state for the subdevice, or NULL if the subdev does not
1862 * state for the subdevice
1863 * @sd: The subdevice
1865 * Returns the locked active state for the subdevice, or NULL if the subdev
1995 * v4l2_subdev_notify_event() - Delivers event notification for subdevice
2008 * v4l2_subdev_is_streaming() - Returns if the subdevice is streaming
2009 * @sd: The subdevice
2011 * v4l2_subdev_is_streaming() tells if the subdevice is currently streaming.
2015 * If the subdevice implements .enable_streams() this function must be called