Home
last modified time | relevance | path

Searched refs:find_or_allocate_rstline (Results 1 – 2 of 2) 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() function
63 rstline = find_or_allocate_rstline(binding_id, stm32_reset_pdata); in stm32mp_rcc_reset_id_to_rstctrl()
81 stm32_rstline = find_or_allocate_rstline(control_id, priv_data); in stm32_rstctrl_get_dev()
/optee_os/core/drivers/
H A Datmel_rstc.c63 sam_rstline *find_or_allocate_rstline(unsigned int reset_id, in find_or_allocate_rstline() function
90 sam_rstline = find_or_allocate_rstline(args->args[0], data); in sam_rstctrl_dt_get()
137 rstline = find_or_allocate_rstline(reset_id, &sama7_reset_data); in sam_get_rstctrl()