Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dgeneric_serial.h34 struct gs_port { struct
35 int magic;
36 struct tty_port port;
37 unsigned char *xmit_buf;
38 int xmit_head;
39 int xmit_tail;
40 int xmit_cnt;
41 struct mutex port_write_mutex;
42 unsigned long event;
43 unsigned short closing_wait;
[all …]
/linux-3.4.99/drivers/usb/gadget/
Du_serial.c96 struct gs_port { struct
97 spinlock_t port_lock; /* guard port_* access */
99 struct gserial *port_usb;
100 struct tty_struct *port_tty;
102 unsigned open_count;
103 bool openclose; /* open/close in progress */
104 u8 port_num;
129 struct gs_port *port; argument