/illumos-gate/usr/src/uts/common/sys/ |
H A D | sunpm.h | 133 int pm_lower_power(dev_info_t *dip, int comp, int level);
|
/illumos-gate/usr/src/uts/common/io/warlock/ |
H A D | ddi_dki_impl.c | 154 pm_lower_power(dev_info_t *dip, int comp, int level) { function
|
/illumos-gate/usr/src/uts/common/io/usb/usba/ |
H A D | usbai.c | 628 rval = pm_lower_power(pmrq->dip, pmrq->comp, pmrq->level); 642 return (pm_lower_power(dip, comp, level));
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | gen_drv.c | 599 "%s%d: DDI_DETACH: pm_lower_power comp 1 level %d", 602 if (pm_lower_power(dstatep->dip, 1, MINPWR) 605 "pm_lower_power failed for comp 1 to" 656 "%s%d: DDI_DETACH: pm_lower_power comp 0 level %d", 659 if (pm_lower_power(dstatep->dip, 0, MINPWR) 662 "pm_lower_power failed for comp 0 to" 1150 * issue to not invoke pm_lower_power() on detach
|
H A D | pshot.c | 865 if (pm_lower_power(pshot->dip, 0, 0) != DDI_SUCCESS) { 867 "pm_lower_power failed for comp 0 to" 1271 * without calling pm_lower_power(). 1580 * does not call pm_lower_power() on detach after 2083 * pm_lower_power() call for negative testing 2090 if (pm_lower_power(pshot->dip, 0, 0) != DDI_SUCCESS) { 2220 * call pm_lower_power() on detach.
|
/illumos-gate/usr/src/uts/common/io/1394/targets/dcam1394/ |
H A D | dcam.c | 482 (void) pm_lower_power(dip, 0, 0);
|
/illumos-gate/usr/src/uts/common/io/usb/clients/usbskel/ |
H A D | usbskel.c | 1305 * Power entry point, the workhorse behind pm_raise_power, pm_lower_power, 1488 pm_lower_power(usbskelp->usbskel_dip, 0, USB_DEV_OS_PWR_OFF);
|
/illumos-gate/usr/src/uts/common/io/usb/usb_ia/ |
H A D | usb_ia.c | 759 (void) pm_lower_power(usb_ia->ia_dip, 0, USB_DEV_OS_PWR_OFF);
|
/illumos-gate/usr/src/uts/common/io/usb/usb_mid/ |
H A D | usb_mid.c | 820 (void) pm_lower_power(usb_mid->mi_dip, 0, USB_DEV_OS_PWR_OFF);
|
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | upa64s.c | 343 if (pm_lower_power(dip, UPA64S_PM_COMP, UPA64S_PM_RESET) !=
|
/illumos-gate/usr/src/uts/common/io/1394/targets/scsa1394/ |
H A D | hba.c | 350 (void) pm_lower_power(dip, 0, PM_LEVEL_D3); 393 (void) pm_lower_power(dip, 0, PM_LEVEL_D3);
|
/illumos-gate/usr/src/uts/sun4u/io/pci/ |
H A D | pci_pci.c | 1203 if (pm_lower_power(dip, PCI_PM_COMP_0, low_lvl) != DDI_SUCCESS) {
|
/illumos-gate/usr/src/uts/sun/io/audio/drv/audiocs/ |
H A D | audio_4231.c | 664 (void) pm_lower_power(dip, CS4231_COMPONENT, CS4231_PWR_OFF);
|
/illumos-gate/usr/src/uts/common/io/usb/clients/audio/usb_as/ |
H A D | usb_as.c | 488 (void) pm_lower_power(dip, 0, USB_DEV_OS_PWR_OFF);
|
/illumos-gate/usr/src/uts/common/io/usb/clients/printer/ |
H A D | usbprn.c | 556 (void) pm_lower_power(dip, 0, USB_DEV_OS_PWR_OFF);
|
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbftdi/ |
H A D | uftdi_dsd.c | 1314 (void) pm_lower_power(dip, 0, USB_DEV_OS_PWR_OFF);
|
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbsprl/ |
H A D | pl2303_dsd.c | 1265 (void) pm_lower_power(dip, 0, USB_DEV_OS_PWR_OFF);
|
/illumos-gate/usr/src/man/man9f/ |
H A D | Makefile | 1126 pm_lower_power.9f \ 1962 pm_lower_power.9f := LINKSRC = pm_raise_power.9f
|
/illumos-gate/usr/src/uts/common/io/usb/clients/hid/ |
H A D | hid.c | 2126 (void) pm_lower_power(dip, 0, USB_DEV_OS_PWR_OFF);
|
/illumos-gate/usr/src/uts/common/io/usb/clients/usbecm/ |
H A D | usbecm.c | 1990 (void) pm_lower_power(dip, 0, USB_DEV_OS_PWR_OFF);
|
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbsacm/ |
H A D | usbsacm.c | 2793 (void) pm_lower_power(dip, 0, USB_DEV_OS_PWR_OFF);
|
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/ |
H A D | keyspan_dsd.c | 2096 (void) pm_lower_power(dip, 0, USB_DEV_OS_PWR_OFF);
|
/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/ |
H A D | usbvc.c | 1094 * Power entry point, the workhorse behind pm_raise_power, pm_lower_power, 1261 (void) pm_lower_power(usbvcp->usbvc_dip, 0, USB_DEV_OS_PWR_OFF);
|
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/ |
H A D | ata_common.c | 130 #define ATA_LOWER_POWER(d, c, l) pm_lower_power(d, c, l)
|
/illumos-gate/usr/src/uts/common/io/usb/clients/audio/usb_ac/ |
H A D | usb_ac.c | 677 (void) pm_lower_power(dip, 0, USB_DEV_OS_PWR_OFF);
|