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