Home
last modified time | relevance | path

Searched refs:scsa2usb_pm (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c1363 pm = scsa2usbp->scsa2usb_pm; in scsa2usb_cleanup()
2207 if (scsa2usbp->scsa2usb_pm && in scsa2usb_restore_device_state()
2208 scsa2usbp->scsa2usb_pm->scsa2usb_wakeup_enabled) { in scsa2usb_restore_device_state()
5515 scsa2usbp->scsa2usb_pm = pm; in scsa2usb_create_pm_components()
5548 if (scsa2usbp->scsa2usb_pm) { in scsa2usb_raise_power()
5550 if (scsa2usbp->scsa2usb_pm->scsa2usb_current_power != in scsa2usb_raise_power()
5572 if (scsa2usbp->scsa2usb_pm->scsa2usb_pm_busy != 0) { in scsa2usb_pwrlvl0()
5593 scsa2usbp->scsa2usb_pm->scsa2usb_current_power = in scsa2usb_pwrlvl0()
5644 scsa2usbp->scsa2usb_pm->scsa2usb_current_power = USB_DEV_OS_FULL_PWR; in scsa2usb_pwrlvl3()
5677 pm = scsa2usbp->scsa2usb_pm; in scsa2usb_power()
[all …]
/titanic_50/usr/src/uts/common/sys/usb/scsa2usb/
H A Dscsa2usb.h284 scsa2usb_power_t *scsa2usb_pm; /* PM state info */ member
372 _NOTE(DATA_READABLE_WITHOUT_LOCK(scsa2usb_state::scsa2usb_pm))