Lines Matching defs:lp_struct
45 struct lp_struct { struct
46 struct pardevice *dev;
47 unsigned long flags;
48 unsigned int chars;
49 unsigned int time;
50 unsigned int wait;
51 char *lp_buffer;
53 unsigned int lastcall;
54 unsigned int runchars;
55 struct lp_stats stats;
57 wait_queue_head_t waitq;
58 unsigned int last_error;
59 struct mutex port_mutex;
60 wait_queue_head_t dataq;
61 long timeout;
62 unsigned int best_mode;
63 unsigned int current_mode;
64 unsigned long bits;