Searched refs:kaweth (Results 1 – 6 of 6) sorted by relevance
| /linux-4.4.14/drivers/net/usb/ |
| D | kaweth.c | 255 static int kaweth_control(struct kaweth_device *kaweth, in kaweth_control() argument 268 netdev_dbg(kaweth->net, "kaweth_control()\n"); in kaweth_control() 271 netdev_dbg(kaweth->net, "in_interrupt()\n"); in kaweth_control() 285 retval = kaweth_internal_control_msg(kaweth->dev, in kaweth_control() 299 static int kaweth_read_configuration(struct kaweth_device *kaweth) in kaweth_read_configuration() argument 303 netdev_dbg(kaweth->net, "Reading kaweth configuration\n"); in kaweth_read_configuration() 305 retval = kaweth_control(kaweth, in kaweth_read_configuration() 306 usb_rcvctrlpipe(kaweth->dev, 0), in kaweth_read_configuration() 311 (void *)&kaweth->configuration, in kaweth_read_configuration() 312 sizeof(kaweth->configuration), in kaweth_read_configuration() [all …]
|
| D | Makefile | 6 obj-$(CONFIG_USB_KAWETH) += kaweth.o
|
| D | Kconfig | 70 module will be called kaweth.
|
| /linux-4.4.14/firmware/ |
| D | Makefile | 104 fw-shipped-$(CONFIG_USB_KAWETH) += kaweth/new_code.bin kaweth/trigger_code.bin \ 105 kaweth/new_code_fix.bin \ 106 kaweth/trigger_code_fix.bin
|
| D | WHENCE | 93 Driver: kaweth -- USB KLSI KL5USB101-based Ethernet device 95 File: kaweth/new_code.bin 96 File: kaweth/new_code_fix.bin 97 File: kaweth/trigger_code.bin 98 File: kaweth/trigger_code_fix.bin
|
| /linux-4.4.14/Documentation/usb/ |
| D | power-management.txt | 112 only drivers which do support it are the hub driver, kaweth, asix,
|