Home
last modified time | relevance | path

Searched refs:subdev_pads (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-isp.h153 * @subdev_pads: the ISP subdev media pads
168 struct media_pad subdev_pads[FIMC_ISP_SD_PADS_NUM]; member
H A Dfimc-lite.h115 * @subdev_pads: the subdev media pads
148 struct media_pad subdev_pads[FLITE_SD_PADS_NUM]; member
H A Dfimc-lite.c1390 fimc->subdev_pads[FLITE_SD_PAD_SINK].flags = MEDIA_PAD_FL_SINK; in fimc_lite_create_capture_subdev()
1391 fimc->subdev_pads[FLITE_SD_PAD_SOURCE_DMA].flags = MEDIA_PAD_FL_SOURCE; in fimc_lite_create_capture_subdev()
1392 fimc->subdev_pads[FLITE_SD_PAD_SOURCE_ISP].flags = MEDIA_PAD_FL_SOURCE; in fimc_lite_create_capture_subdev()
1394 fimc->subdev_pads); in fimc_lite_create_capture_subdev()
/linux/drivers/staging/media/ipu3/
H A Dipu3.h88 struct media_pad subdev_pads[IMGU_NODE_NUM]; member
H A Dipu3-v4l2.c170 if (imgu_sd->subdev_pads[pad].flags & MEDIA_PAD_FL_SOURCE) { in imgu_subdev_set_fmt()
1094 imgu_sd->subdev_pads[i].flags = imgu_pipe->nodes[i].output ? in imgu_v4l2_subdev_register()
1098 imgu_sd->subdev_pads); in imgu_v4l2_subdev_register()
/linux/drivers/media/pci/intel/ipu3/
H A Dipu3-cio2.h354 struct media_pad subdev_pads[CIO2_PADS]; member
H A Dipu3-cio2.c1411 &q->subdev_pads[CIO2_PAD_SINK], 0); in cio2_notifier_complete()
1518 q->subdev_pads[CIO2_PAD_SINK].flags = MEDIA_PAD_FL_SINK | in cio2_queue_init()
1520 q->subdev_pads[CIO2_PAD_SOURCE].flags = MEDIA_PAD_FL_SOURCE; in cio2_queue_init()
1523 r = media_entity_pads_init(&subdev->entity, CIO2_PADS, q->subdev_pads); in cio2_queue_init()