Searched refs:has_radio (Results 1 – 14 of 14) sorted by relevance
/drivers/media/pci/bt8xx/ |
D | bttv-cards.c | 403 .has_radio = 1, 588 .has_radio = 1, 680 .has_radio = 1, /* not every card has radio */ 854 .has_radio = 1, 887 .has_radio = 1, 945 .has_radio = 1, 958 .has_radio = 1, 1043 .has_radio = 1, 1152 .has_radio = 1, 1359 .has_radio = 1, [all …]
|
D | bttv.h | 253 unsigned int has_radio:1; member
|
D | bttvp.h | 440 int has_radio; member
|
D | bttv-driver.c | 3973 if (!btv->has_radio) in bttv_register_video() 4048 btv->has_radio=radio[btv->c.nr]; in bttv_probe()
|
/drivers/media/common/ |
D | tveeprom.c | 512 tvee->has_radio = eeprom_data[i+len-1]; in tveeprom_hauppauge_analog() 615 tvee->has_radio = 1; /* must be radio */ in tveeprom_hauppauge_analog() 630 tvee->has_radio = eeprom_data[i+1]; in tveeprom_hauppauge_analog() 662 if (hasRadioTuner(tuner1) && !tvee->has_radio) { in tveeprom_hauppauge_analog() 665 tvee->has_radio = 1; in tveeprom_hauppauge_analog() 734 tvee->has_radio ? "" : "no ", in tveeprom_hauppauge_analog() 739 tvee->has_radio ? "" : "no "); in tveeprom_hauppauge_analog()
|
/drivers/media/usb/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 | 1689 if (dev->caps.has_radio) { in tm6000_v4l2_register()
|
/drivers/media/usb/pvrusb2/ |
D | pvrusb2-eeprom.c | 133 trace_eeprom("has_radio=%d",tvdata.has_radio); in pvr2_eeprom_analyze()
|
/drivers/media/i2c/ |
D | msp3400-driver.h | 59 u8 has_radio; member
|
D | msp3400-driver.c | 743 state->has_radio = in msp_probe() 831 if (state->has_nicam && state->has_radio) in msp_probe() 835 else if (state->has_radio) in msp_probe()
|
/drivers/media/pci/ivtv/ |
D | ivtv-driver.c | 496 tv.has_radio = 0; in ivtv_process_eeprom() 517 itv->options.radio = (tv.has_radio != 0); in ivtv_process_eeprom()
|
/drivers/media/pci/cx18/ |
D | cx18-driver.c | 426 cx->options.radio = (tv.has_radio != 0); in cx18_process_eeprom()
|
/drivers/media/pci/cx88/ |
D | cx88-cards.c | 2862 core->board.radio.type = tv.has_radio ? CX88_RADIO : 0; in hauppauge_eeprom()
|