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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Daircable.c127 struct usb_serial_port *port, int has_headers,
130 if (has_headers) {
149 int has_headers; local
158 has_headers = (urb->actual_length > 2 && data[0] == RX_HEADER_0);
163 count += aircable_process_packet(tty, port, has_headers,
126 aircable_process_packet(struct tty_struct *tty, struct usb_serial_port *port, int has_headers, char *packet, int len) argument

Completed in 63 milliseconds