Searched defs:dbc_port (Results 1 – 1 of 1) sorted by relevance
101 struct dbc_port { struct102 struct tty_port port;103 spinlock_t port_lock; /* port access */104 int minor;106 struct list_head read_pool;107 struct list_head read_queue;108 unsigned int n_read;109 struct tasklet_struct push;111 struct list_head write_pool;112 struct kfifo write_fifo;[all …]