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