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

/linux-master/drivers/net/ethernet/3com/
H A DMakefile11 obj-$(CONFIG_TYPHOON) += typhoon.o
H A Dtyphoon.c0 /* typhoon.c: A Linux Ethernet device driver for 3Com 3CR990 family of NICs */
97 #define FIRMWARE_NAME "3com/typhoon.bin"
127 #include "typhoon.h"
254 struct typhoon { struct
296 /* These are the values for the typhoon.card_state variable.
454 typhoon_hello(struct typhoon *tp)
475 typhoon_process_response(struct typhoon *tp, int resp_size,
545 typhoon_num_free_cmd(struct typhoon *tp)
554 typhoon_num_free_resp(struct typhoon *tp)
570 typhoon_issue_command(struct typhoon *t
[all...]
/linux-master/drivers/media/radio/
H A Dradio-typhoon.c71 struct typhoon { struct
78 struct typhoon *ty = kzalloc(sizeof(*ty), GFP_KERNEL);
113 struct typhoon *ty = container_of(isa, struct typhoon, isa);
147 .name = "radio-typhoon",
H A DMakefile32 obj-$(CONFIG_RADIO_TYPHOON) += radio-typhoon.o

Completed in 215 milliseconds