Searched refs:reset_ctrl (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/mmc/core/ |
| H A D | pwrseq_simple.c | 34 struct reset_control *reset_ctrl; member 72 if (pwrseq->reset_ctrl) { in mmc_pwrseq_simple_pre_power_on() 73 reset_control_deassert(pwrseq->reset_ctrl); in mmc_pwrseq_simple_pre_power_on() 74 reset_control_assert(pwrseq->reset_ctrl); in mmc_pwrseq_simple_pre_power_on() 83 if (pwrseq->reset_ctrl) in mmc_pwrseq_simple_post_power_on() 84 reset_control_deassert(pwrseq->reset_ctrl); in mmc_pwrseq_simple_post_power_on() 96 if (pwrseq->reset_ctrl) in mmc_pwrseq_simple_power_off() 97 reset_control_assert(pwrseq->reset_ctrl); in mmc_pwrseq_simple_power_off() 140 if (IS_ERR(pwrseq->reset_ctrl)) in mmc_pwrseq_simple_probe() 141 return dev_err_probe(dev, PTR_ERR(pwrseq->reset_ctrl), in mmc_pwrseq_simple_probe() [all …]
|
| /linux-6.15/drivers/net/phy/ |
| H A D | mdio_device.c | 123 if (!mdiodev->reset_gpio && !mdiodev->reset_ctrl) in mdio_device_reset() 132 if (mdiodev->reset_ctrl) { in mdio_device_reset() 134 reset_control_assert(mdiodev->reset_ctrl); in mdio_device_reset() 136 reset_control_deassert(mdiodev->reset_ctrl); in mdio_device_reset()
|
| H A D | mdio_bus.c | 64 mdiodev->reset_ctrl = reset; in mdiobus_register_reset() 100 reset_control_put(mdiodev->reset_ctrl); in mdiobus_unregister_device()
|
| /linux-6.15/drivers/regulator/ |
| H A D | pf9453-regulator.c | 772 unsigned int reset_ctrl; in pf9453_i2c_probe() local 834 reset_ctrl = WDOG_B_CFG_WARM; in pf9453_i2c_probe() 836 reset_ctrl = WDOG_B_CFG_COLD; in pf9453_i2c_probe() 839 ret = pf9453_pmic_write(pf9453, PF9453_REG_RESET_CTRL, WDOG_B_CFG_MASK, reset_ctrl); in pf9453_i2c_probe()
|
| H A D | pca9450-regulator.c | 977 unsigned int reset_ctrl; in pca9450_i2c_probe() local 1076 reset_ctrl = WDOG_B_CFG_WARM; in pca9450_i2c_probe() 1078 reset_ctrl = WDOG_B_CFG_COLD_LDO12; in pca9450_i2c_probe() 1082 WDOG_B_CFG_MASK, reset_ctrl); in pca9450_i2c_probe()
|
| /linux-6.15/drivers/clk/meson/ |
| H A D | a1-peripherals.c | 1818 static MESON_GATE(reset_ctrl, SYS_CLK_EN0, 1); 1882 [CLKID_RESET_CTRL] = &reset_ctrl.hw, 2040 &reset_ctrl,
|
| /linux-6.15/include/linux/ |
| H A D | mdio.h | 43 struct reset_control *reset_ctrl; member
|