Lines Matching defs:lp_struct
134 struct lp_struct { struct
135 struct pardevice *dev;
136 unsigned long flags;
137 unsigned int chars;
138 unsigned int time;
139 unsigned int wait;
140 char *lp_buffer;
142 unsigned int lastcall;
143 unsigned int runchars;
144 struct lp_stats stats;
146 wait_queue_head_t waitq;
147 unsigned int last_error;
148 struct mutex port_mutex;
149 wait_queue_head_t dataq;
150 long timeout;
151 unsigned int best_mode;
152 unsigned int current_mode;
153 unsigned long bits;