Home
last modified time | relevance | path

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

/device/soc/rockchip/common/vendor/drivers/power/
H A Drk817_battery.c543 u32 sleep_filter_current; member
952 filter_thres = pdata->sleep_filter_current * 0x3E8 / 0X5E2; in rk817_bat_set_relax_sample()
955 filter_thres = CURRENT_TO_ADC(pdata->sleep_filter_current, battery->res_div); in rk817_bat_set_relax_sample()
1839 pdata->sleep_filter_current = DEFAULT_SLP_FILTER_CUR; in rk817_bat_parse_dt()
1942 ret = of_property_read_u32(np, "sleep_filter_current", &pdata->sleep_filter_current); in rk817_bat_parse_dt()
1944 dev_err(dev, "sleep_filter_current missing!\n"); in rk817_bat_parse_dt()
1986 "sleep_filter_current:%d\n" in rk817_bat_parse_dt()
1994 pdata->sleep_exit_current, pdata->sleep_filter_current, pdata->zero_algorithm_vol, pdata->zero_reserve_dsoc, in rk817_bat_parse_dt()
/device/soc/rockchip/rk3588/kernel/drivers/power/supply/
H A Drk817_battery.c465 u32 sleep_filter_current; member
867 filter_thres = pdata->sleep_filter_current * 1000 / 1506; in rk817_bat_set_relax_sample()
871 filter_thres = CURRENT_TO_ADC(pdata->sleep_filter_current, in rk817_bat_set_relax_sample()
1788 pdata->sleep_filter_current = DEFAULT_SLP_FILTER_CUR; in rk817_bat_parse_dt()
1884 ret = of_property_read_u32(np, "sleep_filter_current", in rk817_bat_parse_dt()
1885 &pdata->sleep_filter_current); in rk817_bat_parse_dt()
1887 dev_err(dev, "sleep_filter_current missing!\n"); in rk817_bat_parse_dt()
1926 "sleep_filter_current:%d\n" in rk817_bat_parse_dt()
1939 pdata->sleep_filter_current, in rk817_bat_parse_dt()

Completed in 10 milliseconds