Searched refs:radio (Results 51 - 75 of 91) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/em28xx/
H A Dem28xx-video.c85 MODULE_PARM_DESC(radio_nr, "radio device numbers");
695 /* Ask tuner to go to analog or radio mode */
698 f.type = fh->radio ? V4L2_TUNER_RADIO : V4L2_TUNER_ANALOG_TV;
1535 f->type = fh->radio ? V4L2_TUNER_RADIO : V4L2_TUNER_ANALOG_TV;
1556 if (unlikely(0 == fh->radio && f->type != V4L2_TUNER_ANALOG_TV))
1558 if (unlikely(1 == fh->radio && f->type != V4L2_TUNER_RADIO))
2111 int errCode = 0, radio = 0; local
2126 radio = 1;
2144 fh->radio = radio;
[all...]
H A Dem28xx.h416 struct em28xx_input radio; member in struct:em28xx_board
474 int radio; member in struct:em28xx_fh
H A Dem28xx-cards.c507 .radio = {
1575 .radio = {
2204 if (dev->board.radio.type) {
2205 tun_setup.type = dev->board.radio.type;
2540 if (dev->board.radio.type)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-av-core.c767 if (state->radio)
802 if (state->radio)
849 if (state->radio == 0 && state->std == norm)
852 state->radio = 0;
900 state->radio = 1;
1224 case 0x0e: p = "FM radio"; break;
H A Dcx18-av-core.h98 int radio; member in struct:cx18_av_state
342 #define CXADEC_SELECT_AUDIO_STANDARD_FM 0xF9 /* FM radio */
H A Dcx18-i2c.c139 adap, mod, type, 0, cx->card_i2c->radio);
H A Dcx18-driver.h256 int radio; /* enable/disable radio */ member in struct:cx18_options
273 #define CX18_F_I_RADIO_USER 5 /* radio tuner is selected */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dtvaudio.c124 int radio; member in struct:CHIPSTATE
305 /* don't do anything for radio or if mode != auto */
306 if (chip->radio || chip->mode != 0)
1233 int inputmap[4] = { /* tuner */ TDA8425_S1_CH2, /* radio */ TDA8425_S1_CH1,
1748 chip->radio = 1;
1793 /* There are four inputs: tuner, radio, extern and intern. */
1810 if (chip->radio)
1845 if (chip->radio)
1872 chip->radio = 0;
H A Dsaa717x.c63 int radio; member in struct:saa717x_state
718 [0x0f] = "FM radio / IF 10.7 / 50 deemp",
719 [0x10] = "FM radio / IF 10.7 / 75 deemp",
720 [0x11] = "FM radio / IF sel / 50 deemp",
721 [0x12] = "FM radio / IF sel / 75 deemp",
746 (reg_data3 & 0x000800) ? " BTSC/FM radio pilot " : "",
1072 decoder->radio = 1;
1083 decoder->radio = 0;
1155 if (decoder->radio)
H A Dsaa7115.c81 int radio; member in struct:saa711x_state
918 radio to TV mode, so if a s_std is broadcast to
1173 if (state->radio)
1186 state->radio = 0;
1195 state->radio = 1;
1601 state->radio = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx25840/
H A Dcx25840-core.c876 if (state->radio) {
1324 case 0x0e: p = "FM radio"; break;
1526 if (state->radio == 0 && state->std == std)
1528 state->radio = 0;
1537 state->radio = 1;
1579 if (state->radio)
1614 if (state->radio || is_cx2583x(state))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx231xx/
H A Dcx231xx.h283 struct cx231xx_input radio; member in struct:cx231xx_board
347 int radio; member in struct:cx231xx_fh
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx88/
H A Dcx88.h272 struct cx88_input radio; member in struct:cx88_board
404 int radio; member in struct:cx8800_fh
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/usbvision/
H A Dusbvision.h377 int radio; member in struct:usb_usbvision
H A Dusbvision-video.c154 MODULE_PARM_DESC(radio_nr, "Set radio device number (/dev/radioX). Default: -1 (autodetect)");
635 if(usbvision->radio) {
667 if(usbvision->radio) {
696 if(usbvision->radio) {
1151 * Here comes the stuff for radio on usbvision based devices
1186 // If so far no errors then we shall start the radio
1187 usbvision->radio = 1;
1221 usbvision->radio=0;
1325 .name = "usbvision-radio",
1406 // usbvision has radio
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtoolbar.tex217 toggled) or wxITEM\_RADIO for a checkable tool which makes part of a radio
280 Adds a new radio tool to the toolbar. Consecutive radio tools form a radio
283 button is automatically released. You should avoid having the radio groups of
286 By default, the first button in the radio group is initially pressed, the
H A Dtsamples.tex126 \twocolitem{\helpref{wxRadioBox}{wxradiobox}}{A group of radio buttons}
552 see the radio toolbar buttons in action: the first three buttons form a radio
H A Dcppconst.tex175 \helpref{radio menu items}{wxmenuappendradioitem}.}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dcompal-laptop.c352 unsigned long radio = (unsigned long) data; local
357 value = (u8) (result | radio);
359 value = (u8) (result & ~radio);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx23885/
H A Dcx23885.h138 int radio; member in struct:cx23885_fh
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/cx25821/
H A Dcx25821.h129 int radio; member in struct:cx25821_fh
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/saa7134/
H A Dsaa7134-tvaudio.c197 (dev->automute && (&card(dev).radio) != in));
643 [0x0f] = "FM radio / IF 10.7 / 50 deemp",
644 [0x10] = "FM radio / IF 10.7 / 75 deemp",
645 [0x11] = "FM radio / IF sel / 50 deemp",
646 [0x12] = "FM radio / IF sel / 75 deemp",
791 } else if (&card(dev).radio == dev->input) {
845 (value & 0x000800) ? " BTSC/FM radio pilot " : "",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtv-driver.h196 int radio; /* enable/disable radio */ member in struct:ivtv_options
247 #define IVTV_F_I_RADIO_USER 5 /* the radio tuner is selected */
H A Divtv-i2c.c270 0, itv->card_i2c->radio);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dscanner.l207 radio return RADIO;

Completed in 419 milliseconds

1234