Searched refs:sdat (Results 1 – 2 of 2) sorted by relevance
235 struct aspire_ec_bat_psy_static_data sdat; in aspire_ec_bat_psy_get_property() local239 i2c_smbus_read_i2c_block_data(ec->client, ASPIRE_EC_FG_STATIC, sizeof(sdat), (u8 *)&sdat); in aspire_ec_bat_psy_get_property()258 val->intval = le16_to_cpu(sdat.voltage_design) * MILLI_TO_MICRO; in aspire_ec_bat_psy_get_property()266 val->intval = le16_to_cpu(sdat.capacity_full) * MILLI_TO_MICRO; in aspire_ec_bat_psy_get_property()271 val->intval /= le16_to_cpu(sdat.capacity_full); in aspire_ec_bat_psy_get_property()287 str_index = sdat.model_id - 1; in aspire_ec_bat_psy_get_property()296 str_index = sdat.vendor_id - 3; /* ACPI uses 3 as an offset here. */ in aspire_ec_bat_psy_get_property()
2310 struct sym_data *sdat; in kcore_copy__read_map() local2319 list_for_each_entry(sdat, &kci->syms, node) { in kcore_copy__read_map()2320 u64 s = round_down(sdat->addr, page_size); in kcore_copy__read_map()