Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Du_serial.c61 * gs_port is the I/O nexus, used by the tty driver
64 * gserial <---> gs_port ... links will be null when the USB link is
67 * gserial->ioport == usb_ep->driver_data ... gs_port
68 * gs_port->port_usb ... gserial
70 * gs_port <---> tty_struct ... links will be null when the TTY file
101 struct gs_port { struct
135 struct gs_port *port;
206 gs_send_packet(struct gs_port *port, char *packet, unsigned size) in gs_send_packet()
229 static int gs_start_tx(struct gs_port *port) in gs_start_tx()
303 static unsigned gs_start_rx(struct gs_port *por
[all...]
H A Du_serial.h38 struct gs_port *ioport;
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
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
102 struct gs_port { struct
136 struct gs_port *port;
207 gs_send_packet(struct gs_port *port, char *packet, unsigned size) in gs_send_packet()
230 static int gs_start_tx(struct gs_port *port) in gs_start_tx()
302 static unsigned gs_start_rx(struct gs_port *por
[all...]
H A Du_serial.h38 struct gs_port *ioport;

Completed in 3 milliseconds