Home
last modified time | relevance | path

Searched refs:wch (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/s390/net/
H A Dctcm_mpc.c405 struct channel *rch, *wch; in ctc_mpc_establish_connectivity() local
413 wch = priv->channel[CTCM_WRITE]; in ctc_mpc_establish_connectivity()
460 (fsm_getstate(wch->fsm) > CH_XID0_PENDING)) { in ctc_mpc_establish_connectivity()
488 if ((wch->in_mpcgroup) && in ctc_mpc_establish_connectivity()
489 (fsm_getstate(wch->fsm) == CH_XID0_PENDING)) in ctc_mpc_establish_connectivity()
490 fsm_event(grp->fsm, MPCG_EVENT_XID0DO, wch); in ctc_mpc_establish_connectivity()
494 CTCM_FUNTAIL, dev->name, wch->id); in ctc_mpc_establish_connectivity()
1341 struct channel *wch; in mpc_action_go_inop() local
1364 wch = priv->channel[CTCM_WRITE]; in mpc_action_go_inop()
1382 tasklet_hi_schedule(&wch->ch_disc_tasklet); in mpc_action_go_inop()
[all …]
/linux/drivers/accessibility/speakup/
H A Dmain.c1956 u16 wch; in handle_goto() local
1965 u16 wch; in handle_goto() local
1969 wch = goto_buf[--num]; in handle_goto()
1971 spkup_write(&wch, 1); in handle_goto()
1976 wch = ch; in handle_goto()
1979 spkup_write(&wch, 1); in handle_goto()