Searched defs:edge_write (Results 1 - 2 of 2) sorted by relevance

/drivers/usb/serial/
H A Dio_edgeport.c199 static int edge_write(struct tty_struct *tty, struct usb_serial_port *port,
1097 static int edge_write(struct tty_struct *tty, struct usb_serial_port *port, function
1397 status = edge_write(tty, port, &stop_char, 1);
1435 status = edge_write(tty, port, &start_char, 1);
H A Dio_ti.c1895 static int edge_write(struct tty_struct *tty, struct usb_serial_port *port, function
2026 status = edge_write(tty, port, &stop_char, 1);
2051 status = edge_write(tty, port, &start_char, 1);
2533 .write = edge_write,
2566 .write = edge_write,

Completed in 85 milliseconds