Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc.c655 usbvcp->usbvc_pm->usbvc_raise_power = B_TRUE; in usbvc_open()
660 usbvcp->usbvc_pm->usbvc_raise_power = B_FALSE; in usbvc_open()
1132 if (pm->usbvc_raise_power && (level < (int)pm->usbvc_current_power)) { in usbvc_power()
1202 usbvcpm->usbvc_raise_power = B_TRUE; in usbvc_init_power_mgmt()
1209 usbvcpm->usbvc_raise_power = B_FALSE; in usbvc_init_power_mgmt()
1237 pm->usbvc_raise_power = B_TRUE; in usbvc_destroy_power_mgmt()
1254 pm->usbvc_raise_power = B_FALSE; in usbvc_destroy_power_mgmt()
1615 usbvcp->usbvc_pm->usbvc_raise_power = B_TRUE; in usbvc_restore_device_state()
1628 usbvcp->usbvc_pm->usbvc_raise_power = B_FALSE; in usbvc_restore_device_state()
/illumos-gate/usr/src/uts/common/sys/usb/clients/video/usbvc/
H A Dusbvc_var.h55 boolean_t usbvc_raise_power; member