Home
last modified time | relevance | path

Searched refs:pm_set_normal_power (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsunpm.h115 void pm_set_normal_power(dev_info_t *dip, int component_number, int level);
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_common.c691 pm_set_normal_power(dev, 0, 1); in zsattach()
692 pm_set_normal_power(dev, 1, 1); in zsattach()
693 pm_set_normal_power(dev, 2, 1); in zsattach()
/illumos-gate/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c414 pm_set_normal_power(dip, 0, 1); in pcmcia_attach()
/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c4677 pm_set_normal_power(dev_info_t *dip, int comp, int level) in pm_set_normal_power() function