Lines Matching defs:msdata
103 struct msdata { struct
104 struct ms_softc msd_softc;
105 queue_t *msd_readq; /* upstream read queue */
106 mblk_t *msd_iocpending; /* "ioctl" awaiting buffer */
107 int msd_flags; /* random flags */
108 int msd_iocid; /* ID of "ioctl" being waited for */
109 int msd_iocerror; /* error return from "ioctl" */
110 char msd_oldbutt; /* button state at last sample */
111 short msd_state; /* state counter for input routine */
112 short msd_jitter;
113 timeout_id_t msd_timeout_id; /* id returned by timeout() */
114 bufcall_id_t msd_reioctl_id; /* id returned by bufcall() */
115 bufcall_id_t msd_resched_id; /* id returned by bufcall() */
116 int msd_baud_rate; /* mouse baud rate */
117 int msd_rcnt_baud_chng; /* baud changed recently */
118 int msd_data_pkt_cnt; /* no of packets since last baud change */
119 int msd_qenable_more; /* enable msrserv if baud changed recently */
120 int msd_hold_baud_stup; /* # of packets to wait for baud setup */