Lines Matching full:subdevice
159 * @csi2dc_sd: v4l2 subdevice for the csi2dc device
160 * This is the subdevice that the csi2dc device itself
171 * @pads: Media entity pads for the csi2dc subdevice
174 * @parallel_mode: The underlying subdevice is connected on a parallel bus
177 * subdevice to the csi2dc subdevice
178 * @input_sd: Reference to the underlying subdevice bound to the
179 * csi2dc subdevice
180 * @remote_pad: Pad number of the underlying subdevice that is linked
181 * to the csi2dc subdevice sink pad.
584 "subdevice connected on parallel interface\n"); in csi2dc_of_parse()
591 "subdevice connected on serial interface\n"); in csi2dc_of_parse()
627 /* prepare async notifier for subdevice completion */ in csi2dc_of_parse()
730 dev_err(csi2dc->dev, "failed to register the subdevice\n"); in csi2dc_probe()