Home
last modified time | relevance | path

Searched defs:rst (Results 1 – 25 of 239) sorted by relevance

12345678910

/openbmc/u-boot/drivers/reset/
H A Dreset-ti-sci.c42 static int ti_sci_reset_of_xlate(struct reset_ctl *rst, in ti_sci_reset_of_xlate()
62 static int ti_sci_reset_request(struct reset_ctl *rst) in ti_sci_reset_request()
68 static int ti_sci_reset_free(struct reset_ctl *rst) in ti_sci_reset_free()
89 static int ti_sci_reset_set(struct reset_ctl *rst, bool assert) in ti_sci_reset_set()
130 static int ti_sci_reset_assert(struct reset_ctl *rst) in ti_sci_reset_assert()
147 static int ti_sci_reset_deassert(struct reset_ctl *rst) in ti_sci_reset_deassert()
165 static int ti_sci_reset_status(struct reset_ctl *rst) in ti_sci_reset_status()
H A Dreset-bcm6345.c21 static int bcm6345_reset_assert(struct reset_ctl *rst) in bcm6345_reset_assert()
31 static int bcm6345_reset_deassert(struct reset_ctl *rst) in bcm6345_reset_deassert()
41 static int bcm6345_reset_free(struct reset_ctl *rst) in bcm6345_reset_free()
46 static int bcm6345_reset_request(struct reset_ctl *rst) in bcm6345_reset_request()
/openbmc/linux/drivers/reset/
H A Dreset-hsdk.c52 static void hsdk_reset_config(struct hsdk_rst *rst, unsigned long id) in hsdk_reset_config()
57 static int hsdk_reset_do(struct hsdk_rst *rst) in hsdk_reset_do()
75 struct hsdk_rst *rst = to_hsdk_rst(rcdev); in hsdk_reset_reset() local
94 struct hsdk_rst *rst; in hsdk_reset_probe() local
H A Dreset-axs10x.c30 struct axs10x_rst *rst = to_axs10x_rst(rcdev); in axs10x_reset_reset() local
46 struct axs10x_rst *rst; in axs10x_reset_probe() local
/openbmc/linux/drivers/clk/baikal-t1/
H A Dccu-rst.c106 struct ccu_rst *rst = to_ccu_rst(rcdev); in ccu_rst_reset() local
123 struct ccu_rst *rst = to_ccu_rst(rcdev); in ccu_rst_set() local
148 struct ccu_rst *rst = to_ccu_rst(rcdev); in ccu_rst_status() local
169 struct ccu_rst *rst; in ccu_rst_hw_register() local
212 void ccu_rst_hw_unregister(struct ccu_rst *rst) in ccu_rst_hw_unregister()
/openbmc/linux/drivers/memory/tegra/
H A Dmc.c137 const struct tegra_mc_reset *rst) in tegra_mc_block_dma_common()
153 const struct tegra_mc_reset *rst) in tegra_mc_dma_idling_common()
159 const struct tegra_mc_reset *rst) in tegra_mc_unblock_dma_common()
175 const struct tegra_mc_reset *rst) in tegra_mc_reset_status_common()
209 const struct tegra_mc_reset *rst; in tegra_mc_hotreset_assert() local
269 const struct tegra_mc_reset *rst; in tegra_mc_hotreset_deassert() local
308 const struct tegra_mc_reset *rst; in tegra_mc_hotreset_status() local
H A Dtegra20.c280 const struct tegra_mc_reset *rst) in tegra20_mc_hotreset_assert()
296 const struct tegra_mc_reset *rst) in tegra20_mc_hotreset_deassert()
312 const struct tegra_mc_reset *rst) in tegra20_mc_block_dma()
328 const struct tegra_mc_reset *rst) in tegra20_mc_dma_idling()
334 const struct tegra_mc_reset *rst) in tegra20_mc_reset_status()
340 const struct tegra_mc_reset *rst) in tegra20_mc_unblock_dma()
/openbmc/linux/drivers/clk/qcom/
H A Dreset.c16 struct qcom_reset_controller *rst = to_qcom_reset_controller(rcdev); in qcom_reset() local
28 struct qcom_reset_controller *rst; in qcom_reset_set_assert() local
/openbmc/linux/drivers/reset/sti/
H A Dreset-syscfg.c41 struct reset_controller_dev rst; member
52 struct syscfg_reset_controller *rst = to_syscfg_reset_controller(rcdev); in syscfg_reset_program_hw() local
105 struct syscfg_reset_controller *rst = to_syscfg_reset_controller(rcdev); in syscfg_reset_status() local
/openbmc/linux/drivers/pwm/
H A Dpwm-intel-lgm.c152 struct reset_control *rst = data; in lgm_reset_control_release() local
157 static int lgm_reset_control_deassert(struct device *dev, struct reset_control *rst) in lgm_reset_control_deassert()
171 struct reset_control *rst; in lgm_pwm_probe() local
/openbmc/linux/drivers/clk/
H A Dclk-ast2600.c291 u32 rst = get_bit(gate->reset_idx); in aspeed_g6_clk_is_enabled() local
320 u32 rst = get_bit(gate->reset_idx); in aspeed_g6_clk_enable() local
385 u32 rst = get_bit(id); in aspeed_g6_reset_deassert() local
396 u32 rst = get_bit(id); in aspeed_g6_reset_assert() local
408 u32 rst = get_bit(id); in aspeed_g6_reset_status() local
/openbmc/linux/drivers/clk/visconti/
H A Dreset.c27 u32 rst = BIT(data->rs_idx); in visconti_reset_assert() local
42 u32 rst = BIT(data->rs_idx); in visconti_reset_deassert() local
/openbmc/linux/drivers/mmc/host/
H A Dsdhci_f_sdh30.c26 struct reset_control *rst; member
214 struct reset_control *rst = priv->rst; in sdhci_f_sdh30_remove() local
/openbmc/u-boot/arch/arm/dts/
H A Dast2600-u-boot.dtsi16 rst: reset-controller { label
H A Dast2400-u-boot.dtsi15 rst: reset-controller { label
H A Dast2500-u-boot.dtsi15 rst: reset-controller { label
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dmp.c45 struct ccsr_reset __iomem *rst = (void *)(CONFIG_SYS_FSL_RST_ADDR); in wake_secondary_core_n() local
71 struct ccsr_reset __iomem *rst = (void *)(CONFIG_SYS_FSL_RST_ADDR); in fsl_layerscape_wake_seconday_cores() local
/openbmc/openbmc/poky/documentation/
H A D.vale.ini6 BasedOnStyles = Vale, RedHat, proselint, write-good, alex, Readability, Joblint
/openbmc/u-boot/board/freescale/common/
H A Dqixis.c122 u8 rst; in board_assert_mem_reset() local
131 u8 rst; in board_deassert_mem_reset() local
H A Dpixis.h15 u8 rst; member
54 u8 rst; member
81 u8 rst; member
110 u8 rst; member
140 u8 rst; member
/openbmc/linux/drivers/gpu/drm/tegra/
H A Dhub.h21 struct reset_control *rst; member
46 struct reset_control *rst; member
/openbmc/linux/arch/mips/boot/dts/qca/
H A Dar9132.dtsi123 rst: reset-controller@1806001c { label
/openbmc/linux/drivers/iio/adc/
H A Dsun20i-gpadc-iio.c147 struct reset_control *rst = data; in sun20i_gpadc_reset_assert() local
197 struct reset_control *rst; in sun20i_gpadc_probe() local
/openbmc/linux/arch/arm64/boot/dts/bitmain/
H A Dbm1880.dtsi113 rst: reset-controller@c00 { label
/openbmc/linux/drivers/net/ethernet/dec/tulip/
H A Dmedia.c201 unsigned char *rst = rleaf->leafdata; in tulip_select_media() local
326 unsigned char *rst = rleaf->leafdata; in tulip_select_media() local

12345678910