Searched refs:demod_pad (Results 1 – 2 of 2) sorted by relevance
827 dev->demod_pad[SAA7134_PAD_IF_INPUT].flags = MEDIA_PAD_FL_SINK; in saa7134_create_entities()828 dev->demod_pad[SAA7134_PAD_IF_INPUT].sig_type = PAD_SIGNAL_ANALOG; in saa7134_create_entities()829 dev->demod_pad[SAA7134_PAD_VID_OUT].flags = MEDIA_PAD_FL_SOURCE; in saa7134_create_entities()830 dev->demod_pad[SAA7134_PAD_VID_OUT].sig_type = PAD_SIGNAL_DV; in saa7134_create_entities()834 dev->demod_pad); in saa7134_create_entities()
660 struct media_pad demod_pad[SAA7134_NUM_PADS]; member