Home
last modified time | relevance | path

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

/openbmc/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];
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()
1761 for (i = 0; i < CSI_NUM_PADS; i++) { in csi_registered()
[all …]
H A Dimx-media.h44 CSI_NUM_PADS, enumerator
/openbmc/linux/drivers/media/pci/intel/ivsc/
H A 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()