Lines Matching defs:pads
74 struct media_pad pads[TVP5150_NUM_PADS];
1286 connector_pad = media_entity_remote_pad(&decoder->pads[i]);
1290 err = tvp5150_set_link(connector_pad, &decoder->pads[i], 0);
1308 &decoder->pads[tvp5150_pad->index ^ 1];
1612 * Setup connector pads and links. Enable the link to the first
1917 decoder->pads[i].flags = MEDIA_PAD_FL_SINK;
1918 decoder->pads[i].sig_type = PAD_SIGNAL_ANALOG;
1921 decoder->pads[i].flags = MEDIA_PAD_FL_SOURCE;
1922 decoder->pads[i].sig_type = PAD_SIGNAL_DV;
1925 decoder->pads);