Searched refs:has_radio (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/drivers/media/pci/bt8xx/ |
A D | bttv-cards.c | 579 .has_radio = 1, 845 .has_radio = 1, 878 .has_radio = 1, 949 .has_radio = 1, 1034 .has_radio = 1, 1143 .has_radio = 1, 1350 .has_radio = 1, 1387 .has_radio = 1, 1407 .has_radio = 1, 3050 btv->has_radio = has_radio; in flyvideo_gpio() [all …]
|
A D | bttv.h | 253 unsigned int has_radio:1; member
|
A D | bttvp.h | 433 int has_radio; member
|
A D | bttv-driver.c | 3922 if (!btv->has_radio) in bttv_register_video() 3999 btv->has_radio=radio[btv->c.nr]; in bttv_probe()
|
/linux-6.3-rc2/drivers/media/common/ |
A 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()
|
/linux-6.3-rc2/include/media/ |
A D | tveeprom.h | 71 u32 has_radio; member
|
/linux-6.3-rc2/drivers/media/usb/pvrusb2/ |
A D | pvrusb2-eeprom.c | 117 trace_eeprom("has_radio=%d",tvdata.has_radio); in pvr2_eeprom_analyze()
|
/linux-6.3-rc2/drivers/media/i2c/ |
A D | msp3400-driver.h | 67 u8 has_radio; member
|
A D | msp3400-driver.c | 746 state->has_radio = in msp_probe() 835 (state->has_nicam && state->has_radio) ? " and " : "", in msp_probe() 836 (state->has_radio) ? "radio" : "", in msp_probe()
|
/linux-6.3-rc2/drivers/media/pci/ivtv/ |
A D | ivtv-driver.c | 493 tv.has_radio = 0; in ivtv_process_eeprom() 514 itv->options.radio = (tv.has_radio != 0); in ivtv_process_eeprom()
|
/linux-6.3-rc2/drivers/media/pci/cx18/ |
A D | cx18-driver.c | 411 cx->options.radio = (tv.has_radio != 0); in cx18_process_eeprom()
|
/linux-6.3-rc2/drivers/media/pci/cx88/ |
A D | cx88-cards.c | 2887 core->board.radio.type = tv.has_radio ? CX88_RADIO : 0; in hauppauge_eeprom()
|
/linux-6.3-rc2/Documentation/admin-guide/media/ |
A D | bttv.rst | 411 has_radio - whenever this TV card has a radio tuner.
|
Completed in 38 milliseconds