Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/usb/scsa2usb/
H A Dscsa2usb.h240 } scsa2usb_power_t; typedef
284 scsa2usb_power_t *scsa2usb_pm; /* PM state info */
373 _NOTE(SCHEME_PROTECTS_DATA("stable data", scsa2usb_power_t))
/titanic_44/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c1308 scsa2usb_power_t *pm; in scsa2usb_cleanup()
1390 kmem_free(pm, sizeof (scsa2usb_power_t)); in scsa2usb_cleanup()
5492 scsa2usb_power_t *pm; in scsa2usb_create_pm_components()
5513 pm = kmem_zalloc(sizeof (scsa2usb_power_t), KM_SLEEP); in scsa2usb_create_pm_components()
5659 scsa2usb_power_t *pm; in scsa2usb_power()