Home
last modified time | relevance | path

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

/linux/drivers/usb/misc/
H A Dusb-ljca.c28 #define LJCA_MAX_PACKET_SIZE 64u macro
30 (LJCA_MAX_PACKET_SIZE - sizeof(struct ljca_msg))
758 adap->tx_buf = devm_kzalloc(dev, LJCA_MAX_PACKET_SIZE, GFP_KERNEL); in ljca_probe()
761 adap->tx_buf_len = LJCA_MAX_PACKET_SIZE; in ljca_probe()