Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/pci/bt8xx/
H A Dbttv-cards.c394 .has_radio = 1,
579 .has_radio = 1,
671 .has_radio = 1, /* not every card has radio */
845 .has_radio = 1,
878 .has_radio = 1,
936 .has_radio = 1,
949 .has_radio = 1,
1034 .has_radio = 1,
1143 .has_radio = 1,
1350 .has_radio = 1,
[all …]
H A Dbttv.h253 unsigned int has_radio:1; member
H A Dbttvp.h433 int has_radio; member
H A Dbttv-driver.c3932 if (!btv->has_radio) in bttv_register_video()
4009 btv->has_radio=radio[btv->c.nr]; in bttv_probe()
/OK3568_Linux_fs/kernel/drivers/media/common/
H A Dtveeprom.c504 tvee->has_radio = eeprom_data[i+len-1]; in tveeprom_hauppauge_analog()
607 tvee->has_radio = 1; /* must be radio */ in tveeprom_hauppauge_analog()
622 tvee->has_radio = eeprom_data[i+1]; in tveeprom_hauppauge_analog()
654 if (hasRadioTuner(tuner1) && !tvee->has_radio) { in tveeprom_hauppauge_analog()
657 tvee->has_radio = 1; in tveeprom_hauppauge_analog()
726 tvee->has_radio ? "" : "no ", in tveeprom_hauppauge_analog()
731 tvee->has_radio ? "" : "no "); in tveeprom_hauppauge_analog()
/OK3568_Linux_fs/kernel/include/media/
H A Dtveeprom.h71 u32 has_radio; member
/OK3568_Linux_fs/kernel/drivers/media/usb/tm6000/
H A Dtm6000-cards.c383 .has_radio = 1,
420 .has_radio = 1,
457 .has_radio = 1,
556 .has_radio = 1,
585 .has_radio = 1,
H A Dtm6000.h128 unsigned int has_radio:1; member
H A Dtm6000-video.c863 if (dev->caps.has_radio) in vidioc_querycap()
1653 if (dev->caps.has_radio) { in tm6000_v4l2_register()
/OK3568_Linux_fs/kernel/drivers/media/usb/pvrusb2/
H A Dpvrusb2-eeprom.c117 trace_eeprom("has_radio=%d",tvdata.has_radio); in pvr2_eeprom_analyze()
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dmsp3400-driver.h67 u8 has_radio; member
H A Dmsp3400-driver.c745 state->has_radio = in msp_probe()
834 (state->has_nicam && state->has_radio) ? " and " : "", in msp_probe()
835 (state->has_radio) ? "radio" : "", in msp_probe()
/OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/
H A Divtv-driver.c496 tv.has_radio = 0; in ivtv_process_eeprom()
517 itv->options.radio = (tv.has_radio != 0); in ivtv_process_eeprom()
/OK3568_Linux_fs/kernel/drivers/media/pci/cx18/
H A Dcx18-driver.c412 cx->options.radio = (tv.has_radio != 0); in cx18_process_eeprom()
/OK3568_Linux_fs/kernel/drivers/media/pci/cx88/
H A Dcx88-cards.c2887 core->board.radio.type = tv.has_radio ? CX88_RADIO : 0; in hauppauge_eeprom()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H A Dbttv.rst410 has_radio - whenever this TV card has a radio tuner.