Lines Matching defs:dbc_port
102 struct dbc_port { struct
103 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;
115 bool registered;