Searched defs:ljca_adapter (Results 1 – 1 of 1) sorted by relevance
130 struct ljca_adapter { struct131 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 …]