Home
last modified time | relevance | path

Searched defs:ljca_adapter (Results 1 – 1 of 1) sorted by relevance

/linux-6.14.4/drivers/usb/misc/
Dusb-ljca.c130 struct ljca_adapter { struct
131 struct usb_interface *intf;
132 struct usb_device *usb_dev;
133 struct device *dev;
135 unsigned int rx_pipe;
136 unsigned int tx_pipe;
138 struct urb *rx_urb;
139 void *rx_buf;
140 unsigned int rx_len;
142 u8 *ex_buf;
[all …]