Lines Matching full:csi
114 * CSI-2 receiver to a VIN
116 * @csi: CSI-2 receiver ID.
117 * @channel: Output channel of the CSI-2 receiver.
120 * allow for a route from @csi + @chan to @vin.
123 * Each R-Car CSI-2 receiver has four output channels facing the VIN
124 * devices, each channel can carry one CSI-2 Virtual Channel (VC).
125 * There is no correlation between channel number and CSI-2 VC. It's
126 * up to the CSI-2 receiver driver to configure which VC is output
130 * allow for the same route from @csi + @channel to @vin. For example
137 enum rvin_csi_id csi; member
150 * @routes: list of possible routes from the CSI-2 recivers to
176 * @group: Gen3 CSI group
191 * @is_csi: flag to mark the VIN as using a CSI-2 subdevice
261 * @lock: protects the count, notifier, vin and csi members
263 * @notifier: group notifier for CSI-2 async subdevices
265 * @csi: array of pairs of fwnode and subdev pointers
266 * to all CSI-2 subdevices.
281 } csi[RVIN_CSI_MAX]; member