Searched refs:kaweth (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/usb/ |
H A D | kaweth.c | 4 * kaweth.c - driver for KL5KUSB101 based USB->Ethernet 94 MODULE_FIRMWARE("kaweth/new_code.bin"); 95 MODULE_FIRMWARE("kaweth/new_code_fix.bin"); 96 MODULE_FIRMWARE("kaweth/trigger_code.bin"); 97 MODULE_FIRMWARE("kaweth/trigger_code_fix.bin"); 99 static const char driver_name[] = "kaweth"; 237 static int kaweth_read_configuration(struct kaweth_device *kaweth) in kaweth_read_configuration() argument 239 return usb_control_msg(kaweth->dev, usb_rcvctrlpipe(kaweth->dev, 0), in kaweth_read_configuration() 243 &kaweth in kaweth_read_configuration() 251 kaweth_set_urb_size(struct kaweth_device *kaweth, __u16 urb_size) kaweth_set_urb_size() argument 266 kaweth_set_sofs_wait(struct kaweth_device *kaweth, __u16 sofs_wait) kaweth_set_sofs_wait() argument 281 kaweth_set_receive_filter(struct kaweth_device *kaweth, __u16 receive_filter) kaweth_set_receive_filter() argument 298 kaweth_download_firmware(struct kaweth_device *kaweth, const char *fwname, __u8 interrupt, __u8 type) kaweth_download_firmware() argument 348 kaweth_trigger_firmware(struct kaweth_device *kaweth, __u8 interrupt) kaweth_trigger_firmware() argument 371 kaweth_reset(struct kaweth_device *kaweth) kaweth_reset() argument 390 kaweth_resubmit_int_urb(struct kaweth_device *kaweth, gfp_t mf) kaweth_resubmit_int_urb() argument 411 struct kaweth_device *kaweth = u->context; int_callback() local 442 struct kaweth_device *kaweth = kaweth_resubmit_tl() local 459 kaweth_resubmit_rx_urb(struct kaweth_device *kaweth, gfp_t mem_flags) kaweth_resubmit_rx_urb() argument 497 struct kaweth_device *kaweth = urb->context; kaweth_usb_receive() local 586 struct kaweth_device *kaweth = netdev_priv(net); kaweth_open() local 630 kaweth_kill_urbs(struct kaweth_device *kaweth) kaweth_kill_urbs() argument 649 struct kaweth_device *kaweth = netdev_priv(net); kaweth_close() local 667 struct kaweth_device *kaweth = netdev_priv(dev); kaweth_get_link() local 681 struct kaweth_device *kaweth = urb->context; kaweth_usb_transmit_complete() local 700 struct kaweth_device *kaweth = netdev_priv(net); kaweth_start_xmit() local 760 struct kaweth_device *kaweth = netdev_priv(net); kaweth_set_rx_mode() local 784 kaweth_async_set_rx_mode(struct kaweth_device *kaweth, bool may_sleep) kaweth_async_set_rx_mode() argument 816 struct kaweth_device *kaweth = netdev_priv(net); kaweth_tx_timeout() local 830 struct kaweth_device *kaweth = usb_get_intfdata(intf); kaweth_suspend() local 846 struct kaweth_device *kaweth = usb_get_intfdata(intf); kaweth_resume() local 883 struct kaweth_device *kaweth; kaweth_probe() local 1092 struct kaweth_device *kaweth = usb_get_intfdata(intf); kaweth_disconnect() local [all...] |
H A D | Makefile | 7 obj-$(CONFIG_USB_KAWETH) += kaweth.o
|
/kernel/linux/linux-6.6/drivers/net/usb/ |
H A D | kaweth.c | 4 * kaweth.c - driver for KL5KUSB101 based USB->Ethernet 94 MODULE_FIRMWARE("kaweth/new_code.bin"); 95 MODULE_FIRMWARE("kaweth/new_code_fix.bin"); 96 MODULE_FIRMWARE("kaweth/trigger_code.bin"); 97 MODULE_FIRMWARE("kaweth/trigger_code_fix.bin"); 99 static const char driver_name[] = "kaweth"; 237 static int kaweth_read_configuration(struct kaweth_device *kaweth) in kaweth_read_configuration() argument 239 return usb_control_msg(kaweth->dev, usb_rcvctrlpipe(kaweth->dev, 0), in kaweth_read_configuration() 243 &kaweth in kaweth_read_configuration() 251 kaweth_set_urb_size(struct kaweth_device *kaweth, __u16 urb_size) kaweth_set_urb_size() argument 266 kaweth_set_sofs_wait(struct kaweth_device *kaweth, __u16 sofs_wait) kaweth_set_sofs_wait() argument 281 kaweth_set_receive_filter(struct kaweth_device *kaweth, __u16 receive_filter) kaweth_set_receive_filter() argument 298 kaweth_download_firmware(struct kaweth_device *kaweth, const char *fwname, __u8 interrupt, __u8 type) kaweth_download_firmware() argument 348 kaweth_trigger_firmware(struct kaweth_device *kaweth, __u8 interrupt) kaweth_trigger_firmware() argument 371 kaweth_reset(struct kaweth_device *kaweth) kaweth_reset() argument 390 kaweth_resubmit_int_urb(struct kaweth_device *kaweth, gfp_t mf) kaweth_resubmit_int_urb() argument 411 struct kaweth_device *kaweth = u->context; int_callback() local 442 struct kaweth_device *kaweth = kaweth_resubmit_tl() local 459 kaweth_resubmit_rx_urb(struct kaweth_device *kaweth, gfp_t mem_flags) kaweth_resubmit_rx_urb() argument 497 struct kaweth_device *kaweth = urb->context; kaweth_usb_receive() local 586 struct kaweth_device *kaweth = netdev_priv(net); kaweth_open() local 630 kaweth_kill_urbs(struct kaweth_device *kaweth) kaweth_kill_urbs() argument 649 struct kaweth_device *kaweth = netdev_priv(net); kaweth_close() local 667 struct kaweth_device *kaweth = netdev_priv(dev); kaweth_get_link() local 681 struct kaweth_device *kaweth = urb->context; kaweth_usb_transmit_complete() local 700 struct kaweth_device *kaweth = netdev_priv(net); kaweth_start_xmit() local 760 struct kaweth_device *kaweth = netdev_priv(net); kaweth_set_rx_mode() local 784 kaweth_async_set_rx_mode(struct kaweth_device *kaweth, bool may_sleep) kaweth_async_set_rx_mode() argument 816 struct kaweth_device *kaweth = netdev_priv(net); kaweth_tx_timeout() local 830 struct kaweth_device *kaweth = usb_get_intfdata(intf); kaweth_suspend() local 846 struct kaweth_device *kaweth = usb_get_intfdata(intf); kaweth_resume() local 883 struct kaweth_device *kaweth; kaweth_probe() local 1091 struct kaweth_device *kaweth = usb_get_intfdata(intf); kaweth_disconnect() local [all...] |
H A D | Makefile | 7 obj-$(CONFIG_USB_KAWETH) += kaweth.o
|
Completed in 3 milliseconds