Home
last modified time | relevance | path

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

/linux/drivers/power/supply/
H A 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()
574 cw_bat->bat_profile = devm_kzalloc(dev, length, GFP_KERNEL); in cw2015_parse_properties()
575 if (!cw_bat->bat_profile) in cw2015_parse_properties()
580 cw_bat->bat_profile, in cw2015_parse_properties()