Lines Matching defs:wakeup
120 /* BAR0 + 4k is always accessible, and no need to force wakeup. */
474 int (*wakeup)(struct qwx_softc *);
484 .wakeup = qwx_pci_bus_wake_up,
495 .wakeup = NULL,
1462 * need to wakeup the device to access.
1466 if (wakeup_required && psc->sc_pci_ops->wakeup)
1467 ret = psc->sc_pci_ops->wakeup(sc);
1488 * need to wakeup the device to access.
1492 if (wakeup_required && psc->sc_pci_ops->wakeup)
1493 ret = psc->sc_pci_ops->wakeup(sc);
3584 wakeup(&psc->bhie_off);
3639 wakeup(&psc->bhi_ee);
3641 wakeup(&psc->mhi_state);
3695 wakeup(&xfer_ring->cmd_status);