Home
last modified time | relevance | path

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

/optee_os/core/drivers/rstctrl/
H A Dstm32_rstctrl.c30 stm32_rstline *find_or_allocate_rstline(unsigned int binding_id, in find_or_allocate_rstline() argument
33 struct stm32_rstline *stm32_rstline = find_rstctrl_device(binding_id); in find_or_allocate_rstline()
42 stm32_rstline->id = binding_id; in find_or_allocate_rstline()
44 stm32_rstline->rstctrl.ops = pdata->get_rstctrl_ops(binding_id); in find_or_allocate_rstline()
59 struct rstctrl *stm32mp_rcc_reset_id_to_rstctrl(unsigned int binding_id) in stm32mp_rcc_reset_id_to_rstctrl() argument
63 rstline = find_or_allocate_rstline(binding_id, stm32_reset_pdata); in stm32mp_rcc_reset_id_to_rstctrl()
/optee_os/core/include/drivers/
H A Dstm32mp2_rcc_util.h20 struct rstctrl *stm32mp_rcc_reset_id_to_rstctrl(unsigned int binding_id);
/optee_os/core/arch/arm/plat-stm32mp1/
H A Dstm32_util.h73 struct rstctrl *stm32mp_rcc_reset_id_to_rstctrl(unsigned int binding_id);