Searched refs:wch (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/isdn/hardware/mISDN/ |
A D | w6692.c | 564 WriteW6692B(wch, W_B_MODE, wch->b_mode); 580 WriteW6692B(wch, W_B_MODE, wch->b_mode); in disable_pots() 593 wch->bch.nr, wch->bch.state, pr); in w6692_mode() 600 WriteW6692B(wch, W_B_MODE, wch->b_mode); in w6692_mode() 607 WriteW6692B(wch, W_B_MODE, wch->b_mode); in w6692_mode() 634 if (wch->bch.tx_skb && wch->bch.tx_idx < wch->bch.tx_skb->len) { in send_next() 662 wch->bch.nr, wch->bch.state); in W6692B_interrupt() 701 wch->bch.nr, wch->bch.state); in W6692B_interrupt() 717 wch->bch.nr, wch->bch.state); in W6692B_interrupt() 733 wch->bch.nr, wch->bch.state); in W6692B_interrupt() [all …]
|
/linux-6.3-rc2/drivers/s390/net/ |
A D | ctcm_fsms.c | 1763 __func__, wch->th_seq_num); in ctcmpc_chx_send_sweep() 1769 fsm_addtimer(&wch->sweep_timer, in ctcmpc_chx_send_sweep() 1770 200, CTC_EVENT_RSWEEP_TIMER, wch); in ctcmpc_chx_send_sweep() 1774 skb = skb_dequeue(&wch->sweep_queue); in ctcmpc_chx_send_sweep() 1786 skb_queue_tail(&wch->io_queue, skb); in ctcmpc_chx_send_sweep() 1790 wch->ccw[4].count = skb->len; in ctcmpc_chx_send_sweep() 1808 fsm_addtimer(&wch->timer, CTCM_TIME_5_SEC, CTC_EVENT_TIMER, wch); in ctcmpc_chx_send_sweep() 1809 fsm_newstate(wch->fsm, CTC_STATE_TX); in ctcmpc_chx_send_sweep() 1812 wch->prof.send_stamp = jiffies; in ctcmpc_chx_send_sweep() 1813 rc = ccw_device_start(wch->cdev, &wch->ccw[3], 0, 0xff, 0); in ctcmpc_chx_send_sweep() [all …]
|
A D | ctcm_mpc.c | 403 struct channel *rch, *wch; in ctc_mpc_establish_connectivity() local 411 wch = priv->channel[CTCM_WRITE]; in ctc_mpc_establish_connectivity() 458 (fsm_getstate(wch->fsm) > CH_XID0_PENDING)) { in ctc_mpc_establish_connectivity() 486 if ((wch->in_mpcgroup) && in ctc_mpc_establish_connectivity() 488 fsm_event(grp->fsm, MPCG_EVENT_XID0DO, wch); in ctc_mpc_establish_connectivity() 492 CTCM_FUNTAIL, dev->name, wch->id); in ctc_mpc_establish_connectivity() 1340 struct channel *wch; in mpc_action_go_inop() local 1363 wch = priv->channel[CTCM_WRITE]; in mpc_action_go_inop() 1381 tasklet_hi_schedule(&wch->ch_disc_tasklet); in mpc_action_go_inop() 1442 struct channel *wch; in mpc_action_timeout() local [all …]
|
/linux-6.3-rc2/drivers/accessibility/speakup/ |
A D | main.c | 1956 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()
|
Completed in 18 milliseconds