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

/drivers/usb/gadget/
H A Du_serial.c62 * gs_port is the I/O nexus, used by the tty driver
65 * gserial <---> gs_port ... links will be null when the USB link is
68 * gserial->ioport == usb_ep->driver_data ... gs_port
69 * gs_port->port_usb ... gserial
71 * gs_port <---> tty_struct ... links will be null when the TTY file
96 struct gs_port { struct
129 struct gs_port *port;
333 gs_send_packet(struct gs_port *port, char *packet, unsigned size)
356 static int gs_start_tx(struct gs_port *port)
423 static unsigned gs_start_rx(struct gs_port *por
[all...]
H A Du_serial.h34 struct gs_port *ioport;

Completed in 25 milliseconds