Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/regulator/
Dirq_helpers.c85 if (d->renable) { in regulator_notifier_isr_work()
86 ret = d->renable(rid); in regulator_notifier_isr_work()
Dbd9576-regulator.c913 .renable = bd9576_uvd_renable, in bd957x_probe()
920 .renable = bd9576_ovd_renable, in bd957x_probe()
927 .renable = bd9576_temp_renable, in bd957x_probe()
/Linux-v6.6/drivers/iio/accel/
Dkionix-kx022a.c596 bool renable = false; in __kx022a_fifo_flush() local
636 renable = true; in __kx022a_fifo_flush()
694 if (renable) in __kx022a_fifo_flush()
/Linux-v6.6/include/linux/regulator/
Ddriver.h575 int (*renable)(struct regulator_irq_data *rid); member