Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/isdn/hardware/mISDN/
H A Dw6692.c445 W6692_empty_Bfifo(struct w6692_ch *wch, int count) in W6692_empty_Bfifo() argument
447 struct w6692_hw *card = wch->bch.hw; in W6692_empty_Bfifo()
452 if (unlikely(wch->bch.state == ISDN_P_NONE)) { in W6692_empty_Bfifo()
454 WriteW6692B(wch, W_B_CMDR, W_B_CMDR_RACK | W_B_CMDR_RACT); in W6692_empty_Bfifo()
455 if (wch->bch.rx_skb) in W6692_empty_Bfifo()
456 skb_trim(wch->bch.rx_skb, 0); in W6692_empty_Bfifo()
459 if (test_bit(FLG_RX_OFF, &wch->bch.Flags)) { in W6692_empty_Bfifo()
460 wch->bch.dropcnt += count; in W6692_empty_Bfifo()
461 WriteW6692B(wch, W_B_CMDR, W_B_CMDR_RACK | W_B_CMDR_RACT); in W6692_empty_Bfifo()
464 maxlen = bchannel_get_rxbuf(&wch->bch, count); in W6692_empty_Bfifo()
[all …]
/OK3568_Linux_fs/kernel/drivers/s390/net/
H A Dctcm_fsms.c1755 struct channel *wch = priv->channel[CTCM_WRITE]; in ctcmpc_chx_send_sweep() local
1769 __func__, wch->th_seq_num); in ctcmpc_chx_send_sweep()
1773 if (fsm_getstate(wch->fsm) != CTC_STATE_TXIDLE) { in ctcmpc_chx_send_sweep()
1775 fsm_addtimer(&wch->sweep_timer, in ctcmpc_chx_send_sweep()
1776 200, CTC_EVENT_RSWEEP_TIMER, wch); in ctcmpc_chx_send_sweep()
1780 skb = skb_dequeue(&wch->sweep_queue); in ctcmpc_chx_send_sweep()
1784 if (set_normalized_cda(&wch->ccw[4], skb->data)) { in ctcmpc_chx_send_sweep()
1792 skb_queue_tail(&wch->io_queue, skb); in ctcmpc_chx_send_sweep()
1796 wch->ccw[4].count = skb->len; in ctcmpc_chx_send_sweep()
1808 header->sw.th_last_seq = wch->th_seq_num; in ctcmpc_chx_send_sweep()
[all …]
H A Dctcm_mpc.c403 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()
487 (fsm_getstate(wch->fsm) == CH_XID0_PENDING)) 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()
1353 struct channel *wch; in mpc_action_go_inop() local
1376 wch = priv->channel[CTCM_WRITE]; in mpc_action_go_inop()
1394 tasklet_hi_schedule(&wch->ch_disc_tasklet); in mpc_action_go_inop()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A D__bsd_locale_defaults.h24 #define __libcpp_wctob_l(wch, loc) wctob_l(wch, loc) argument
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A D__bsd_locale_defaults.h24 #define __libcpp_wctob_l(wch, loc) wctob_l(wch, loc) argument
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/mc/files/
H A D0001-Ticket-4200-fix-FTBFS-with-ncurses-build-with-disabl.patch26 wchar_t wch[10]; /* TODO not sure if the length is correct */
/OK3568_Linux_fs/kernel/drivers/accessibility/speakup/
H A Dmain.c1944 u16 wch; in handle_goto() local
1953 u16 wch; in handle_goto() local
1957 wch = goto_buf[--num]; in handle_goto()
1959 spkup_write(&wch, 1); in handle_goto()
1964 wch = ch; in handle_goto()
1967 spkup_write(&wch, 1); in handle_goto()
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190824.patch.gz1# ncurses 6.1 - patch 20190824 - Thomas E. Dickey 2# 3# --- ...
HDncurses-6.1-20191221.patch.gz1# ncurses 6.1 - patch 20191221 - Thomas E. Dickey 2# 3# --- ...
HDncurses-6.1-20190609-patch.sh.bz21#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...