Searched defs:dbc_port (Results 1 – 1 of 1) sorted by relevance
117 struct dbc_port { struct118 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 …]