Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/regulator/
H A 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, \
H A 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()
H A Dqcom-labibb-regulator.c62 .off_on_delay = LABIBB_OFF_ON_DELAY,
74 .off_on_delay = LABIBB_OFF_ON_DELAY,
H A Dwm8994-regulator.c85 .off_on_delay = 36000,
97 .off_on_delay = 36000,
H A Dhi6421v530-regulator.c90 .off_on_delay = odelay, \
H A Dlochnagar-regulator.c214 .off_on_delay = 15000,
H A Dstm32-vrefbuf.c178 .off_on_delay = 1000,
H A Dmt6360-regulator.c343 .off_on_delay = offon_delay, \
H A Dcore.c2501 if (rdev->desc->off_on_delay) { in _regulator_do_enable()
2508 max_delay = usecs_to_jiffies(rdev->desc->off_on_delay); in _regulator_do_enable()
2757 if (rdev->desc->off_on_delay) in _regulator_do_disable()
/OK3568_Linux_fs/kernel/include/linux/regulator/
H A Dfixed.h39 unsigned int off_on_delay; member
H A Ddriver.h382 unsigned int off_on_delay; member
/OK3568_Linux_fs/kernel/drivers/staging/hikey9xx/
H A 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()