Home
last modified time | relevance | path

Searched refs:ljca_msg (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/usb/misc/
H A Dusb-ljca.c30 (LJCA_MAX_PACKET_SIZE - sizeof(struct ljca_msg))
63 struct ljca_msg { struct
193 struct ljca_msg *header) in ljca_handle_event()
217 static void ljca_handle_cmd_ack(struct ljca_adapter *adap, struct ljca_msg *header) in ljca_handle_cmd_ack()
219 struct ljca_msg *tx_header = adap->tx_buf; in ljca_handle_cmd_ack()
251 struct ljca_msg *header = urb->transfer_buffer; in ljca_recv()
297 unsigned int msg_len = sizeof(struct ljca_msg) + obuf_len; in ljca_send()
298 struct ljca_msg *header = adap->tx_buf; in ljca_send()