Home
last modified time | relevance | path

Searched refs:CSI_NUM_PADS (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/staging/media/imx/
Dimx-media-csi.c60 struct media_pad pad[CSI_NUM_PADS];
78 struct v4l2_mbus_framefmt format_mbus[CSI_NUM_PADS];
79 const struct imx_media_pixfmt *cc[CSI_NUM_PADS];
80 struct v4l2_fract frame_interval[CSI_NUM_PADS];
910 if (fi->pad >= CSI_NUM_PADS) in csi_g_frame_interval()
1280 if (fse->pad >= CSI_NUM_PADS || in csi_enum_frame_size()
1315 if (fie->pad >= CSI_NUM_PADS || in csi_enum_frame_interval()
1350 if (sdformat->pad >= CSI_NUM_PADS) in csi_get_fmt()
1512 if (sdformat->pad >= CSI_NUM_PADS) in csi_set_fmt()
1541 for (pad = CSI_SINK_PAD + 1; pad < CSI_NUM_PADS; pad++) { in csi_set_fmt()
[all …]
Dimx-media.h44 CSI_NUM_PADS, enumerator
/Linux-v6.6/drivers/media/pci/intel/ivsc/
Dmei_csi.c77 CSI_NUM_PADS enumerator
131 struct media_pad pads[CSI_NUM_PADS];
132 struct v4l2_mbus_framefmt format_mbus[CSI_NUM_PADS];
750 ret = media_entity_pads_init(&csi->subdev.entity, CSI_NUM_PADS, in mei_csi_probe()