Searched refs:bat_profile (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | cw2015_battery.c | 65 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() 571 cw_bat->bat_profile = devm_kzalloc(dev, length, GFP_KERNEL); in cw2015_parse_properties() 572 if (!cw_bat->bat_profile) in cw2015_parse_properties() 577 cw_bat->bat_profile, in cw2015_parse_properties()
|
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | cw2015_battery.c | 66 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()
|
Completed in 2 milliseconds