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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/serial/
H A Dcypress_m8.c164 static int cypress_write (struct usb_serial_port *port, const unsigned char *buf, int count);
207 .write = cypress_write,
237 .write = cypress_write,
267 .write = cypress_write,
650 result = cypress_write(port, NULL, 0);
734 cypress_write(port, NULL, 0);
744 static int cypress_write(struct usb_serial_port *port, const unsigned char *buf, int count) function
770 } /* cypress_write */
943 return cypress_write(port, NULL, 0);
1201 cypress_write(por
[all...]

Completed in 96 milliseconds