Home
last modified time | relevance | path

Searched refs:low_voltage_threshold (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/rk3588/kernel/drivers/mfd/
H A Drk806-core.c456 if (!pdata->low_voltage_threshold) in rk806_low_power_irqs()
462 (pdata->low_voltage_threshold - 2800) / 100); in rk806_low_power_irqs()
502 "low_voltage_threshold", in rk806_parse_dt()
503 &pdata->low_voltage_threshold); in rk806_parse_dt()
505 pdata->low_voltage_threshold = 0; in rk806_parse_dt()
506 dev_info(dev, "low_voltage_threshold missing!\n"); in rk806_parse_dt()
508 if ((pdata->low_voltage_threshold > 3500) || in rk806_parse_dt()
509 (pdata->low_voltage_threshold < 2800)) { in rk806_parse_dt()
510 dev_err(dev, "low_voltage_threshold out [2800 3500]!\n"); in rk806_parse_dt()
511 pdata->low_voltage_threshold in rk806_parse_dt()
[all...]
/device/soc/rockchip/rk3588/kernel/include/linux/mfd/
H A Drk806.h488 int low_voltage_threshold; member

Completed in 4 milliseconds