Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/saa7134/
Dsaa7134-core.c848 dev->demod_pad[DEMOD_PAD_IF_INPUT].flags = MEDIA_PAD_FL_SINK; in saa7134_create_entities()
849 dev->demod_pad[DEMOD_PAD_VID_OUT].flags = MEDIA_PAD_FL_SOURCE; in saa7134_create_entities()
850 dev->demod_pad[DEMOD_PAD_VBI_OUT].flags = MEDIA_PAD_FL_SOURCE; in saa7134_create_entities()
854 dev->demod_pad); in saa7134_create_entities()
Dsaa7134.h677 struct media_pad demod_pad[DEMOD_NUM_PADS]; member