Home
last modified time | relevance | path

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

/openbmc/linux/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) in hisi_reset_init()
21 static inline void hisi_reset_exit(struct hisi_reset_controller *rstc) in hisi_reset_exit()
H A Dreset.c20 struct hisi_reset_controller { struct
28 container_of(rcdev, struct hisi_reset_controller, rcdev) argument
46 struct hisi_reset_controller *rstc = to_hisi_reset_controller(rcdev); in hisi_reset_assert()
67 struct hisi_reset_controller *rstc = to_hisi_reset_controller(rcdev); in hisi_reset_deassert()
90 struct hisi_reset_controller *hisi_reset_init(struct platform_device *pdev) in hisi_reset_init()
92 struct hisi_reset_controller *rstc; in hisi_reset_init()
114 void hisi_reset_exit(struct hisi_reset_controller *rstc) in hisi_reset_exit()
H A Dcrg.h12 struct hisi_reset_controller;
21 struct hisi_reset_controller *rstc;
H A Dclk-hi3519.c31 struct hisi_reset_controller *rstc;