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