Home
last modified time | relevance | path

Searched refs:reset_controller_register (Results 1 – 16 of 16) sorted by relevance

/linux-4.1.27/drivers/reset/
Dreset-sunxi.c111 reset_controller_register(&data->rcdev); in sunxi_reset_init()
169 return reset_controller_register(&data->rcdev); in sunxi_reset_probe()
Dcore.c62 int reset_controller_register(struct reset_controller_dev *rcdev) in reset_controller_register() function
75 EXPORT_SYMBOL_GPL(reset_controller_register);
Dreset-berlin.c102 reset_controller_register(&priv->rcdev); in __berlin_reset_init()
Dreset-socfpga.c129 reset_controller_register(&data->rcdev); in socfpga_reset_probe()
/linux-4.1.27/include/linux/
Dreset-controller.h51 int reset_controller_register(struct reset_controller_dev *rcdev);
/linux-4.1.27/arch/mips/ralink/
Dreset.c81 reset_controller_register(&reset_dev); in ralink_rst_init()
/linux-4.1.27/arch/arm/mach-prima2/
Drstc.c86 reset_controller_register(&sirfsoc_reset_controller); in sirfsoc_rstc_probe()
/linux-4.1.27/drivers/clk/mmp/
Dreset.c98 reset_controller_register(&unit->rcdev); in mmp_clk_reset_register()
/linux-4.1.27/drivers/clk/rockchip/
Dsoftrst.c112 ret = reset_controller_register(&softrst->rcdev); in rockchip_register_softrst()
/linux-4.1.27/arch/arm/mach-imx/
Dsrc.c131 reset_controller_register(&imx_reset_controller); in imx_src_init()
/linux-4.1.27/drivers/clk/qcom/
Dcommon.c121 ret = reset_controller_register(&reset->rcdev); in qcom_cc_really_probe()
/linux-4.1.27/drivers/reset/sti/
Dreset-syscfg.c166 err = reset_controller_register(&rc->rst); in syscfg_reset_controller_register()
/linux-4.1.27/arch/mips/lantiq/xway/
Dreset.c174 reset_controller_register(&reset_dev); in ltq_rst_init()
/linux-4.1.27/drivers/clk/sunxi/
Dclk-usb.c169 reset_controller_register(&reset_data->rcdev); in sunxi_usb_clk_setup()
Dclk-sun9i-mmc.c164 ret = reset_controller_register(&data->rcdev); in sun9i_a80_mmc_config_clk_probe()
/linux-4.1.27/drivers/clk/tegra/
Dclk.c290 reset_controller_register(&rst_ctlr); in tegra_add_of_provider()