Searched refs:usbvc_power_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/clients/video/usbvc/
H A Dusbvc_var.h59 } usbvc_power_t; typedef in typeref:struct:usbvc_power
241 usbvc_power_t *usbvc_pm;
/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc.c1102 usbvc_power_t *pm;
1167 usbvc_power_t *usbvcpm;
1174 usbvcpm = kmem_zalloc(sizeof (usbvc_power_t), KM_SLEEP);
1223 usbvc_power_t *pm;
1267 kmem_free(pm, sizeof (usbvc_power_t));

Completed in 65 milliseconds