Home
last modified time | relevance | path

Searched refs:rstctrl_ops (Results 1 – 7 of 7) sorted by relevance

/optee_os/core/include/drivers/
H A Drstctrl.h15 struct rstctrl_ops { struct
42 const struct rstctrl_ops *ops; argument
138 static inline bool rstctrl_ops_is_valid(const struct rstctrl_ops *ops) in rstctrl_ops_is_valid()
/optee_os/core/drivers/rstctrl/
H A Dstm32mp1_rstctrl.c129 static const struct rstctrl_ops stm32_rstctrl_ops = {
135 static const struct rstctrl_ops *stm32_reset_get_ops(unsigned int id __unused) in stm32_reset_get_ops()
H A Dstm32_rstctrl.h37 const struct rstctrl_ops * (*get_rstctrl_ops)(unsigned int id);
H A Dstm32mp21_rstctrl.c80 static const struct rstctrl_ops stm32_rstctrl_ops = {
221 static const struct rstctrl_ops *stm32_reset_get_ops(unsigned int id __unused) in stm32_reset_get_ops()
H A Dstm32mp25_rstctrl.c80 static const struct rstctrl_ops stm32_rstctrl_ops = {
250 static const struct rstctrl_ops *stm32_reset_get_ops(unsigned int id __unused) in stm32_reset_get_ops()
/optee_os/core/drivers/
H A Datmel_rstc.c32 const struct rstctrl_ops *ops;
121 static const struct rstctrl_ops sama7_rstc_ops = {
/optee_os/core/pta/tests/
H A Ddt_driver_test.c559 const struct rstctrl_ops dt_test_rstctrl_ops = {