Lines Matching defs:dbc_port
117 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;
153 struct dbc_port port; argument