Home
last modified time | relevance | path

Searched refs:mutex_pm_aware_unlock (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/include/kernel/
H A Dmutex_pm_aware.h40 void mutex_pm_aware_unlock(struct mutex_pm_aware *m);
/optee_os/core/kernel/
H A Dmutex.c368 void mutex_pm_aware_unlock(struct mutex_pm_aware *m) in mutex_pm_aware_unlock() function
/optee_os/core/drivers/regulator/
H A Dregulator.c37 mutex_pm_aware_unlock(&regulator->mutex); in unlock_regulator()
/optee_os/core/drivers/clk/
H A Dclk.c31 mutex_pm_aware_unlock(&mu); in unlock_clk()
/optee_os/core/drivers/
H A Dstm32_i2c.c840 mutex_pm_aware_unlock(&hi2c->mu); in unlock_i2c_bus_access()