Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/power/supply/
Dcw2015_battery.c65 u8 *bat_profile; member
116 cw_bat->bat_profile, in cw_update_profile()
189 if (cw_bat->bat_profile) { in cw_init()
200 } else if (cw_bat->bat_profile) { in cw_init()
211 if (memcmp(bat_info, cw_bat->bat_profile, CW2015_SIZE_BATINFO)) { in cw_init()
577 cw_bat->bat_profile = devm_kzalloc(dev, length, GFP_KERNEL); in cw2015_parse_properties()
578 if (!cw_bat->bat_profile) in cw2015_parse_properties()
583 cw_bat->bat_profile, in cw2015_parse_properties()