Searched refs:reset_control_dev (Results 1 – 4 of 4) sorted by relevance
21 struct reset_control_dev;33 int (*reset)(struct reset_control_dev *rcdev, hal_reset_id_t id);34 int (*assert)(struct reset_control_dev *rcdev, hal_reset_id_t id);35 int (*deassert)(struct reset_control_dev *rcdev, hal_reset_id_t id);36 int (*status)(struct reset_control_dev *rcdev, hal_reset_id_t id);52 struct reset_control_dev { struct60 struct reset_control_dev *rcdev; argument65 int reset_control_register(struct reset_control_dev *rcdev); //for reset system
8 int reset_control_register(struct reset_control_dev *rcdev) //for reset system in reset_control_register()20 struct reset_control_dev *rcdev = NULL; in reset_control_unregister()44 struct reset_control_dev *rcdev = NULL; in hal_reset_control_get()83 struct reset_control_dev *rcdev; in hal_reset_control_assert()102 struct reset_control_dev *rcdev; in hal_reset_control_deassert()121 struct reset_control_dev *rcdev; in hal_reset_control_reset()142 struct reset_control_dev *rcdev; in hal_reset_control_status()
23 static int ccu_reset_assert(struct reset_control_dev *rcdev, in ccu_reset_assert()41 static int ccu_reset_deassert(struct reset_control_dev *rcdev, in ccu_reset_deassert()60 static int ccu_reset_reset(struct reset_control_dev *rcdev, in ccu_reset_reset()70 static int ccu_reset_status(struct reset_control_dev *rcdev, in ccu_reset_status()
25 struct reset_control_dev rcdev;28 static inline struct ccu_reset *rc_to_ccu_reset(struct reset_control_dev *rcdev) in rc_to_ccu_reset()
Completed in 7 milliseconds