Searched refs:HCI_HEADER_LENGTH (Results 1 - 1 of 1) sorted by relevance

/drivers/usb/serial/
H A Daircable.c60 #define HCI_HEADER_LENGTH 0x4 macro
87 count = kfifo_out_locked(&port->write_fifo, buf + HCI_HEADER_LENGTH,
88 size - HCI_HEADER_LENGTH, &port->lock);
93 return count + HCI_HEADER_LENGTH;
126 len -= HCI_HEADER_LENGTH;
127 packet += HCI_HEADER_LENGTH;

Completed in 77 milliseconds