Searched refs:charge_full_mAh (Results 1 – 1 of 1) sorted by relevance
44 __le16 charge_full_mAh; member103 int charge_now_mAh, charge_full_mAh, ret; in atla10_ec_psy_get_property() local132 charge_full_mAh = le16_to_cpu(data->state.charge_full_mAh); in atla10_ec_psy_get_property()133 val->intval = min(charge_now_mAh, charge_full_mAh) * 1000; in atla10_ec_psy_get_property()148 val->intval = le16_to_cpu(data->state.charge_full_mAh) * 1000; in atla10_ec_psy_get_property()