Searched refs:has_radio (Results 1 – 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/ |
D | bttv-cards.c | 394 .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 …]
|
D | bttv.h | 253 unsigned int has_radio:1; member
|
D | bttvp.h | 433 int has_radio; member
|
D | bttv-driver.c | 3932 if (!btv->has_radio) in bttv_register_video() 4009 btv->has_radio=radio[btv->c.nr]; in bttv_probe()
|
/kernel/linux/linux-5.10/drivers/media/common/ |
D | tveeprom.c | 504 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()
|
/kernel/linux/linux-5.10/include/media/ |
D | tveeprom.h | 71 u32 has_radio; member
|
/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/ |
D | pvrusb2-eeprom.c | 117 trace_eeprom("has_radio=%d",tvdata.has_radio); in pvr2_eeprom_analyze()
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
D | msp3400-driver.h | 67 u8 has_radio; member
|
D | msp3400-driver.c | 745 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()
|
/kernel/linux/linux-5.10/drivers/media/usb/tm6000/ |
D | tm6000-cards.c | 383 .has_radio = 1, 420 .has_radio = 1, 457 .has_radio = 1, 556 .has_radio = 1, 585 .has_radio = 1,
|
D | tm6000.h | 128 unsigned int has_radio:1; member
|
D | tm6000-video.c | 863 if (dev->caps.has_radio) in vidioc_querycap() 1653 if (dev->caps.has_radio) { in tm6000_v4l2_register()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/media/pci/cx18/ |
D | cx18-driver.c | 412 cx->options.radio = (tv.has_radio != 0); in cx18_process_eeprom()
|
/kernel/linux/linux-5.10/drivers/media/pci/cx88/ |
D | cx88-cards.c | 2887 core->board.radio.type = tv.has_radio ? CX88_RADIO : 0; in hauppauge_eeprom()
|
/kernel/linux/linux-5.10/Documentation/admin-guide/media/ |
D | bttv.rst | 410 has_radio - whenever this TV card has a radio tuner.
|