Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/ti/pd/
H A Dti_psc.c362 if ((module->use_count == 0U) && (module->ret_count == 0U)) { in lpsc_module_sync_state()
773 module->ret_count); in lpsc_module_get_internal()
774 module->ret_count++; in lpsc_module_get_internal()
775 if (module->ret_count == 1U) { in lpsc_module_get_internal()
807 module->ret_count); in lpsc_module_put_internal()
808 module->ret_count--; in lpsc_module_put_internal()
809 if (module->ret_count == 0U) { in lpsc_module_put_internal()
819 if ((module->ret_count == 0U) && ret) { in lpsc_module_put_internal()
1112 if (mod->ret_count != 0U) { in psc_uninitialize_modules()
1117 mod->ret_count = 0U; in psc_uninitialize_modules()
H A Dti_device_psc.c253 module_p->ret_count = 0U; in ti_soc_device_disable_internal_flags_iterate()
274 temp->ret_count = 0U; in ti_soc_device_disable_internal_flags_iterate()
/rk3399_ARM-atf/drivers/ti/pd/include/
H A Dti_psc.h267 uint8_t ret_count; member