Home
last modified time | relevance | path

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

/optee_os/core/include/kernel/
H A Dmutex_pm_aware.h27 struct mutex_pm_aware { struct
37 void mutex_pm_aware_init(struct mutex_pm_aware *m); argument
38 void mutex_pm_aware_destroy(struct mutex_pm_aware *m);
39 void mutex_pm_aware_lock(struct mutex_pm_aware *m);
40 void mutex_pm_aware_unlock(struct mutex_pm_aware *m);
/optee_os/core/kernel/
H A Dmutex.c346 void mutex_pm_aware_init(struct mutex_pm_aware *m) in mutex_pm_aware_init()
348 *m = (struct mutex_pm_aware)MUTEX_PM_AWARE_INITIALIZER; in mutex_pm_aware_init()
351 void mutex_pm_aware_destroy(struct mutex_pm_aware *m) in mutex_pm_aware_destroy()
356 void mutex_pm_aware_lock(struct mutex_pm_aware *m) in mutex_pm_aware_lock()
368 void mutex_pm_aware_unlock(struct mutex_pm_aware *m) in mutex_pm_aware_unlock()
/optee_os/core/include/drivers/
H A Dstm32_i2c.h151 struct mutex_pm_aware mu;
H A Dregulator.h114 struct mutex_pm_aware mutex;
/optee_os/core/drivers/clk/
H A Dclk.c18 static struct mutex_pm_aware mu = MUTEX_PM_AWARE_INITIALIZER;