Searched refs:wch (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A Dw6692.c463 W6692_empty_Bfifo(struct w6692_ch *wch, int count) argument
465 struct w6692_hw *card = wch->bch.hw;
469 if (unlikely(wch->bch.state == ISDN_P_NONE)) {
471 WriteW6692B(wch, W_B_CMDR, W_B_CMDR_RACK | W_B_CMDR_RACT);
472 if (wch->bch.rx_skb)
473 skb_trim(wch->bch.rx_skb, 0);
476 if (!wch->bch.rx_skb) {
477 wch->bch.rx_skb = mI_alloc_skb(wch->bch.maxlen, GFP_ATOMIC);
478 if (unlikely(!wch
503 W6692_fill_Bfifo(struct w6692_ch *wch) argument
535 disable_pots(struct w6692_ch *wch) argument
549 w6692_mode(struct w6692_ch *wch, u32 pr) argument
594 send_next(struct w6692_ch *wch) argument
613 struct w6692_ch *wch = &card->bc[ch]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/mbconv/
H A Dconvautotest.cpp49 // wide char using wxConvAuto yields wch as the first result
50 void TestFirstChar(const char *src, wchar_t wch);
72 void ConvAutoTestCase::TestFirstChar(const char *src, wchar_t wch) argument
76 CPPUNIT_ASSERT_EQUAL( wch, *wbuf );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/net/
H A Dctcm_fsms.c1758 struct channel *wch = priv->channel[CTCM_WRITE]; local
1772 __func__, wch->th_seq_num);
1776 if (fsm_getstate(wch->fsm) != CTC_STATE_TXIDLE) {
1778 fsm_addtimer(&wch->sweep_timer,
1779 200, CTC_EVENT_RSWEEP_TIMER, wch);
1783 skb = skb_dequeue(&wch->sweep_queue);
1787 if (set_normalized_cda(&wch->ccw[4], skb->data)) {
1795 skb_queue_tail(&wch->io_queue, skb);
1799 wch->ccw[4].count = skb->len;
1811 header->sw.th_last_seq = wch
[all...]
H A Dctcm_mpc.c415 struct channel *rch, *wch; local
423 wch = priv->channel[CTCM_WRITE];
470 (fsm_getstate(wch->fsm) > CH_XID0_PENDING)) {
498 if ((wch->in_mpcgroup) &&
499 (fsm_getstate(wch->fsm) == CH_XID0_PENDING))
500 fsm_event(grp->fsm, MPCG_EVENT_XID0DO, wch);
504 CTCM_FUNTAIL, dev->name, wch->id);
1374 struct channel *wch, *rch; local
1398 wch = priv->channel[CTCM_WRITE];
1417 tasklet_hi_schedule(&wch
1479 struct channel *wch; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dwxchar.h533 #define wxPutchar(wch) wxPutc(wch, stdout)
623 #define wxPutchar(wch) wxPutc(wch, stdout)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtextctrl.cpp910 wchar_t wch = *wbuf++; local
913 if ( wch != L'\r' )
914 *wpc++ = wch;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dstrconv.cpp871 static inline bool isoctal(wchar_t wch) argument
873 return L'0' <= wch && wch <= L'7';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtunicode.tex93 wchar_t wch = L'*';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A Djre-1_5_0_15-linux-i586.bin[all...]

Completed in 235 milliseconds