Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/usb/usba/
H A Dusba_types.h305 int usb_ref_count; member
/titanic_41/usr/src/uts/common/io/usb/usba/
H A Dusba.c363 usba_device->usb_ref_count++; in usba_bus_ctl()
367 (void *)usba_device, usba_device->usb_ref_count); in usba_bus_ctl()
384 usba_device->usb_ref_count--; in usba_bus_ctl()
389 (void *)usba_device, usba_device->usb_ref_count); in usba_bus_ctl()
657 if (usba_device->usb_ref_count) { in usba_free_usba_device()
666 usba_device->usb_ref_count); in usba_free_usba_device()
H A Dhubdi.c6412 ASSERT(child_ud->usb_ref_count == 0); in hubd_create_child()
6479 ud->usb_ref_count = 0; in hubd_delete_child()