Home
last modified time | relevance | path

Searched defs:gs_port (Results 1 – 1 of 1) sorted by relevance

/linux-6.14.4/drivers/usb/gadget/function/
Du_serial.c104 struct gs_port { struct
105 struct tty_port port;
106 spinlock_t port_lock; /* guard port_* access */
108 struct gserial *port_usb;
110 struct gs_console *console;
113 u8 port_num;
115 struct list_head read_pool;
139 struct gs_port *port; argument