Home
last modified time | relevance | path

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

/drivers/media/video/bt8xx/
Dbttv-cards.c405 .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 …]
Dbttv.h248 unsigned int has_radio:1; member
Dbttvp.h441 int has_radio; member
Dbttv-driver.c4214 if (!btv->has_radio) in bttv_register_video()
4284 btv->has_radio=radio[btv->c.nr]; in bttv_probe()
/drivers/media/video/
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()
Dmsp3400-driver.h59 u8 has_radio; member
Dmsp3400-driver.c722 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/
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.c1769 if (dev->caps.has_radio) { in tm6000_v4l2_register()
/drivers/media/video/pvrusb2/
Dpvrusb2-eeprom.c138 trace_eeprom("has_radio=%d",tvdata.has_radio); in pvr2_eeprom_analyze()
/drivers/media/video/cx25821/
Dcx25821.h302 unsigned int has_radio; member
/drivers/media/video/cx23885/
Dcx23885.h410 unsigned int has_radio; member
/drivers/media/video/ivtv/
Divtv-driver.c465 tv.has_radio = 0; in ivtv_process_eeprom()
486 itv->options.radio = (tv.has_radio != 0); in ivtv_process_eeprom()
/drivers/media/video/cx18/
Dcx18-driver.c419 cx->options.radio = (tv.has_radio != 0); in cx18_process_eeprom()
/drivers/media/video/cx88/
Dcx88-cards.c2857 core->board.radio.type = tv.has_radio ? CX88_RADIO : 0; in hauppauge_eeprom()