Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/bt8xx/
Dbttv-cards.c406 .has_radio = 1,
591 .has_radio = 1,
683 .has_radio = 1, /* not every card has radio */
857 .has_radio = 1,
890 .has_radio = 1,
948 .has_radio = 1,
961 .has_radio = 1,
1046 .has_radio = 1,
1155 .has_radio = 1,
1362 .has_radio = 1,
[all …]
Dbttv.h253 unsigned int has_radio:1; member
Dbttvp.h446 int has_radio; member
Dbttv-driver.c3980 if (!btv->has_radio) in bttv_register_video()
4051 btv->has_radio=radio[btv->c.nr]; in bttv_probe()
/Linux-v4.19/drivers/media/common/
Dtveeprom.c512 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()
/Linux-v4.19/include/media/
Dtveeprom.h71 u32 has_radio; member
/Linux-v4.19/drivers/media/i2c/
Dmsp3400-driver.h61 u8 has_radio; member
Dmsp3400-driver.c752 state->has_radio = in msp_probe()
841 (state->has_nicam && state->has_radio) ? " and " : "", in msp_probe()
842 (state->has_radio) ? "radio" : "", in msp_probe()
/Linux-v4.19/drivers/media/usb/pvrusb2/
Dpvrusb2-eeprom.c128 trace_eeprom("has_radio=%d",tvdata.has_radio); in pvr2_eeprom_analyze()
/Linux-v4.19/drivers/media/usb/tm6000/
Dtm6000-cards.c383 .has_radio = 1,
420 .has_radio = 1,
457 .has_radio = 1,
556 .has_radio = 1,
585 .has_radio = 1,
Dtm6000.h129 unsigned int has_radio:1; member
Dtm6000-video.c1656 if (dev->caps.has_radio) { in tm6000_v4l2_register()
/Linux-v4.19/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()
/Linux-v4.19/drivers/media/pci/cx18/
Dcx18-driver.c421 cx->options.radio = (tv.has_radio != 0); in cx18_process_eeprom()
/Linux-v4.19/drivers/media/pci/cx88/
Dcx88-cards.c2860 core->board.radio.type = tv.has_radio ? CX88_RADIO : 0; in hauppauge_eeprom()
/Linux-v4.19/Documentation/media/v4l-drivers/
Dbttv.rst577 has_radio - whenever this TV card has a radio tuner.