Home
last modified time | relevance | path

Searched refs:binding_id (Results 1 – 2 of 2) sorted by relevance

/optee_os-3.20.0/core/drivers/rstctrl/
A Dstm32_rstctrl.c156 static struct stm32_rstline *find_or_allocate_rstline(unsigned int binding_id) in find_or_allocate_rstline() argument
158 struct stm32_rstline *stm32_rstline = find_rstctrl_device(binding_id); in find_or_allocate_rstline()
166 stm32_rstline->id = binding_id; in find_or_allocate_rstline()
173 struct rstctrl *stm32mp_rcc_reset_id_to_rstctrl(unsigned int binding_id) in stm32mp_rcc_reset_id_to_rstctrl() argument
175 struct stm32_rstline *rstline = find_or_allocate_rstline(binding_id); in stm32mp_rcc_reset_id_to_rstctrl()
/optee_os-3.20.0/core/arch/arm/plat-stm32mp1/
A Dstm32_util.h106 struct rstctrl *stm32mp_rcc_reset_id_to_rstctrl(unsigned int binding_id);

Completed in 4 milliseconds