Lines Matching defs:pads
74 struct media_pad pads[TVP5150_NUM_PADS];
1288 connector_pad = media_pad_remote_pad_first(&decoder->pads[i]);
1292 err = tvp5150_set_link(connector_pad, &decoder->pads[i], 0);
1310 &decoder->pads[tvp5150_pad->index ^ 1];
1610 * Setup connector pads and links. Enable the link to the first
1907 decoder->pads[i].flags = MEDIA_PAD_FL_SINK;
1908 decoder->pads[i].sig_type = PAD_SIGNAL_ANALOG;
1911 decoder->pads[i].flags = MEDIA_PAD_FL_SOURCE;
1912 decoder->pads[i].sig_type = PAD_SIGNAL_DV;
1915 decoder->pads);