Searched refs:demod_pad (Results 1 – 2 of 2) sorted by relevance
837 dev->demod_pad[SAA7134_PAD_IF_INPUT].flags = MEDIA_PAD_FL_SINK; in saa7134_create_entities()838 dev->demod_pad[SAA7134_PAD_IF_INPUT].sig_type = PAD_SIGNAL_ANALOG; in saa7134_create_entities()839 dev->demod_pad[SAA7134_PAD_VID_OUT].flags = MEDIA_PAD_FL_SOURCE; in saa7134_create_entities()840 dev->demod_pad[SAA7134_PAD_VID_OUT].sig_type = PAD_SIGNAL_DV; in saa7134_create_entities()844 dev->demod_pad); in saa7134_create_entities()
671 struct media_pad demod_pad[SAA7134_NUM_PADS]; member