Home
last modified time | relevance | path

Searched refs:off_on_delay (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.10/drivers/regulator/
Dhi6421-regulator.c147 .off_on_delay = odelay, \
187 .off_on_delay = odelay, \
227 .off_on_delay = odelay, \
264 .off_on_delay = odelay, \
300 .off_on_delay = odelay, \
Dfixed.c118 of_property_read_u32(np, "off-on-delay-us", &config->off_on_delay); in of_get_fixed_voltage_config()
185 drvdata->desc.off_on_delay = config->off_on_delay; in reg_fixed_voltage_probe()
Dqcom-labibb-regulator.c62 .off_on_delay = LABIBB_OFF_ON_DELAY,
74 .off_on_delay = LABIBB_OFF_ON_DELAY,
Dhi6421v530-regulator.c90 .off_on_delay = odelay, \
Dlochnagar-regulator.c214 .off_on_delay = 15000,
Dstm32-vrefbuf.c178 .off_on_delay = 1000,
Dmt6360-regulator.c343 .off_on_delay = offon_delay, \
Dcore.c2464 if (rdev->desc->off_on_delay) { in _regulator_do_enable()
2471 max_delay = usecs_to_jiffies(rdev->desc->off_on_delay); in _regulator_do_enable()
2715 if (rdev->desc->off_on_delay) in _regulator_do_disable()
/Linux-v5.10/include/linux/regulator/
Dfixed.h39 unsigned int off_on_delay; member
Ddriver.h376 unsigned int off_on_delay; member
/Linux-v5.10/drivers/staging/hikey9xx/
Dhi6421v600-regulator.c85 rdev->desc->off_on_delay, rdev->desc->enable_reg, in hi6421_spmi_regulator_enable()
263 &rdesc->off_on_delay); in hi6421_spmi_dt_parse()