Home
last modified time | relevance | path

Searched refs:pci_has_pm (Results 1 – 21 of 21) sorted by relevance

/freebsd-head/sys/dev/acpica/
HDacpi_pci.c420 pci_has_pm(child)) in acpi_pci_device_notify_handler()
/freebsd-head/sys/dev/pci/
HDpcivar.h689 bool pci_has_pm(device_t dev);
HDpci.c2976 pci_has_pm(device_t dev) in pci_has_pm() function
/freebsd-head/sys/dev/vr/
HDif_vr.c691 if (sc->vr_revid >= REV_ID_VT6102_A && pci_has_pm(dev)) in vr_attach()
706 if (pci_has_pm(dev)) in vr_attach()
2533 !pci_has_pm(sc->vr_dev)) in vr_setwol()
/freebsd-head/sys/dev/ste/
HDif_ste.c1023 if (pci_has_pm(dev)) in ste_attach()
2090 if (!pci_has_pm(sc->ste_dev)) { in ste_setwol()
/freebsd-head/sys/dev/re/
HDif_re.c1688 if (pci_has_pm(sc->rl_dev)) in re_attach()
3866 if (!pci_has_pm(sc->rl_dev)) in re_setwol()
3939 if (!pci_has_pm(sc->rl_dev)) in re_clrwol()
/freebsd-head/sys/dev/nge/
HDif_nge.c918 if (pci_has_pm(sc->nge_dev)) in nge_attach()
2516 if (!pci_has_pm(sc->nge_dev)) in nge_wol()
/freebsd-head/sys/dev/fxp/
HDif_fxp.c521 if ((data & 0x20) != 0 && pci_has_pm(sc->dev)) in fxp_attach()
1088 if (pci_has_pm(sc->dev)) { in fxp_resume()
/freebsd-head/sys/dev/ale/
HDif_ale.c622 if (pci_has_pm(dev)) { in ale_attach()
1472 if (!pci_has_pm(sc->ale_dev)) { in ale_setwol()
/freebsd-head/sys/dev/nfe/
HDif_nfe.c611 if (pci_has_pm(dev)) in nfe_attach()
3315 if (!pci_has_pm(sc->nfe_dev)) in nfe_set_wol()
/freebsd-head/sys/dev/age/
HDif_age.c603 if (pci_has_pm(dev)) { in age_attach()
1309 if (!pci_has_pm(sc->age_dev)) { in age_setwol()
/freebsd-head/sys/dev/jme/
HDif_jme.c818 if (pci_has_pm(dev)) { in jme_attach()
1567 if (!pci_has_pm(sc->jme_dev)) { in jme_setwol()
/freebsd-head/sys/dev/rl/
HDif_rl.c806 if (sc->rl_type == RL_8139 && pci_has_pm(sc->rl_dev)) { in rl_attach()
/freebsd-head/sys/dev/ae/
HDif_ae.c339 if (pci_has_pm(dev)) { in ae_attach()
/freebsd-head/sys/dev/sis/
HDif_sis.c1069 if (pci_has_pm(sc->sis_dev)) { in sis_attach()
/freebsd-head/sys/dev/vge/
HDif_vge.c1027 if (pci_has_pm(dev)) in vge_attach()
/freebsd-head/share/man/man9/
HDMakefile1811 pci.9 pci_has_pm.9 \
/freebsd-head/sys/dev/xl/
HDif_xl.c1317 if ((sc->xl_caps & XL_CAPS_PWRMGMT) != 0 && pci_has_pm(dev)) { in xl_attach()
/freebsd-head/sys/dev/igc/
HDif_igc.c2455 if (!pci_has_pm(dev)) in igc_enable_wakeup()
/freebsd-head/sys/dev/alc/
HDif_alc.c1597 if (pci_has_pm(dev)) { in alc_attach()
/freebsd-head/sys/dev/e1000/
HDif_em.c4508 if (!pci_has_pm(dev)) in em_enable_wakeup()