Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc.c1167 usbvc_power_t *usbvcpm; in usbvc_init_power_mgmt() local
1174 usbvcpm = kmem_zalloc(sizeof (usbvc_power_t), KM_SLEEP); in usbvc_init_power_mgmt()
1176 usbvcp->usbvc_pm = usbvcpm; in usbvc_init_power_mgmt()
1177 usbvcpm->usbvc_state = usbvcp; in usbvc_init_power_mgmt()
1178 usbvcpm->usbvc_pm_capabilities = 0; in usbvc_init_power_mgmt()
1179 usbvcpm->usbvc_current_power = USB_DEV_OS_FULL_PWR; in usbvc_init_power_mgmt()
1189 usbvcpm->usbvc_wakeup_enabled = 1; in usbvc_init_power_mgmt()
1197 usbvcpm->usbvc_pwr_states = (uint8_t)pwr_states; in usbvc_init_power_mgmt()
1199 usbvcpm->usbvc_raise_power = B_TRUE; in usbvc_init_power_mgmt()
1206 usbvcpm->usbvc_raise_power = B_FALSE; in usbvc_init_power_mgmt()