Home
last modified time | relevance | path

Searched defs:rstc (Results 1 – 3 of 3) sorted by relevance

/components/drivers/reset/
A Dreset.c31 #define reset_control_to_array(rstc) rt_container_of(rstc, struct reset_control_array, captain) argument
83 rt_err_t rt_reset_control_reset(struct rt_reset_control *rstc) in rt_reset_control_reset()
116 rt_err_t rt_reset_control_assert(struct rt_reset_control *rstc) in rt_reset_control_assert()
159 rt_err_t rt_reset_control_deassert(struct rt_reset_control *rstc) in rt_reset_control_deassert()
202 int rt_reset_control_status(struct rt_reset_control *rstc) in rt_reset_control_status()
217 static void reset_free(struct rt_reset_control *rstc) in reset_free()
247 void rt_reset_control_put(struct rt_reset_control *rstc) in rt_reset_control_put()
271 struct rt_reset_control *rstc; in ofw_get_reset_control() local
A Dreset-simple.c50 static rt_err_t reset_simple_assert(struct rt_reset_control *rstc) in reset_simple_assert()
57 static rt_err_t reset_simple_deassert(struct rt_reset_control *rstc) in reset_simple_deassert()
64 static rt_err_t reset_simple_reset(struct rt_reset_control *rstc) in reset_simple_reset()
84 static int reset_simple_status(struct rt_reset_control *rstc) in reset_simple_status()
/components/drivers/watchdog/
A Dwatchdog-dw.c61 struct rt_reset_control *rstc; member

Completed in 4 milliseconds