Searched refs:has_radio (Results 1 – 16 of 16) sorted by relevance
/drivers/media/video/bt8xx/ |
D | bttv-cards.c | 405 .has_radio = 1, 604 .has_radio = 1, 879 .has_radio = 1, 912 .has_radio = 1, 973 .has_radio = 1, 987 .has_radio = 1, 1074 .has_radio = 1, 1186 .has_radio = 1, 1400 .has_radio = 1, 1437 .has_radio = 1, [all …]
|
D | bttv.h | 248 unsigned int has_radio:1; member
|
D | bttvp.h | 441 int has_radio; member
|
D | bttv-driver.c | 4214 if (!btv->has_radio) in bttv_register_video() 4284 btv->has_radio=radio[btv->c.nr]; in bttv_probe()
|
/drivers/media/video/ |
D | tveeprom.c | 522 tvee->has_radio = eeprom_data[i+len-1]; in tveeprom_hauppauge_analog() 625 tvee->has_radio = 1; /* must be radio */ in tveeprom_hauppauge_analog() 640 tvee->has_radio = eeprom_data[i+1]; in tveeprom_hauppauge_analog() 672 if (hasRadioTuner(tuner1) && !tvee->has_radio) { in tveeprom_hauppauge_analog() 675 tvee->has_radio = 1; in tveeprom_hauppauge_analog() 744 tvee->has_radio ? "" : "no ", in tveeprom_hauppauge_analog() 749 tvee->has_radio ? "" : "no "); in tveeprom_hauppauge_analog()
|
D | msp3400-driver.h | 59 u8 has_radio; member
|
D | msp3400-driver.c | 722 state->has_radio = in msp_probe() 811 if (state->has_nicam && state->has_radio) in msp_probe() 815 else if (state->has_radio) in msp_probe()
|
/drivers/media/video/tm6000/ |
D | tm6000-cards.c | 398 .has_radio = 1, 435 .has_radio = 1, 472 .has_radio = 1, 571 .has_radio = 1, 600 .has_radio = 1,
|
D | tm6000.h | 141 unsigned int has_radio:1; member
|
D | tm6000-video.c | 1769 if (dev->caps.has_radio) { in tm6000_v4l2_register()
|
/drivers/media/video/pvrusb2/ |
D | pvrusb2-eeprom.c | 138 trace_eeprom("has_radio=%d",tvdata.has_radio); in pvr2_eeprom_analyze()
|
/drivers/media/video/cx25821/ |
D | cx25821.h | 302 unsigned int has_radio; member
|
/drivers/media/video/cx23885/ |
D | cx23885.h | 410 unsigned int has_radio; member
|
/drivers/media/video/ivtv/ |
D | ivtv-driver.c | 465 tv.has_radio = 0; in ivtv_process_eeprom() 486 itv->options.radio = (tv.has_radio != 0); in ivtv_process_eeprom()
|
/drivers/media/video/cx18/ |
D | cx18-driver.c | 419 cx->options.radio = (tv.has_radio != 0); in cx18_process_eeprom()
|
/drivers/media/video/cx88/ |
D | cx88-cards.c | 2857 core->board.radio.type = tv.has_radio ? CX88_RADIO : 0; in hauppauge_eeprom()
|