Searched refs:rt_reset_control (Results 1 – 4 of 4) sorted by relevance
37 struct rt_reset_control struct58 rt_err_t (*reset)(struct rt_reset_control *rstc);59 rt_err_t (*assert)(struct rt_reset_control *rstc);60 rt_err_t (*deassert)(struct rt_reset_control *rstc);61 int (*status)(struct rt_reset_control *rstc);67 rt_err_t rt_reset_control_reset(struct rt_reset_control *rstc);68 rt_err_t rt_reset_control_assert(struct rt_reset_control *rstc);69 rt_err_t rt_reset_control_deassert(struct rt_reset_control *rstc);70 int rt_reset_control_status(struct rt_reset_control *rstc);73 struct rt_reset_control *rt_reset_control_get_array(struct rt_device *dev);[all …]
25 struct rt_reset_control captain;28 struct rt_reset_control *rstcs[];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()232 struct rt_reset_control *rt_reset_control_get_array(struct rt_device *dev) in rt_reset_control_get_array()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()[all …]
50 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()
61 struct rt_reset_control *rstc;
Completed in 5 milliseconds