Home
last modified time | relevance | path

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

/openbmc/linux/drivers/power/supply/
H A Dcw2015_battery.c66 u8 *bat_profile; member
117 cw_bat->bat_profile, in cw_update_profile()
190 if (cw_bat->bat_profile) { in cw_init()
201 } else if (cw_bat->bat_profile) { in cw_init()
212 if (memcmp(bat_info, cw_bat->bat_profile, CW2015_SIZE_BATINFO)) { in cw_init()
578 cw_bat->bat_profile = devm_kzalloc(dev, length, GFP_KERNEL); in cw2015_parse_properties()
579 if (!cw_bat->bat_profile) in cw2015_parse_properties()
584 cw_bat->bat_profile, in cw2015_parse_properties()