Searched refs:uaspm (Results 1 – 1 of 1) sorted by relevance
438 usb_as_power_t *uaspm; in usb_as_cleanup() local445 uaspm = uasp->usb_as_pm; in usb_as_cleanup()448 "usb_as_cleanup: uaspm=0x%p", (void *)uaspm); in usb_as_cleanup()465 if (uaspm && (uasp->usb_as_dev_state != USB_DEV_DISCONNECTED)) { in usb_as_cleanup()466 if (uaspm->aspm_wakeup_enabled) { in usb_as_cleanup()493 if (uaspm) { in usb_as_cleanup()494 kmem_free(uaspm, sizeof (usb_as_power_t)); in usb_as_cleanup()1711 usb_as_power_t *uaspm; in usb_as_create_pm_components() local1718 uaspm = kmem_zalloc(sizeof (usb_as_power_t), KM_SLEEP); in usb_as_create_pm_components()1719 uasp->usb_as_pm = uaspm; in usb_as_create_pm_components()[all …]