Searched refs:has_radio (Results 1 – 16 of 16) sorted by relevance
/Linux-v4.19/drivers/media/pci/bt8xx/ |
D | bttv-cards.c | 406 .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 …]
|
D | bttv.h | 253 unsigned int has_radio:1; member
|
D | bttvp.h | 446 int has_radio; member
|
D | bttv-driver.c | 3980 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/ |
D | tveeprom.c | 512 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/ |
D | tveeprom.h | 71 u32 has_radio; member
|
/Linux-v4.19/drivers/media/i2c/ |
D | msp3400-driver.h | 61 u8 has_radio; member
|
D | msp3400-driver.c | 752 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/ |
D | pvrusb2-eeprom.c | 128 trace_eeprom("has_radio=%d",tvdata.has_radio); in pvr2_eeprom_analyze()
|
/Linux-v4.19/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 | 129 unsigned int has_radio:1; member
|
D | tm6000-video.c | 1656 if (dev->caps.has_radio) { in tm6000_v4l2_register()
|
/Linux-v4.19/drivers/media/pci/ivtv/ |
D | ivtv-driver.c | 497 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/ |
D | cx18-driver.c | 421 cx->options.radio = (tv.has_radio != 0); in cx18_process_eeprom()
|
/Linux-v4.19/drivers/media/pci/cx88/ |
D | cx88-cards.c | 2860 core->board.radio.type = tv.has_radio ? CX88_RADIO : 0; in hauppauge_eeprom()
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | bttv.rst | 577 has_radio - whenever this TV card has a radio tuner.
|