Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCI_MEM.cxx163 atomic_set (&qh->refcount, 1); in ehci_qh_alloc()
186 atomic_inc (&qh->refcount); in qh_get()
194 if (!atomic_dec_and_test (&qh->refcount)) in qh_put()
H A DdrvCore.c95 atomic_set(&dev->refcount,1); in device_initialize()
H A DdrvEHCI.h1859 atomic_t refcount; member
H A DdrvEHCI_SCHD.cxx365 atomic_read(&qh1->refcount), ehci->periodic_sched); in intr_deschedule()
H A DdrvUSB.c2735 if (atomic_dec_and_test(&((&dev->dev)->refcount))) in usb_put_dev()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvDevice.h124 int refcount; member
187 atomic_inc(&dev_ptr->refcount); in get_device()