Home
last modified time | relevance | path

Searched refs:has_radio (Results 1 – 15 of 15) sorted by relevance

/drivers/media/pci/bt8xx/
Dbttv-cards.c402 .has_radio = 1,
587 .has_radio = 1,
679 .has_radio = 1, /* not every card has radio */
853 .has_radio = 1,
886 .has_radio = 1,
944 .has_radio = 1,
957 .has_radio = 1,
1042 .has_radio = 1,
1151 .has_radio = 1,
1358 .has_radio = 1,
[all …]
Dbttv.h247 unsigned int has_radio:1; member
Dbttvp.h442 int has_radio; member
Dbttv-driver.c4003 if (!btv->has_radio) in bttv_register_video()
4078 btv->has_radio=radio[btv->c.nr]; in bttv_probe()
/drivers/media/common/
Dtveeprom.c522 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()
/drivers/media/usb/tm6000/
Dtm6000-cards.c398 .has_radio = 1,
435 .has_radio = 1,
472 .has_radio = 1,
571 .has_radio = 1,
600 .has_radio = 1,
Dtm6000.h141 unsigned int has_radio:1; member
Dtm6000-video.c1683 if (dev->caps.has_radio) { in tm6000_v4l2_register()
/drivers/media/i2c/
Dmsp3400-driver.h59 u8 has_radio; member
Dmsp3400-driver.c754 state->has_radio = in msp_probe()
843 if (state->has_nicam && state->has_radio) in msp_probe()
847 else if (state->has_radio) in msp_probe()
/drivers/media/usb/pvrusb2/
Dpvrusb2-eeprom.c138 trace_eeprom("has_radio=%d",tvdata.has_radio); in pvr2_eeprom_analyze()
/drivers/media/pci/cx23885/
Dcx23885.h413 unsigned int has_radio; member
/drivers/media/pci/ivtv/
Divtv-driver.c497 tv.has_radio = 0; in ivtv_process_eeprom()
518 itv->options.radio = (tv.has_radio != 0); in ivtv_process_eeprom()
/drivers/media/pci/cx18/
Dcx18-driver.c419 cx->options.radio = (tv.has_radio != 0); in cx18_process_eeprom()
/drivers/media/pci/cx88/
Dcx88-cards.c2862 core->board.radio.type = tv.has_radio ? CX88_RADIO : 0; in hauppauge_eeprom()