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