Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/serial/
Daircable.c123 int has_headers, char *packet, int len) in aircable_process_packet() argument
125 if (has_headers) { in aircable_process_packet()
143 int has_headers; in aircable_process_read_urb() local
148 has_headers = (urb->actual_length > 2 && data[0] == RX_HEADER_0); in aircable_process_read_urb()
153 count += aircable_process_packet(port, has_headers, in aircable_process_read_urb()