Home
last modified time | relevance | path

Searched refs:demod_pad (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/media/pci/saa7134/
Dsaa7134-core.c827 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()
Dsaa7134.h660 struct media_pad demod_pad[SAA7134_NUM_PADS]; member