Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvDevice.h114 int dev_refcnt; member
143 osapi_atomic_inc(&dev_ptr->dev_refcnt); in ms_get_device()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvCore.c100 osapi_atomic_set(&ms_gdev->dev_refcnt,1); in ms_device_initialize()
H A DdrvUSB.c444 if (osapi_atomic_dec_and_test(&((&pUdev->dev)->dev_refcnt))) in ms_usb_put_dev()