Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc.c1170 usbvc_power_t *usbvcpm; in usbvc_init_power_mgmt() local
1177 usbvcpm = kmem_zalloc(sizeof (usbvc_power_t), KM_SLEEP); in usbvc_init_power_mgmt()
1179 usbvcp->usbvc_pm = usbvcpm; in usbvc_init_power_mgmt()
1180 usbvcpm->usbvc_state = usbvcp; in usbvc_init_power_mgmt()
1181 usbvcpm->usbvc_pm_capabilities = 0; in usbvc_init_power_mgmt()
1182 usbvcpm->usbvc_current_power = USB_DEV_OS_FULL_PWR; in usbvc_init_power_mgmt()
1192 usbvcpm->usbvc_wakeup_enabled = 1; in usbvc_init_power_mgmt()
1200 usbvcpm->usbvc_pwr_states = (uint8_t)pwr_states; in usbvc_init_power_mgmt()
1202 usbvcpm->usbvc_raise_power = B_TRUE; in usbvc_init_power_mgmt()
1209 usbvcpm->usbvc_raise_power = B_FALSE; in usbvc_init_power_mgmt()