Home
last modified time | relevance | path

Searched refs:device_has_power (Results 1 – 13 of 13) sorted by relevance

/netbsd/src/sys/kern/
Dsubr_device.c268 device_has_power(device_t dev) in device_has_power() function
/netbsd/src/sys/sys/
Ddevice.h605 bool device_has_power(device_t);
/netbsd/src/sys/dev/ic/
Drtl81x9.c1174 if (!device_has_power(sc->sc_dev)) in rtk_intr()
Drtw.c2283 if (device_has_power(sc->sc_dev)) { in rtw_stop()
2535 KASSERT(device_has_power(sc->sc_dev)); in rtw_tune()
2561 if (!device_has_power(self)) in rtw_suspend()
Drtl8169.c1535 if (!device_has_power(sc->sc_dev)) in re_intr()
Dath.c1868 if (!device_has_power(sc->sc_dev)) { in ath_key_delete()
1909 if (!device_has_power(sc->sc_dev)) { in ath_key_set()
/netbsd/src/sys/external/bsd/dwc2/
Ddwc2.c1147 if (sc->sc_dying || !device_has_power(sc->sc_dev)) in dwc2_intr()
/netbsd/src/sys/dev/pci/
Dauich.c1210 if (!device_has_power(sc->sc_dev)) in auich_intr()
Dpccbb.c1001 if (!device_has_power(sc->sc_dev)) in pccbbintr()
/netbsd/src/sys/dev/usb/
Dohci.c1291 if (sc->sc_dying || !device_has_power(sc->sc_dev)) in ohci_intr()
Duhci.c1349 if (sc->sc_dying || !device_has_power(sc->sc_dev)) in uhci_intr()
Dxhci.c1735 if (sc->sc_dying || !device_has_power(sc->sc_dev)) in xhci_intr()
Dehci.c747 if (sc->sc_dying || !device_has_power(sc->sc_dev)) in ehci_intr()