Home
last modified time | relevance | path

Searched refs:SIZE_OF_PROFILE (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dcw221x_battery.c71 #define SIZE_OF_PROFILE 80 macro
101 static unsigned char config_profile_info[SIZE_OF_PROFILE] = {
202 for (i = 0; i < SIZE_OF_PROFILE; i++) { in cw_write_profile()
550 } else if (length != SIZE_OF_PROFILE) { in cw221x_parse_properties()
552 SIZE_OF_PROFILE); in cw221x_parse_properties()
579 for (i = 0; i < SIZE_OF_PROFILE; i++) in cw_config_profile_init()
600 for (i = 0; i < SIZE_OF_PROFILE; i++) in cw_config_start_ic()
657 for (i = 0; i < SIZE_OF_PROFILE; i++) { in cw221X_get_state()
666 if (i != SIZE_OF_PROFILE) in cw221X_get_state()
/OK3568_Linux_fs/u-boot/drivers/power/fuel_gauge/
H A Dfg_cw221x.c64 #define SIZE_OF_PROFILE 80 macro
90 static u8 config_profile_info[SIZE_OF_PROFILE] = {
177 (len != SIZE_OF_PROFILE)) { in cw221x_ofdata_to_platdata()
371 for (i = 0; i < SIZE_OF_PROFILE; i++) { in cw_write_profile()
410 for (i = 0; i < SIZE_OF_PROFILE; i++) { in cw221X_get_state()
421 if (i != SIZE_OF_PROFILE) in cw221X_get_state()