Searched refs:has_headers (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/usb/serial/
H A Daircable.c101 int has_headers, char *packet, int len)
103 if (has_headers) {
121 int has_headers; local
126 has_headers = (urb->actual_length > 2 && data[0] == RX_HEADER_0);
131 count += aircable_process_packet(port, has_headers,
100 aircable_process_packet(struct usb_serial_port *port, int has_headers, char *packet, int len) argument

Completed in 192 milliseconds