Lines Matching defs:polling
1113 int polling = bus->ub_usepolling;
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;
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
1381 * We call softint routine on polling transitions, so
1387 * The softint routine is called after enabling polling
1531 * Caller must either hold the bus lock or have the bus in polling
1533 * usb_complete_transfer under the bus lock or with polling
1782 * and the bus is not polling.
1856 * reschedule the callout. If not, and if we're not polling,