Lines Matching defs:zs_chanstate
93 struct zs_chanstate;
95 void (*zsop_rxint)(struct zs_chanstate *);
97 void (*zsop_stint)(struct zs_chanstate *, int);
99 void (*zsop_txint)(struct zs_chanstate *);
101 void (*zsop_softint)(struct zs_chanstate *);
111 struct zs_chanstate {
165 struct zs_chanstate *cs_ctl_chan;
168 int (*enable)(struct zs_chanstate *);
169 void (*disable)(struct zs_chanstate *);
199 void zs_abort(struct zs_chanstate *);
200 void zs_break(struct zs_chanstate *, int);
201 void zs_iflush(struct zs_chanstate *);
202 void zs_loadchannelregs(struct zs_chanstate *);
203 int zs_set_speed(struct zs_chanstate *, int);
204 int zs_set_modes(struct zs_chanstate *, int);
205 void zs_lock_init(struct zs_chanstate *);
206 void zs_lock_chan(struct zs_chanstate *);
207 void zs_unlock_chan(struct zs_chanstate *);
209 int zs_check_kgdb(struct zs_chanstate *, int);