Searched refs:has_radio (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/
H A Dtveeprom.h5 u32 has_radio; member in struct:tveeprom
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dtveeprom.c508 tvee->has_radio = eeprom_data[i+len-1];
611 tvee->has_radio = 1; /* must be radio */
626 tvee->has_radio = eeprom_data[i+1];
658 if (hasRadioTuner(tuner1) && !tvee->has_radio) {
661 tvee->has_radio = 1;
730 tvee->has_radio ? "" : "no ",
735 tvee->has_radio ? "" : "no ");
H A Dmsp3400-driver.h59 u8 has_radio; member in struct:msp_state
H A Dmsp3400-driver.c701 state->has_radio =
790 if (state->has_nicam && state->has_radio)
794 else if (state->has_radio)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/bt8xx/
H A Dbttv-cards.c399 .has_radio = 1,
598 .has_radio = 1,
873 .has_radio = 1,
906 .has_radio = 1,
967 .has_radio = 1,
981 .has_radio = 1,
1068 .has_radio = 1,
1180 .has_radio = 1,
1395 .has_radio = 1,
1432 .has_radio
3020 int gpio, has_remote, has_radio, is_capture_only; local
[all...]
H A Dbttvp.h401 int has_radio; member in struct:bttv
H A Dbttv.h250 unsigned int has_radio:1; member in struct:tvcard
H A Dbttv-driver.c4259 if (!btv->has_radio)
4330 btv->has_radio=radio[btv->c.nr];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-eeprom.c138 trace_eeprom("has_radio=%d",tvdata.has_radio);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx23885/
H A Dcx23885.h367 unsigned int has_radio; member in struct:cx23885_dev
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/cx25821/
H A Dcx25821.h301 unsigned int has_radio; member in struct:cx25821_dev
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtv-driver.c465 tv.has_radio = 0;
486 itv->options.radio = (tv.has_radio != 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-driver.c389 cx->options.radio = (tv.has_radio != 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx88/
H A Dcx88-cards.c2615 core->board.radio.type = tv.has_radio ? CX88_RADIO : 0;

Completed in 388 milliseconds