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
827 * subdevice routing table. Subdevs that implement this operation
996 * @regulators: Optional regulators used to power on/off the subdevice
998 * @host_priv: Per-subdevice data, specific for a certain video host device
1045 * @pdata: common part of subdevice platform data
1219 * is owned by the subdevice, the function returns the endpoint port
1305 * v4l2_subdev_init_finalize() - Finalizes the initialization of the subdevice
1330 * v4l2_subdev_cleanup() - Releases the resources allocated by the subdevice
1331 * @sd: The subdevice
1358 * @state: subdevice state
1393 * @state: subdevice state
1415 * @state: subdevice state
1437 * @state: subdevice state
1461 * @sd: subdevice
1462 * @state: subdevice state
1478 * @sd: subdevice
1479 * @state: subdevice state
1496 * @sd: The subdevice
1497 * @state: The subdevice state
1526 * @sd: The subdevice
1527 * @state: The subdevice state
1562 * @state: subdevice state
1578 * @state: Subdevice state
1599 * enum v4l2_subdev_routing_restriction - Subdevice internal routing restrictions
1647 * @sd: The subdevice
1661 * @sd: The subdevice
1665 * This function enables streams on a source @pad of a subdevice. The pad is
1691 * @sd: The subdevice
1695 * This function disables streams on a source @pad of a subdevice. The pad is
1722 * @sd: The subdevice
1725 * Subdevice drivers that implement the streams-aware
1742 * @state: The subdevice state
1755 * @state: The subdevice state
1766 * @state1: One subdevice state
1767 * @state2: The other subdevice state
1788 * @state1: One subdevice state
1789 * @state2: The other subdevice state
1807 * @sd: The subdevice
1809 * Returns the active state for the subdevice, or NULL if the subdev does not
1828 * @sd: The subdevice
1830 * Returns the active state for the subdevice, or NULL if the subdev does not
1847 * state for the subdevice
1848 * @sd: The subdevice
1850 * Returns the locked active state for the subdevice, or NULL if the subdev
1980 * v4l2_subdev_notify_event() - Delivers event notification for subdevice
1993 * v4l2_subdev_is_streaming() - Returns if the subdevice is streaming
1994 * @sd: The subdevice
1996 * v4l2_subdev_is_streaming() tells if the subdevice is currently streaming.
2000 * If the subdevice implements .enable_streams() this function must be called