Searched refs:has_radio (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/media/pci/bt8xx/ |
| H A D | bttv-cards.c | 392 .has_radio = 1, 577 .has_radio = 1, 669 .has_radio = 1, /* not every card has radio */ 843 .has_radio = 1, 876 .has_radio = 1, 934 .has_radio = 1, 947 .has_radio = 1, 1032 .has_radio = 1, 1141 .has_radio = 1, 1348 .has_radio = 1, [all …]
|
| H A D | bttv.h | 253 unsigned int has_radio:1; member
|
| H A D | bttvp.h | 390 int has_radio; member
|
| /linux/drivers/media/common/ |
| H 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/include/media/ |
| H A D | tveeprom.h | 71 u32 has_radio; member
|
| /linux/drivers/media/usb/pvrusb2/ |
| H A D | pvrusb2-eeprom.c | 117 trace_eeprom("has_radio=%d",tvdata.has_radio); in pvr2_eeprom_analyze()
|
| /linux/drivers/media/i2c/ |
| H A D | msp3400-driver.h | 67 u8 has_radio; member
|
| /linux/drivers/media/pci/cx88/ |
| H A D | cx88-cards.c | 2887 core->board.radio.type = tv.has_radio ? CX88_RADIO : 0; in hauppauge_eeprom()
|
| /linux/Documentation/admin-guide/media/ |
| H A D | bttv.rst | 411 has_radio - whenever this TV card has a radio tuner.
|