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.
986 * @regulators: Optional regulators used to power on/off the subdevice
988 * @host_priv: Per-subdevice data, specific for a certain video host device
1035 * @pdata: common part of subdevice platform data
1286 * is owned by the subdevice, the function returns the endpoint port
1366 * v4l2_subdev_init_finalize() - Finalizes the initialization of the subdevice
1391 * v4l2_subdev_cleanup() - Releases the resources allocated by the subdevice
1392 * @sd: The subdevice
1402 * @state: The subdevice state
1415 * @state: The subdevice state
1427 * @sd: The subdevice
1429 * Returns the active state for the subdevice, or NULL if the subdev does not
1448 * @sd: The subdevice
1450 * Returns the active state for the subdevice, or NULL if the subdev does not
1467 * state for the subdevice
1468 * @sd: The subdevice
1470 * Returns the locked active state for the subdevice, or NULL if the subdev
1487 * @sd: subdevice
1488 * @state: subdevice state
1504 * @sd: The subdevice
1505 * @state: The subdevice state
1534 * @sd: The subdevice
1535 * @state: The subdevice state
1549 * @state: subdevice state
1564 * @state: subdevice state
1580 * @state: subdevice state
1616 * @state: subdevice state
1632 * @state: Subdevice state
1653 * enum v4l2_subdev_routing_restriction - Subdevice internal routing restrictions
1701 * @sd: The subdevice
1715 * @sd: The subdevice
1719 * This function enables streams on a source @pad of a subdevice. The pad is
1745 * @sd: The subdevice
1749 * This function disables streams on a source @pad of a subdevice. The pad is
1776 * @sd: The subdevice
1779 * Subdevice drivers that implement the streams-aware
1911 * v4l2_subdev_notify_event() - Delivers event notification for subdevice
1924 * v4l2_subdev_is_streaming() - Returns if the subdevice is streaming
1925 * @sd: The subdevice
1927 * v4l2_subdev_is_streaming() tells if the subdevice is currently streaming.
1931 * If the subdevice implements .enable_streams() this function must be called