Lines Matching defs:value
103 __le32 value;
130 __le32 value;
337 int property, u32 value)
345 .value = cpu_to_le32(value),
1117 battmgr->status.status = le32_to_cpu(resp->intval.value);
1120 battmgr->status.health = le32_to_cpu(resp->intval.value);
1123 battmgr->info.present = le32_to_cpu(resp->intval.value);
1126 battmgr->info.charge_type = le32_to_cpu(resp->intval.value);
1129 battmgr->status.percent = le32_to_cpu(resp->intval.value) / 100;
1132 battmgr->status.voltage_ocv = le32_to_cpu(resp->intval.value);
1135 battmgr->status.voltage_now = le32_to_cpu(resp->intval.value);
1138 battmgr->info.voltage_max = le32_to_cpu(resp->intval.value);
1141 battmgr->status.current_now = le32_to_cpu(resp->intval.value);
1144 val = le32_to_cpu(resp->intval.value);
1148 battmgr->info.technology = le32_to_cpu(resp->intval.value);
1151 battmgr->info.charge_count = le32_to_cpu(resp->intval.value);
1154 battmgr->info.cycle_count = le32_to_cpu(resp->intval.value);
1157 battmgr->info.design_capacity = le32_to_cpu(resp->intval.value);
1160 battmgr->info.last_full_capacity = le32_to_cpu(resp->intval.value);
1166 battmgr->status.charge_time = le32_to_cpu(resp->intval.value);
1169 battmgr->status.discharge_time = le32_to_cpu(resp->intval.value);
1172 battmgr->status.power_now = le32_to_cpu(resp->intval.value);
1195 battmgr->usb.online = le32_to_cpu(resp->intval.value);
1198 battmgr->usb.voltage_now = le32_to_cpu(resp->intval.value);
1201 battmgr->usb.voltage_max = le32_to_cpu(resp->intval.value);
1204 battmgr->usb.current_now = le32_to_cpu(resp->intval.value);
1207 battmgr->usb.current_max = le32_to_cpu(resp->intval.value);
1210 battmgr->usb.current_limit = le32_to_cpu(resp->intval.value);
1213 battmgr->usb.usb_type = le32_to_cpu(resp->intval.value);
1236 battmgr->wireless.online = le32_to_cpu(resp->intval.value);
1239 battmgr->wireless.voltage_now = le32_to_cpu(resp->intval.value);
1242 battmgr->wireless.voltage_max = le32_to_cpu(resp->intval.value);
1245 battmgr->wireless.current_now = le32_to_cpu(resp->intval.value);
1248 battmgr->wireless.current_max = le32_to_cpu(resp->intval.value);