Searched refs:hisi_reset_controller (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/clk/hisilicon/
H A Dreset.h10 struct hisi_reset_controller;
13 struct hisi_reset_controller *hisi_reset_init(struct platform_device *pdev);
14 void hisi_reset_exit(struct hisi_reset_controller *rstc);
17 struct hisi_reset_controller *hisi_reset_init(struct platform_device *pdev)
21 static inline void hisi_reset_exit(struct hisi_reset_controller *rstc)
H A Dcrg.h12 struct hisi_reset_controller;
21 struct hisi_reset_controller *rstc;
H A Dreset.c20 struct hisi_reset_controller { struct
28 container_of(rcdev, struct hisi_reset_controller, rcdev)
46 struct hisi_reset_controller *rstc = to_hisi_reset_controller(rcdev);
67 struct hisi_reset_controller *rstc = to_hisi_reset_controller(rcdev);
90 struct hisi_reset_controller *hisi_reset_init(struct platform_device *pdev)
92 struct hisi_reset_controller *rstc;
114 void hisi_reset_exit(struct hisi_reset_controller *rstc)
H A Dclk-hi3519.c31 struct hisi_reset_controller *rstc;

Completed in 517 milliseconds