Searched defs:ljca_adapter (Results 1 – 1 of 1) sorted by relevance
129 struct ljca_adapter { struct130 struct usb_interface *intf;131 struct usb_device *usb_dev;132 struct device *dev;134 unsigned int rx_pipe;135 unsigned int tx_pipe;137 struct urb *rx_urb;138 void *rx_buf;139 unsigned int rx_len;141 u8 *ex_buf;[all …]