Home
last modified time | relevance | path

Searched refs:reset_controller_dev (Results 1 – 26 of 26) sorted by relevance

/linux-4.4.14/include/linux/
Dreset-controller.h6 struct reset_controller_dev;
18 int (*reset)(struct reset_controller_dev *rcdev, unsigned long id);
19 int (*assert)(struct reset_controller_dev *rcdev, unsigned long id);
20 int (*deassert)(struct reset_controller_dev *rcdev, unsigned long id);
21 int (*status)(struct reset_controller_dev *rcdev, unsigned long id);
40 struct reset_controller_dev { struct
46 int (*of_xlate)(struct reset_controller_dev *rcdev, argument
51 int reset_controller_register(struct reset_controller_dev *rcdev); argument
52 void reset_controller_unregister(struct reset_controller_dev *rcdev);
/linux-4.4.14/drivers/clk/qcom/
Dgdsc.h21 struct reset_controller_dev;
49 struct reset_controller_dev *rcdev;
56 struct reset_controller_dev *, struct regmap *);
60 struct reset_controller_dev *rcdev, in gdsc_register()
Dreset.c22 static int qcom_reset(struct reset_controller_dev *rcdev, unsigned long id) in qcom_reset()
31 qcom_reset_assert(struct reset_controller_dev *rcdev, unsigned long id) in qcom_reset_assert()
45 qcom_reset_deassert(struct reset_controller_dev *rcdev, unsigned long id) in qcom_reset_deassert()
Dreset.h29 struct reset_controller_dev rcdev;
Dgdsc.c205 struct reset_controller_dev *rcdev, struct regmap *regmap) in gdsc_register()
/linux-4.4.14/drivers/reset/
Dreset-ath79.c20 struct reset_controller_dev rcdev;
25 static int ath79_reset_update(struct reset_controller_dev *rcdev, in ath79_reset_update()
45 static int ath79_reset_assert(struct reset_controller_dev *rcdev, in ath79_reset_assert()
51 static int ath79_reset_deassert(struct reset_controller_dev *rcdev, in ath79_reset_deassert()
57 static int ath79_reset_status(struct reset_controller_dev *rcdev, in ath79_reset_status()
Dreset-lpc18xx.c37 struct reset_controller_dev rcdev;
73 static int lpc18xx_rgu_setclear_reset(struct reset_controller_dev *rcdev, in lpc18xx_rgu_setclear_reset()
97 static int lpc18xx_rgu_assert(struct reset_controller_dev *rcdev, in lpc18xx_rgu_assert()
103 static int lpc18xx_rgu_deassert(struct reset_controller_dev *rcdev, in lpc18xx_rgu_deassert()
110 static int lpc18xx_rgu_reset(struct reset_controller_dev *rcdev, in lpc18xx_rgu_reset()
127 static int lpc18xx_rgu_status(struct reset_controller_dev *rcdev, in lpc18xx_rgu_status()
Dreset-zynq.c28 struct reset_controller_dev rcdev;
35 static int zynq_reset_assert(struct reset_controller_dev *rcdev, in zynq_reset_assert()
52 static int zynq_reset_deassert(struct reset_controller_dev *rcdev, in zynq_reset_deassert()
69 static int zynq_reset_status(struct reset_controller_dev *rcdev, in zynq_reset_status()
Dcore.c32 struct reset_controller_dev *rcdev;
46 static int of_reset_simple_xlate(struct reset_controller_dev *rcdev, in of_reset_simple_xlate()
62 int reset_controller_register(struct reset_controller_dev *rcdev) in reset_controller_register()
81 void reset_controller_unregister(struct reset_controller_dev *rcdev) in reset_controller_unregister()
156 struct reset_controller_dev *r, *rcdev; in of_reset_control_get()
Dreset-berlin.c31 struct reset_controller_dev rcdev;
34 static int berlin_reset_reset(struct reset_controller_dev *rcdev, in berlin_reset_reset()
53 static int berlin_reset_xlate(struct reset_controller_dev *rcdev, in berlin_reset_xlate()
Dreset-socfpga.c32 struct reset_controller_dev rcdev;
35 static int socfpga_reset_assert(struct reset_controller_dev *rcdev, in socfpga_reset_assert()
56 static int socfpga_reset_deassert(struct reset_controller_dev *rcdev, in socfpga_reset_deassert()
79 static int socfpga_reset_status(struct reset_controller_dev *rcdev, in socfpga_reset_status()
Dreset-sunxi.c28 struct reset_controller_dev rcdev;
31 static int sunxi_reset_assert(struct reset_controller_dev *rcdev, in sunxi_reset_assert()
52 static int sunxi_reset_deassert(struct reset_controller_dev *rcdev, in sunxi_reset_deassert()
/linux-4.4.14/arch/mips/ralink/
Dreset.c27 static int ralink_assert_device(struct reset_controller_dev *rcdev, in ralink_assert_device()
42 static int ralink_deassert_device(struct reset_controller_dev *rcdev, in ralink_deassert_device()
57 static int ralink_reset_device(struct reset_controller_dev *rcdev, in ralink_reset_device()
70 static struct reset_controller_dev reset_dev = {
/linux-4.4.14/drivers/clk/mediatek/
Dreset.c27 struct reset_controller_dev rcdev;
30 static int mtk_reset_assert(struct reset_controller_dev *rcdev, in mtk_reset_assert()
39 static int mtk_reset_deassert(struct reset_controller_dev *rcdev, in mtk_reset_deassert()
48 static int mtk_reset(struct reset_controller_dev *rcdev, in mtk_reset()
/linux-4.4.14/drivers/reset/sti/
Dreset-syscfg.c44 struct reset_controller_dev rst;
52 static int syscfg_reset_program_hw(struct reset_controller_dev *rcdev, in syscfg_reset_program_hw()
91 static int syscfg_reset_assert(struct reset_controller_dev *rcdev, in syscfg_reset_assert()
97 static int syscfg_reset_deassert(struct reset_controller_dev *rcdev, in syscfg_reset_deassert()
103 static int syscfg_reset_dev(struct reset_controller_dev *rcdev, in syscfg_reset_dev()
/linux-4.4.14/drivers/clk/mmp/
Dreset.c11 static int mmp_of_reset_xlate(struct reset_controller_dev *rcdev, in mmp_of_reset_xlate()
33 static int mmp_clk_reset_assert(struct reset_controller_dev *rcdev, in mmp_clk_reset_assert()
55 static int mmp_clk_reset_deassert(struct reset_controller_dev *rcdev, in mmp_clk_reset_deassert()
Dreset.h17 struct reset_controller_dev rcdev;
/linux-4.4.14/drivers/clk/rockchip/
Dsoftrst.c23 struct reset_controller_dev rcdev;
31 static int rockchip_softrst_assert(struct reset_controller_dev *rcdev, in rockchip_softrst_assert()
58 static int rockchip_softrst_deassert(struct reset_controller_dev *rcdev, in rockchip_softrst_deassert()
/linux-4.4.14/arch/arm/mach-prima2/
Drstc.c27 static int sirfsoc_reset_module(struct reset_controller_dev *rcdev, in sirfsoc_reset_module()
61 static struct reset_controller_dev sirfsoc_reset_controller = {
/linux-4.4.14/arch/mips/lantiq/xway/
Dreset.c224 static int ltq_assert_device(struct reset_controller_dev *rcdev, in ltq_assert_device()
239 static int ltq_deassert_device(struct reset_controller_dev *rcdev, in ltq_deassert_device()
254 static int ltq_reset_device(struct reset_controller_dev *rcdev, in ltq_reset_device()
267 static struct reset_controller_dev reset_dev = {
/linux-4.4.14/drivers/soc/dove/
Dpmu.c36 struct reset_controller_dev reset;
47 static int pmu_reset_reset(struct reset_controller_dev *rc, unsigned long id) in pmu_reset_reset()
62 static int pmu_reset_assert(struct reset_controller_dev *rc, unsigned long id) in pmu_reset_assert()
76 static int pmu_reset_deassert(struct reset_controller_dev *rc, unsigned long id) in pmu_reset_deassert()
96 static struct reset_controller_dev pmu_reset __initdata = {
/linux-4.4.14/drivers/clk/sunxi/
Dclk-usb.c34 struct reset_controller_dev rcdev;
37 static int sunxi_usb_reset_assert(struct reset_controller_dev *rcdev, in sunxi_usb_reset_assert()
58 static int sunxi_usb_reset_deassert(struct reset_controller_dev *rcdev, in sunxi_usb_reset_deassert()
Dclk-sun9i-mmc.c39 struct reset_controller_dev rcdev;
42 static int sun9i_mmc_reset_assert(struct reset_controller_dev *rcdev, in sun9i_mmc_reset_assert()
64 static int sun9i_mmc_reset_deassert(struct reset_controller_dev *rcdev, in sun9i_mmc_reset_deassert()
/linux-4.4.14/arch/arm/mach-imx/
Dsrc.c44 static int imx_src_reset_module(struct reset_controller_dev *rcdev, in imx_src_reset_module()
80 static struct reset_controller_dev imx_reset_controller = {
/linux-4.4.14/drivers/clk/tegra/
Dclk.c148 static int tegra_clk_rst_assert(struct reset_controller_dev *rcdev, in tegra_clk_rst_assert()
171 static int tegra_clk_rst_deassert(struct reset_controller_dev *rcdev, in tegra_clk_rst_deassert()
279 static struct reset_controller_dev rst_ctlr = {
/linux-4.4.14/drivers/clk/sirf/
Dclk-atlas7.c1389 static int atlas7_reset_module(struct reset_controller_dev *rcdev, in atlas7_reset_module()
1430 static struct reset_controller_dev atlas7_rst_ctlr = {