Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/drivers/usb/host/
Dxhci-dbgcap.h117 struct dbc_port { struct
118 struct tty_port port;
119 spinlock_t port_lock; /* port access */
121 struct list_head read_pool;
122 struct list_head read_queue;
123 unsigned int n_read;
124 struct tasklet_struct push;
126 struct list_head write_pool;
127 struct kfifo write_fifo;
129 bool registered;
[all …]
/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci-dbgcap.h100 struct dbc_port { struct
101 struct tty_port port;
102 spinlock_t port_lock; /* port access */
104 struct list_head read_pool;
105 struct list_head read_queue;
106 unsigned int n_read;
107 struct tasklet_struct push;
109 struct list_head write_pool;
110 struct kfifo write_fifo;
112 bool registered;