Searched refs:SAA7164_MPEG_DVB (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/drivers/media/video/saa7164/ |
D | saa7164-cards.c | 56 .porta = SAA7164_MPEG_DVB, 57 .portb = SAA7164_MPEG_DVB, 102 .porta = SAA7164_MPEG_DVB, 103 .portb = SAA7164_MPEG_DVB, 148 .porta = SAA7164_MPEG_DVB, 149 .portb = SAA7164_MPEG_DVB, 208 .porta = SAA7164_MPEG_DVB, 209 .portb = SAA7164_MPEG_DVB, 270 .porta = SAA7164_MPEG_DVB, 271 .portb = SAA7164_MPEG_DVB, [all …]
|
D | saa7164-core.c | 959 port->type = SAA7164_MPEG_DVB; in saa7164_port_init() 1341 if (saa7164_boards[dev->board].porta == SAA7164_MPEG_DVB) { in saa7164_initdev() 1349 if (saa7164_boards[dev->board].portb == SAA7164_MPEG_DVB) { in saa7164_initdev() 1447 if (saa7164_boards[dev->board].porta == SAA7164_MPEG_DVB) in saa7164_finidev() 1450 if (saa7164_boards[dev->board].portb == SAA7164_MPEG_DVB) in saa7164_finidev()
|
D | saa7164-dvb.c | 292 if (port->type != SAA7164_MPEG_DVB) in dvb_register() 435 if (port->type != SAA7164_MPEG_DVB) in saa7164_dvb_unregister()
|
D | saa7164.h | 121 SAA7164_MPEG_DVB, enumerator
|
D | saa7164-api.c | 760 if (port->type == SAA7164_MPEG_DVB) { in saa7164_api_initialize_dif()
|