Searched defs:dbc_port (Results 1 – 2 of 2) sorted by relevance
100 struct dbc_port { struct101 struct tty_port port;102 spinlock_t port_lock; /* port access */103 int minor;105 struct list_head read_pool;106 struct list_head read_queue;107 unsigned int n_read;108 struct tasklet_struct push;110 struct list_head write_pool;111 unsigned int tx_boundary;[all …]
100 struct dbc_port { struct101 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;