Home
last modified time | relevance | path

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

/linux/drivers/staging/media/imx/
H A 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];
918 if (fi->pad >= CSI_NUM_PADS) in csi_get_frame_interval()
1294 if (fse->pad >= CSI_NUM_PADS || in csi_enum_frame_size()
1329 if (fie->pad >= CSI_NUM_PADS || in csi_enum_frame_interval()
1364 if (sdformat->pad >= CSI_NUM_PADS) in csi_get_fmt()
1526 if (sdformat->pad >= CSI_NUM_PADS) in csi_set_fmt()
1555 for (pad = CSI_SINK_PAD + 1; pad < CSI_NUM_PADS; pad++) { in csi_set_fmt()
[all …]
H A Dimx-media.h44 CSI_NUM_PADS, enumerator
/linux/drivers/media/pci/intel/ivsc/
H A Dmei_csi.c77 CSI_NUM_PADS enumerator
132 struct media_pad pads[CSI_NUM_PADS];
711 ret = media_entity_pads_init(&csi->subdev.entity, CSI_NUM_PADS, in mei_csi_probe()