Lines Matching refs:pads
73 * @pads: media pads
74 * @npads: number of pads (1 or 2)
91 struct media_pad pads[2];
288 /* In two pads mode the source pad format is always identical to the
331 /* Min / max values for pad 0 is always fixed in both one and two pads
332 * modes. In two pads mode, the source pad(= 1) size is identical to
805 * number of pads.
808 xtpg->pads[0].flags = MEDIA_PAD_FL_SINK;
809 xtpg->pads[1].flags = MEDIA_PAD_FL_SOURCE;
811 xtpg->pads[0].flags = MEDIA_PAD_FL_SOURCE;
838 ret = media_entity_pads_init(&subdev->entity, xtpg->npads, xtpg->pads);