Lines Matching refs:poll
224 static uint poll; variable
241 module_param(poll, uint, S_IRUGO | S_IWUSR);
1200 hc->max_trans = poll << 1; in init_chip()
1649 hc->flash[2] = poll; in hfcmulti_leds()
1651 hc->flash[3] = poll; in hfcmulti_leds()
1661 hc->flash[2] += poll; in hfcmulti_leds()
1663 hc->flash[3] += poll; in hfcmulti_leds()
1696 hc->flash[i] = poll; in hfcmulti_leds()
1702 hc->flash[i] += poll; in hfcmulti_leds()
1760 hc->flash[i] = poll; in hfcmulti_leds()
1766 hc->flash[i] += poll; in hfcmulti_leds()
1807 hc->flash[i] = poll; in hfcmulti_leds()
1813 hc->flash[i] += poll; in hfcmulti_leds()
2098 hc->write_fifo(hc, hc->silence_data, poll >> 1); in hfcmulti_tx()
2099 Zspace -= (poll >> 1); in hfcmulti_tx()
2229 bch->dropcnt += poll; /* not exact but fair enough */ in hfcmulti_rx()
2815 mISDN_clock_update(hc->iclock, poll, NULL); in hfcmulti_interrupt()
4858 mISDN_initbchannel(bch, MAX_DATA_MEM, poll >> 1); in init_e1_port()
4931 mISDN_initbchannel(bch, MAX_DATA_MEM, poll >> 1); in init_multi_port()
5087 if ((poll >> 1) > sizeof(hc->silence_data)) { in hfcmulti_init()
5093 for (i = 0; i < (poll >> 1); i++) in hfcmulti_init()
5509 switch (poll) { in HFCmulti_init()
5512 poll = 128; in HFCmulti_init()
5534 "%s: Wrong poll value (%d).\n", __func__, poll); in HFCmulti_init()