Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Drk816_battery.h280 static const u16 CHRG_CUR_INPUT[] = { variable
H A Drk816_battery.c1664 CHRG_CUR_INPUT[usb_ctrl & 0x0f], in rk816_bat_set_chrg_param()
2207 for (index = 2; index < ARRAY_SIZE(CHRG_CUR_INPUT); index++) { in rk816_bat_decode_input_current()
2215 if (input_current < CHRG_CUR_INPUT[index]) in rk816_bat_decode_input_current()
2855 CHRG_CUR_INPUT[usb_ctrl & 0x0f], in rk816_bat_debug_info()
3788 CHRG_CUR_INPUT[cfg_current]); in rk816_bat_temperature_chrg()
3816 now_temp, cur, CHRG_CUR_INPUT[(usb_ctrl & 0x0f)]); in rk816_bat_temperature_chrg()
/OK3568_Linux_fs/u-boot/drivers/power/fuel_gauge/
H A Dfg_rk818.c242 static const u32 CHRG_CUR_INPUT[] = { variable
486 for (index = 0; index < ARRAY_SIZE(CHRG_CUR_INPUT); index++) { in rk818_bat_select_chrg_cv()
487 if (chrg_cur_input < CHRG_CUR_INPUT[index]) in rk818_bat_select_chrg_cv()
1170 CHRG_CUR_INPUT[input_current & 0x0f]); in rk818_bat_ts2_update_current()
1191 CHRG_CUR_INPUT[input_current]); in rk818_bat_ts2_update_current()
1356 CHRG_CUR_INPUT[usb_ctrl & 0x0f], in rk818_bat_debug_info()
H A Dfg_rk816.c240 static const u32 CHRG_CUR_INPUT[] = { variable
510 for (index = 0; index < ARRAY_SIZE(CHRG_CUR_INPUT); index++) { in rk816_bat_select_chrg_cv()
511 if (chrg_cur_input < CHRG_CUR_INPUT[index]) in rk816_bat_select_chrg_cv()
1257 CHRG_CUR_INPUT[usb_ctrl & 0x0f], in rk816_bat_debug_info()