Searched refs:typhoon (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/drivers/media/radio/ |
D | radio-typhoon.c | 164 struct typhoon_device *typhoon = dev->priv; in typhoon_ioctl() local 211 if (copy_to_user(arg, &typhoon->curfreq, in typhoon_ioctl() 212 sizeof(typhoon->curfreq))) in typhoon_ioctl() 216 if (copy_from_user(&typhoon->curfreq, arg, in typhoon_ioctl() 217 sizeof(typhoon->curfreq))) in typhoon_ioctl() 219 typhoon_setfreq(typhoon, typhoon->curfreq); in typhoon_ioctl() 227 v.volume = typhoon->curvol; in typhoon_ioctl() 243 typhoon_mute(typhoon); in typhoon_ioctl() 245 typhoon_unmute(typhoon); in typhoon_ioctl() 248 typhoon_setvol(typhoon, v.volume); in typhoon_ioctl() [all …]
|
D | Makefile | 35 obj-$(CONFIG_RADIO_TYPHOON) += radio-typhoon.o
|
D | Config.in | 45 bool ' Support for /proc/radio-typhoon' CONFIG_RADIO_TYPHOON_PROC_FS
|
/linux-2.4.37.9/drivers/net/ |
D | typhoon.c | 253 struct typhoon { struct 463 typhoon_hello(struct typhoon *tp) in typhoon_hello() 484 typhoon_process_response(struct typhoon *tp, int resp_size, in typhoon_process_response() 554 typhoon_num_free_cmd(struct typhoon *tp) in typhoon_num_free_cmd() 563 typhoon_num_free_resp(struct typhoon *tp) in typhoon_num_free_resp() 579 typhoon_issue_command(struct typhoon *tp, int num_cmd, struct cmd_desc *cmd, in typhoon_issue_command() 697 struct typhoon *tp = (struct typhoon *) dev->priv; in typhoon_vlan_rx_register() 735 struct typhoon *tp = (struct typhoon *) dev->priv; in typhoon_vlan_rx_kill_vid() 766 struct typhoon *tp = (struct typhoon *) dev->priv; in typhoon_start_tx() 917 struct typhoon *tp = (struct typhoon *) dev->priv; in typhoon_set_rx_mode() [all …]
|
D | Makefile | 81 obj-$(CONFIG_TYPHOON) += typhoon.o
|
/linux-2.4.37.9/Documentation/ |
D | Configure.help | 12490 The module will be called typhoon.o. If you want to compile it as a 25067 will be called radio-typhoon.o. 25069 Support for /proc/radio-typhoon 25071 Say Y here if you want the typhoon radio card driver to write 25073 base address) to /proc/radio-typhoon. The file can be viewed with 25074 your favorite pager (i.e. use "more /proc/radio-typhoon" or "less 25075 /proc/radio-typhoon" or simply "cat /proc/radio-typhoon").
|