Searched defs:dbc_port (Results 1 – 1 of 1) sorted by relevance
102 struct dbc_port { struct103 struct tty_port port;104 spinlock_t port_lock; /* port access */105 int minor;107 struct list_head read_pool;108 struct list_head read_queue;109 unsigned int n_read;110 struct tasklet_struct push;112 struct list_head write_pool;113 unsigned int tx_boundary;[all …]