Home
last modified time | relevance | path

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

/device/soc/rockchip/rk3588/kernel/drivers/mfd/
H A Drk806-core.c496 pdata->shutdown_voltage_threshold = 2700; in rk806_parse_dt()
515 "shutdown_voltage_threshold", in rk806_parse_dt()
516 &pdata->shutdown_voltage_threshold); in rk806_parse_dt()
519 dev_info(dev, "shutdown_voltage_threshold missing!\n"); in rk806_parse_dt()
522 if ((pdata->shutdown_voltage_threshold > 3400) || in rk806_parse_dt()
523 (pdata->shutdown_voltage_threshold < 2700)) { in rk806_parse_dt()
524 dev_err(dev, "shutdown_voltage_threshold out [2700 3400]!\n"); in rk806_parse_dt()
525 pdata->shutdown_voltage_threshold = 2700; in rk806_parse_dt()
558 if (pdata->shutdown_voltage_threshold <= 2700) in rk806_init()
561 vb_uv_sel = (pdata->shutdown_voltage_threshold in rk806_init()
[all...]
/device/soc/rockchip/rk3588/kernel/include/linux/mfd/
H A Drk806.h489 int shutdown_voltage_threshold; member

Completed in 3 milliseconds