Searched defs:rcdev (Results 1 – 4 of 4) sorted by relevance
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() local44 struct reset_control_dev *rcdev = NULL; in hal_reset_control_get() local83 struct reset_control_dev *rcdev; in hal_reset_control_assert() local102 struct reset_control_dev *rcdev; in hal_reset_control_deassert() local121 struct reset_control_dev *rcdev; in hal_reset_control_reset() local142 struct reset_control_dev *rcdev; in hal_reset_control_status() local
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; member28 static inline struct ccu_reset *rc_to_ccu_reset(struct reset_control_dev *rcdev) in rc_to_ccu_reset()
60 struct reset_control_dev *rcdev; member
Completed in 7 milliseconds