Searched refs:typhoon (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/radio/
H A Dradio-typhoon.c190 strlcpy(v->driver, "radio-typhoon", sizeof(v->driver));
228 struct typhoon_device *typhoon = dev->priv; local
230 typhoon->curfreq = f->frequency;
231 typhoon_setfreq(typhoon, typhoon->curfreq);
239 struct typhoon_device *typhoon = dev->priv; local
242 f->frequency = typhoon->curfreq;
266 struct typhoon_device *typhoon = dev->priv; local
270 ctrl->value = typhoon->muted;
273 ctrl->value = typhoon
283 struct typhoon_device *typhoon = dev->priv; local
[all...]
H A DMakefile12 obj-$(CONFIG_RADIO_TYPHOON) += radio-typhoon.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dtyphoon.c0 /* typhoon.c: A Linux Ethernet device driver for 3Com 3CR990 family of NICs */
57 #define DRV_MODULE_NAME "typhoon"
89 #include "typhoon.h"
90 #include "typhoon-firmware.h"
93 "typhoon.c: version " DRV_MODULE_VERSION " (" DRV_MODULE_RELDATE ")\n";
225 struct typhoon { struct
270 /* These are the values for the typhoon.card_state variable.
430 typhoon_hello(struct typhoon *tp)
451 typhoon_process_response(struct typhoon *tp, int resp_size,
521 typhoon_num_free_cmd(struct typhoon *t
[all...]
H A DMakefile43 obj-$(CONFIG_TYPHOON) += typhoon.o

Completed in 92 milliseconds