Searched refs:radio (Results 1 - 25 of 91) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/radio/si470x/
H A DMakefile5 radio-usb-si470x-objs := radio-si470x-usb.o radio-si470x-common.o
6 radio-i2c-si470x-objs := radio-si470x-i2c.o radio-si470x-common.o
8 obj-$(CONFIG_USB_SI470X) += radio-usb-si470x.o
9 obj-$(CONFIG_I2C_SI470X) += radio-i2c-si470x.o
H A Dradio-si470x-i2c.c2 * drivers/media/radio/si470x/radio-si470x-i2c.c
29 #define DRIVER_DESC "I2C radio driver for Si470x FM Radio Receivers"
38 #include "radio-si470x.h"
98 int si470x_get_register(struct si470x_device *radio, int regnr) argument
102 { radio->client->addr, I2C_M_RD, sizeof(u16) * READ_REG_NUM,
106 if (i2c_transfer(radio->client->adapter, msgs, 1) != 1)
109 radio->registers[regnr] = __be16_to_cpu(buf[READ_INDEX(regnr)]);
118 int si470x_set_register(struct si470x_device *radio, int regnr) argument
123 { radio
145 si470x_get_all_registers(struct si470x_device *radio) argument
172 si470x_disconnect_check(struct si470x_device *radio) argument
188 struct si470x_device *radio = video_drvdata(file); local
218 struct si470x_device *radio = video_drvdata(file); local
268 struct si470x_device *radio = container_of(work, local
353 struct si470x_device *radio = dev_id; local
368 struct si470x_device *radio; local
479 struct si470x_device *radio = i2c_get_clientdata(client); local
496 struct si470x_device *radio = i2c_get_clientdata(client); local
512 struct si470x_device *radio = i2c_get_clientdata(client); local
[all...]
H A Dradio-si470x-usb.c2 * drivers/media/radio/si470x/radio-si470x-usb.c
34 #define DRIVER_DESC "USB radio driver for Si470x FM Radio Receivers"
42 #include "radio-si470x.h"
210 static int si470x_get_report(struct si470x_device *radio, void *buf, int size) argument
215 retval = usb_control_msg(radio->usbdev,
216 usb_rcvctrlpipe(radio->usbdev, 0),
223 dev_warn(&radio->intf->dev,
233 static int si470x_set_report(struct si470x_device *radio, void *buf, int size) argument
238 retval = usb_control_msg(radio
256 si470x_get_register(struct si470x_device *radio, int regnr) argument
275 si470x_set_register(struct si470x_device *radio, int regnr) argument
297 si470x_get_all_registers(struct si470x_device *radio) argument
324 si470x_set_led_state(struct si470x_device *radio, unsigned char led_state) argument
348 si470x_get_scratch_page_versions(struct si470x_device *radio) argument
377 si470x_disconnect_check(struct si470x_device *radio) argument
398 struct si470x_device *radio = urb->context; local
517 struct si470x_device *radio = video_drvdata(file); local
571 struct si470x_device *radio = video_drvdata(file); local
623 struct si470x_device *radio = video_drvdata(file); local
648 struct si470x_device *radio; local
831 struct si470x_device *radio = usb_get_intfdata(intf); local
[all...]
H A Dradio-si470x-common.c2 * drivers/media/radio/si470x/radio-si470x-common.c
95 * - blacklisted KWorld radio in hid-core.c and hid-ids.h
114 #include "radio-si470x.h"
164 static int si470x_set_chan(struct si470x_device *radio, unsigned short chan) argument
171 radio->registers[CHANNEL] &= ~CHANNEL_CHAN;
172 radio->registers[CHANNEL] |= CHANNEL_TUNE | chan;
173 retval = si470x_set_register(radio, CHANNEL);
180 retval = si470x_get_register(radio, STATUSRSSI);
184 } while (((radio
205 si470x_get_freq(struct si470x_device *radio, unsigned int *freq) argument
251 si470x_set_freq(struct si470x_device *radio, unsigned int freq) argument
292 si470x_set_seek(struct si470x_device *radio, unsigned int wrap_around, unsigned int seek_upward) argument
348 si470x_start(struct si470x_device *radio) argument
387 si470x_stop(struct si470x_device *radio) argument
411 si470x_rds_on(struct si470x_device *radio) argument
438 struct si470x_device *radio = video_drvdata(file); local
496 struct si470x_device *radio = video_drvdata(file); local
536 struct si470x_device *radio = video_drvdata(file); local
572 struct si470x_device *radio = video_drvdata(file); local
607 struct si470x_device *radio = video_drvdata(file); local
662 struct si470x_device *radio = video_drvdata(file); local
750 struct si470x_device *radio = video_drvdata(file); local
789 struct si470x_device *radio = video_drvdata(file); local
819 struct si470x_device *radio = video_drvdata(file); local
848 struct si470x_device *radio = video_drvdata(file); local
[all...]
H A Dradio-si470x.h2 * drivers/media/radio/si470x/radio-si470x.h
25 #define DRIVER_NAME "radio-si470x"
218 int si470x_get_register(struct si470x_device *radio, int regnr);
219 int si470x_set_register(struct si470x_device *radio, int regnr);
220 int si470x_disconnect_check(struct si470x_device *radio);
221 int si470x_set_freq(struct si470x_device *radio, unsigned int freq);
222 int si470x_start(struct si470x_device *radio);
223 int si470x_stop(struct si470x_device *radio);
224 int si470x_rds_on(struct si470x_device *radio);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/radio/
H A Ddsbr100.c1 /* A driver for the D-Link DSB-R100 USB radio and Gemtek USB Radio 21.
37 Removed usb_dsbr100_open/close calls and radio->users counter. Also,
38 radio->muted changed to radio->status and suspend/resume calls updated.
67 PSL and Markus: Cleanup, radio now doesn't stop on device close
111 #define DRIVER_DESC "D-Link DSB-R100 USB FM radio driver"
128 /* defines for radio->status */
179 /* switch on radio */
180 static int dsbr100_start(struct dsbr100_device *radio) argument
185 mutex_lock(&radio
223 dsbr100_stop(struct dsbr100_device *radio) argument
266 dsbr100_setfreq(struct dsbr100_device *radio) argument
323 dsbr100_getstat(struct dsbr100_device *radio) argument
357 struct dsbr100_device *radio = usb_get_intfdata(intf); local
373 struct dsbr100_device *radio = video_drvdata(file); local
386 struct dsbr100_device *radio = video_drvdata(file); local
413 struct dsbr100_device *radio = video_drvdata(file); local
428 struct dsbr100_device *radio = video_drvdata(file); local
448 struct dsbr100_device *radio = video_drvdata(file); local
473 struct dsbr100_device *radio = video_drvdata(file); local
490 struct dsbr100_device *radio = video_drvdata(file); local
554 struct dsbr100_device *radio = usb_get_intfdata(intf); local
581 struct dsbr100_device *radio = usb_get_intfdata(intf); local
598 struct dsbr100_device *radio = videodev_to_radio(videodev); local
630 struct dsbr100_device *radio; local
[all...]
H A DMakefile5 obj-$(CONFIG_RADIO_AZTECH) += radio-aztech.o
6 obj-$(CONFIG_RADIO_RTRACK2) += radio-rtrack2.o
7 obj-$(CONFIG_RADIO_SF16FMI) += radio-sf16fmi.o
8 obj-$(CONFIG_RADIO_SF16FMR2) += radio-sf16fmr2.o
9 obj-$(CONFIG_RADIO_CADET) += radio-cadet.o
10 obj-$(CONFIG_RADIO_TYPHOON) += radio-typhoon.o
11 obj-$(CONFIG_RADIO_TERRATEC) += radio-terratec.o
12 obj-$(CONFIG_RADIO_MAXIRADIO) += radio-maxiradio.o
13 obj-$(CONFIG_RADIO_RTRACK) += radio-aimslab.o
14 obj-$(CONFIG_RADIO_ZOLTRIX) += radio
[all...]
H A Dradio-mr800.c2 * A driver for the AverMedia MR 800 USB FM radio. This device plugs
25 * Big thanks to authors and contributors of dsbr100.c and radio-si470x.c
33 * Also, Faidon Liambotis <paravoid@debian.org> wrote nice driver for this radio
34 * in 2007. He allowed to use his driver to improve current mr800 radio driver.
72 #define DRIVER_DESC "AverMedia MR 800 USB FM radio driver"
84 #define MR800_DRIVER_NAME "radio-mr800"
173 /* switch on/off the radio. Send 8 bytes to device */
174 static int amradio_set_mute(struct amradio_device *radio, char argument) argument
179 BUG_ON(!mutex_is_locked(&radio->lock));
181 radio
204 amradio_setfreq(struct amradio_device *radio, int freq) argument
251 amradio_set_stereo(struct amradio_device *radio, char argument) argument
290 struct amradio_device *radio = to_amradio_dev(usb_get_intfdata(intf)); local
304 struct amradio_device *radio = file->private_data; local
318 struct amradio_device *radio = file->private_data; local
354 struct amradio_device *radio = file->private_data; local
377 struct amradio_device *radio = file->private_data; local
388 struct amradio_device *radio = file->private_data; local
414 struct amradio_device *radio = file->private_data; local
429 struct amradio_device *radio = file->private_data; local
481 usb_amradio_init(struct amradio_device *radio) argument
505 struct amradio_device *radio = video_drvdata(file); local
534 struct amradio_device *radio = file->private_data; local
551 struct amradio_device *radio = file->private_data; local
571 struct amradio_device *radio = to_amradio_dev(usb_get_intfdata(intf)); local
589 struct amradio_device *radio = to_amradio_dev(usb_get_intfdata(intf)); local
638 struct amradio_device *radio = video_get_drvdata(videodev); local
649 struct amradio_device *radio; local
[all...]
H A Dradio-tea5764.c2 * driver/media/radio/radio-tea5764.c
4 * Driver for TEA5764 radio chip for linux 2.6.
8 * Based in radio-tea5761.c Copyright (C) 2005 Nokia Corporation
38 #include <linux/videodev2.h> /* kernel radio structs */
48 #define DRIVER_DESC "A driver for the TEA5764 radio chip for EZX Phones."
149 int tea5764_i2c_read(struct tea5764_device *radio) argument
152 u16 *p = (u16 *) &radio->regs;
155 { radio->i2c_client->addr, I2C_M_RD, sizeof(radio
166 tea5764_i2c_write(struct tea5764_device *radio) argument
196 tea5764_power_up(struct tea5764_device *radio) argument
213 tea5764_power_down(struct tea5764_device *radio) argument
223 tea5764_set_freq(struct tea5764_device *radio, int freq) argument
234 tea5764_get_freq(struct tea5764_device *radio) argument
245 tea5764_tune(struct tea5764_device *radio, int freq) argument
252 tea5764_set_audout_mode(struct tea5764_device *radio, int audmode) argument
265 tea5764_get_audout_mode(struct tea5764_device *radio) argument
275 tea5764_mute(struct tea5764_device *radio, int on) argument
288 tea5764_is_muted(struct tea5764_device *radio) argument
297 struct tea5764_device *radio = video_drvdata(file); local
312 struct tea5764_device *radio = video_drvdata(file); local
339 struct tea5764_device *radio = video_drvdata(file); local
351 struct tea5764_device *radio = video_drvdata(file); local
371 struct tea5764_device *radio = video_drvdata(file); local
404 struct tea5764_device *radio = video_drvdata(file); local
418 struct tea5764_device *radio = video_drvdata(file); local
464 struct tea5764_device *radio = video_drvdata(file); local
480 struct tea5764_device *radio = video_drvdata(file); local
525 struct tea5764_device *radio; local
582 struct tea5764_device *radio = i2c_get_clientdata(client); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/
H A DMakefile7 obj-$(CONFIG_VIDEO_DEV) += radio/
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/video4linux/bttv/
H A DModprobe.conf9 options bttv card=2 radio=1
H A DModules.conf12 options bttv card=2 radio=1
H A DMAKEDEV21 makedev radio 64
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/tlg2300/
H A DMakefile1 poseidon-objs := pd-video.o pd-alsa.o pd-dvb.o pd-radio.o pd-main.o
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dradiobut.tex3 A radio button item is a button which usually denotes one of several mutually
6 You can create a group of mutually-exclusive radio buttons by specifying {\tt wxRB\_GROUP} for
7 the first in the group. The group ends when another radio button group is created, or there are no more radio buttons.
24 \twocolitem{\windowstyle{wxRB\_GROUP}}{Marks the beginning of a new group of radio buttons.}
25 \twocolitem{\windowstyle{wxRB\_SINGLE}}{In some circumstances, radio buttons that are not
28 \twocolitem{\windowstyle{wxRB\_USE\_CHECKBOX}}{Use a checkbox button instead of radio
61 Constructor, creating and showing a radio button.
69 \docparam{label}{Label for the radio button.}
89 Destructor, destroying the radio butto
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dvp27smpx.c45 int radio; member in struct:vp27smpx_state
83 state->radio = 1;
91 state->radio = 0;
99 if (!state->radio)
108 if (state->radio)
129 state->radio ? " (Radio)" : "");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43legacy/
H A DMakefile5 b43legacy-y += radio.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-cards.h102 u32 radio; member in struct:cx18_gpio_audio_input
111 unsigned short radio[2];/* radio tuner i2c address to probe */ member in struct:cx18_card_tuner_i2c
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/saa7134/
H A Dsaa7134-cards.c94 .radio = {
137 .radio = {
180 .radio = {
258 .radio = {
261 .gpio = 0x00000, /* GP16=0 selects FM radio antenna */
308 .radio = {
343 .radio = {
373 .radio = {
408 .radio = {
451 .radio
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/www/broadcom/
H A DMakefile54 PAGES += radio.asp radio.gif
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/uwb/
H A DMakefile22 radio.o \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/examples/
H A Ddevfsd.conf72 #REGISTER ^radio0$ CFUNCTION GLOBAL mksymlink radio0 radio
73 #UNREGISTER ^radio0$ CFUNCTION GLOBAL unlink radio
77 REGISTER ^radio0$ EXECUTE /bin/ln -sf radio0 radio
78 UNREGISTER ^radio0$ EXECUTE /bin/rm -f radio
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx88/
H A Dcx88-cards.c33 static unsigned int radio[] = {[0 ... (CX88_MAXBOARDS - 1)] = UNSET }; variable
37 module_param_array(radio, int, NULL, 0444);
41 MODULE_PARM_DESC(radio,"radio tuner type");
113 .radio = {
149 .radio = {
204 .radio = {
232 .radio = {
265 .radio = {
303 .radio
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtv-cards.h224 u16 radio; member in struct:ivtv_gpio_audio_input
260 unsigned short radio[2];/* radio tuner i2c address to probe */ member in struct:ivtv_card_tuner_i2c
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dtoplevel.cpp292 wxRadioButton* radio = wxDynamicCast(win,wxRadioButton);
293 if(radio)
294 return radio->SendClickEvent();

Completed in 323 milliseconds

1234