Home | History | Annotate | Download | only in ic

Lines Matching refs:ub_usepolling

67  *   ub_usepolling support is untested and may not work
866 KASSERT(sc->sc_bus.ub_usepolling || mutex_owned(&sc->sc_lock));
1009 KASSERT(sc->sc_bus.ub_usepolling || mutex_owned(&sc->sc_lock));
1207 * usb_schedsoftintr does in the ub_usepolling case (due to locking).
1555 * The direct call is needed in the ub_usepolling and disabled cases
1563 if (__predict_false(sc->sc_bus.ub_usepolling ||
1737 if (__predict_false(sc->sc_bus.ub_usepolling))
2067 } else if (__predict_false(sc->sc_bus.ub_usepolling)) {
2764 * ub_usepolling will call slhci_reset directly, otherwise the callout goes
3107 if (sc->sc_bus.ub_usepolling) {
3509 DDOLOG("ub_usepolling=%d", ssc->sc_bus.ub_usepolling, 0, 0, 0);