Searched refs:kaweth (Results 1 – 4 of 4) sorted by relevance
/linux/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.
|
/linux/Documentation/driver-api/usb/ |
H A D | power-management.rst | 117 only drivers which do support it are the hub driver, kaweth, asix,
|