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

/drivers/media/video/
H A Dtveeprom.c522 tvee->has_radio = eeprom_data[i+len-1];
625 tvee->has_radio = 1; /* must be radio */
640 tvee->has_radio = eeprom_data[i+1];
672 if (hasRadioTuner(tuner1) && !tvee->has_radio) {
675 tvee->has_radio = 1;
744 tvee->has_radio ? "" : "no ",
749 tvee->has_radio ? "" : "no ");
H A Dmsp3400-driver.h59 u8 has_radio; member in struct:msp_state
H A Dmsp3400-driver.c722 state->has_radio =
811 if (state->has_nicam && state->has_radio)
815 else if (state->has_radio)
/drivers/media/video/bt8xx/
H A Dbttv-cards.c405 .has_radio = 1,
604 .has_radio = 1,
879 .has_radio = 1,
912 .has_radio = 1,
973 .has_radio = 1,
987 .has_radio = 1,
1074 .has_radio = 1,
1186 .has_radio = 1,
1400 .has_radio = 1,
1437 .has_radio
2999 int gpio, has_remote, has_radio, is_capture_only; local
[all...]
H A Dbttvp.h441 int has_radio; member in struct:bttv
H A Dbttv.h248 unsigned int has_radio:1; member in struct:tvcard
H A Dbttv-driver.c4214 if (!btv->has_radio)
4284 btv->has_radio=radio[btv->c.nr];
/drivers/media/video/pvrusb2/
H A Dpvrusb2-eeprom.c138 trace_eeprom("has_radio=%d",tvdata.has_radio);
/drivers/media/video/tm6000/
H A Dtm6000-cards.c398 .has_radio = 1,
435 .has_radio = 1,
472 .has_radio = 1,
571 .has_radio = 1,
600 .has_radio = 1,
H A Dtm6000.h141 unsigned int has_radio:1; member in struct:tm6000_capabilities
H A Dtm6000-video.c1769 if (dev->caps.has_radio) {
/drivers/media/video/cx25821/
H A Dcx25821.h302 unsigned int has_radio; member in struct:cx25821_dev
/drivers/media/video/cx23885/
H A Dcx23885.h410 unsigned int has_radio; member in struct:cx23885_dev
/drivers/media/video/ivtv/
H A Divtv-driver.c465 tv.has_radio = 0;
486 itv->options.radio = (tv.has_radio != 0);
/drivers/media/video/cx18/
H A Dcx18-driver.c419 cx->options.radio = (tv.has_radio != 0);
/drivers/media/video/cx88/
H A Dcx88-cards.c2857 core->board.radio.type = tv.has_radio ? CX88_RADIO : 0;

Completed in 1159 milliseconds