Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/phy/
Dmdio_device.c122 if (!mdiodev->reset_gpio && !mdiodev->reset_ctrl) in mdio_device_reset()
128 if (mdiodev->reset_ctrl) { in mdio_device_reset()
130 reset_control_assert(mdiodev->reset_ctrl); in mdio_device_reset()
132 reset_control_deassert(mdiodev->reset_ctrl); in mdio_device_reset()
Dmdio_bus.c65 mdiodev->reset_ctrl = reset; in mdiobus_register_reset()
101 reset_control_put(mdiodev->reset_ctrl); in mdiobus_unregister_device()
/Linux-v6.1/drivers/regulator/
Dpca9450-regulator.c713 unsigned int reset_ctrl; in pca9450_i2c_probe() local
815 reset_ctrl = WDOG_B_CFG_WARM; in pca9450_i2c_probe()
817 reset_ctrl = WDOG_B_CFG_COLD_LDO12; in pca9450_i2c_probe()
821 WDOG_B_CFG_MASK, reset_ctrl); in pca9450_i2c_probe()
/Linux-v6.1/include/linux/
Dmdio.h50 struct reset_control *reset_ctrl; member