| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/allwinner/ |
| sun5i-a13.dtsi | 53 polling-delay-passive = <250>; 54 polling-delay = <1000>;
|
| sun8i-h3.dtsi | 246 polling-delay-passive = <0>; 247 polling-delay = <0>;
|
| sun8i-a33.dtsi | 294 polling-delay-passive = <250>; 295 polling-delay = <1000>;
|
| sun8i-a83t.dtsi | 1209 polling-delay-passive = <0>; 1210 polling-delay = <0>; 1239 polling-delay-passive = <0>; 1240 polling-delay = <0>; 1269 polling-delay-passive = <0>; 1270 polling-delay = <0>;
|
| sun8i-r40.dtsi | 130 polling-delay-passive = <0>; 131 polling-delay = <0>; 161 polling-delay-passive = <0>; 162 polling-delay = <0>;
|
| /src/sys/arch/arm/sa11x0/ |
| sa1111_kbc.c | 93 int polling; /* don't process data in interrupt handler */ member in struct:sackbc_softc 94 int poll_stat; /* data read from inr handler if polling */ 95 int poll_data; /* status read from intr handler if polling */ 173 if (sc->polling) { 189 if (!(sc->polling) && sc->ih_rx == NULL) { 203 if (sc->polling && sc->ih_rx) { 249 sc->polling = 0; 307 if (sc->polling){ 384 if (sc->polling != on) { 386 sc->polling = on [all...] |
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/broadcom/stingray/ |
| stingray.dtsi | 628 polling-delay-passive = <0>; 629 polling-delay = <1000>; 640 polling-delay-passive = <0>; 641 polling-delay = <1000>; 652 polling-delay-passive = <0>; 653 polling-delay = <1000>; 664 polling-delay-passive = <0>; 665 polling-delay = <1000>; 676 polling-delay-passive = <0>; 677 polling-delay = <1000> [all...] |
| /src/sys/arch/acorn32/doc/ |
| bootoptions | 59 ascpoll Use polling mode rather than interrupt mode for the asc
|
| majors+minors | 90 minor & 0x80 = 0x80 - class = a - polling driver
|
| /src/sys/arch/xen/xen/ |
| xencons.c | 107 int polling; member in struct:xencons_softc 204 sc->polling = 0; 452 if (sc->polling) { 519 if (sc->polling) 550 if (xencons_console_device && xencons_console_device->polling == 0) { 551 printf("xenconscn_getc() but not polling\n"); 570 if (xencons_console_device->polling == 0) { 571 printf("xenconscn_getc() but not polling\n"); 628 xencons_console_device->polling = on;
|
| /src/sys/dev/ic/ |
| pckbc.c | 55 int polling; /* don't process data in interrupt handler */ member in struct:pckbc_slotdata 56 int poll_data; /* data read from inr handler if polling */ 57 int poll_stat; /* status read from inr handler if polling */ 124 * This is not canonical way to handle polling input. 138 if (q && q->polling && q->poll_data != -1 && q->poll_stat != -1) { 390 q->polling = 0; 460 t->t_slotdata[slot]->polling = on; 469 * If disabling polling on a device that's been configured, 522 if (q->polling) { 596 if (q != NULL && q->polling) [all...] |
| /src/sys/dev/pckbport/ |
| pckbport.c | 66 int polling; /* don't process data in interrupt handler */ member in struct:pckbport_slotdata 190 q->polling = 0; 239 t->t_slotdata[slot]->polling = on; 397 if (q->polling) { 506 if (q->polling && sync) 519 if (q->polling)
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/gemini/ |
| gemini-dlink-dir-685.dts | 137 polling-delay = <20000>; 139 polling-delay-passive = <2000>;
|
| /src/sys/arch/next68k/dev/ |
| nextkbd.c | 65 int polling; member in struct:nextkbd_internal 321 t->polling = on;
|
| /src/sys/dev/usb/ |
| usbdi.c | 1113 int polling = bus->ub_usepolling; local 1121 KASSERT(polling || mutex_owned(pipe->up_dev->ud_bus->ub_lock)); 1197 if (!polling) { 1207 if (!polling) { 1217 if (sync && !polling) { 1249 int polling = pipe->up_dev->ud_bus->ub_usepolling; local 1250 KASSERT(polling || mutex_owned(pipe->up_dev->ud_bus->ub_lock)); 1269 KASSERT(polling || mutex_owned(pipe->up_dev->ud_bus->ub_lock)); 1361 * Called from keyboard driver when in polling mode. 1370 * This is for keyboard driver as well, which only operates in polling [all...] |
| xhci.c | 830 * reduce polling on host controllers that 1752 /* If we get an interrupt while polling, then just ignore it. */ 1755 DPRINTFN(16, "ignored interrupt while polling", 0, 0, 0, 0); 2714 * polling. It's not safe to complete root intr xfers while 2715 * polling -- too much kernel machinery gets involved. 4487 const bool polling = xhci_polling_p(sc); local 4494 KASSERT(polling || mutex_owned(&sc->sc_lock)); 4540 if (!polling) 4543 if (!polling) 4617 const bool polling = xhci_polling_p(sc) local 4771 const bool polling = xhci_polling_p(sc); local 4896 const bool polling = xhci_polling_p(sc); local [all...] |
| ucom.c | 329 bool polling = ucom_polling(sc); local 341 if (!polling) 1709 bool polling = ucom_polling(sc); local 1711 KASSERT(polling || mutex_owned(&sc->sc_lock)); 2050 * except when console is polling. 2228 * Toggle USB polling, where USB interrupt handler (hard and soft)
|
| /src/sys/external/bsd/ena-com/ |
| ena_com.h | 268 bool polling; member in struct:ena_com_admin_queue 516 * @return - current polling mode (enable/disable) 520 /* ena_com_set_admin_polling_mode - Set the admin completion queue polling mode 522 * @polling: ENAble/Disable polling mode 526 void ena_com_set_admin_polling_mode(struct ena_com_dev *ena_dev, bool polling); 528 /* ena_com_set_admin_polling_mode - Get the admin completion queue polling mode 532 * If polling mode is on, ena_com_execute_admin_command will perform a 533 * polling on the admin completion queue for the commands completion,
|
| ena_com.c | 486 if (!admin_queue->polling) 569 ena_trc_err("Wait for completion (polling) timeout\n"); 776 * Polling mode - wait until the completion is available. 785 if (admin_queue->polling) 1623 void ena_com_set_admin_polling_mode(struct ena_com_dev *ena_dev, bool polling) 1627 if (polling) 1631 ena_dev->admin_queue.polling = polling; 1721 admin_queue->polling = false;
|
| /src/sys/dev/pci/cxgb/ |
| cxgb_ioctl.h | 110 int32_t polling; member in struct:ch_qset_params
|
| cxgb_adapter.h | 194 uint32_t polling; member in struct:sge_rspq
|
| /src/sys/arch/arc/dev/ |
| pccons.c | 127 static u_char async, kernel, polling; /* Really, you don't want to know. */ variable 496 if (kernel || polling) { 706 if (polling) 894 polling = on; 901 * If disabling polling on a device that's been configured,
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/broadcom/ |
| bcm-nsp.dtsi | 680 polling-delay-passive = <0>; 681 polling-delay = <1000>;
|
| /src/sys/arch/evbarm/g42xxeb/ |
| g42xxeb_kmkbd.c | 77 u_char polling; member in struct:kmkbd_softc
|
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/mediatek/ |
| mt7622.dtsi | 147 polling-delay-passive = <1000>; 148 polling-delay = <1000>;
|