Lines Matching defs:ljca_adapter
130 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;
143 u8 ex_buf_len;
144 u8 actual_length;
146 void *tx_buf;
147 u8 tx_buf_len;
149 spinlock_t lock;
151 struct completion cmd_completion;
152 struct mutex mutex;
154 struct list_head client_list;
156 bool disconnect;
158 u32 reset_id;