Searched refs:kaweth (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/usb/ |
| H A D | kaweth.c | 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->configuration, in kaweth_read_configuration() 244 sizeof(kaweth->configuration), in kaweth_read_configuration() 251 static int kaweth_set_urb_size(struct kaweth_device *kaweth, __u16 urb_size) in kaweth_set_urb_size() argument 253 netdev_dbg(kaweth->net, "Setting URB size to %d\n", (unsigned)urb_size); in kaweth_set_urb_size() 255 return usb_control_msg(kaweth->dev, usb_sndctrlpipe(kaweth->dev, 0), in kaweth_set_urb_size() 259 &kaweth->scratch, 0, in kaweth_set_urb_size() 266 static int kaweth_set_sofs_wait(struct kaweth_device *kaweth, __u16 sofs_wait) in kaweth_set_sofs_wait() argument 268 netdev_dbg(kaweth->net, "Set SOFS wait to %d\n", (unsigned)sofs_wait); in kaweth_set_sofs_wait() [all …]
|
| H A D | Makefile | 7 obj-$(CONFIG_USB_KAWETH) += kaweth.o
|
| H A D | Kconfig | 71 module will be called kaweth.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/linux-firmware/ |
| H A D | linux-firmware_20230210.bb | 36 & Firmware-kaweth \ 99 file://LICENCE.kaweth;md5=b1d876e562f4b3b8d391ad8395dfe03f \ 169 NO_GENERIC_LICENSE[Firmware-kaweth] = "LICENCE.kaweth" 1103 & Firmware-kaweth \
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/usb/ |
| H A D | power-management.rst | 117 only drivers which do support it are the hub driver, kaweth, asix,
|