Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/power/supply/
H A Dcw2015_battery.c25 #define CW2015_SIZE_BATINFO 64 macro
117 CW2015_SIZE_BATINFO); in cw_update_profile()
201 u8 bat_info[CW2015_SIZE_BATINFO]; in cw_init()
204 bat_info, CW2015_SIZE_BATINFO); in cw_init()
211 if (memcmp(bat_info, cw_bat->bat_profile, CW2015_SIZE_BATINFO)) { in cw_init()
566 } else if (length != CW2015_SIZE_BATINFO) { in cw2015_parse_properties()
568 CW2015_SIZE_BATINFO); in cw2015_parse_properties()
598 CW2015_REG_BATINFO + CW2015_SIZE_BATINFO - 1),
610 CW2015_REG_BATINFO + CW2015_SIZE_BATINFO - 1),
633 .max_register = CW2015_REG_BATINFO + CW2015_SIZE_BATINFO
[all...]
/kernel/linux/linux-6.6/drivers/power/supply/
H A Dcw2015_battery.c26 #define CW2015_SIZE_BATINFO 64 macro
118 CW2015_SIZE_BATINFO); in cw_update_profile()
202 u8 bat_info[CW2015_SIZE_BATINFO]; in cw_init()
205 bat_info, CW2015_SIZE_BATINFO); in cw_init()
212 if (memcmp(bat_info, cw_bat->bat_profile, CW2015_SIZE_BATINFO)) { in cw_init()
573 } else if (length != CW2015_SIZE_BATINFO) { in cw2015_parse_properties()
575 CW2015_SIZE_BATINFO); in cw2015_parse_properties()
605 CW2015_REG_BATINFO + CW2015_SIZE_BATINFO - 1),
617 CW2015_REG_BATINFO + CW2015_SIZE_BATINFO - 1),
640 .max_register = CW2015_REG_BATINFO + CW2015_SIZE_BATINFO
[all...]

Completed in 3 milliseconds