Searched refs:charge_type (Results 1 – 3 of 3) sorted by relevance
47 int charge_type; member57 if (mfi->charge_type == val->intval) { in apple_mfi_fc_set_charge_type()59 mfi->charge_type); in apple_mfi_fc_set_charge_type()86 mfi->charge_type = val->intval; in apple_mfi_fc_set_charge_type()101 val->intval = mfi->charge_type; in apple_mfi_fc_get_property()192 mfi->charge_type = POWER_SUPPLY_CHARGE_TYPE_TRICKLE; in mfi_fc_probe()
32 int charge_type; member147 port->charge_type = POWER_SUPPLY_CHARGE_TYPE_NONE; in cros_pchg_get_status()151 port->charge_type = POWER_SUPPLY_CHARGE_TYPE_TRICKLE; in cros_pchg_get_status()155 port->charge_type = POWER_SUPPLY_CHARGE_TYPE_STANDARD; in cros_pchg_get_status()159 port->charge_type = POWER_SUPPLY_CHARGE_TYPE_NONE; in cros_pchg_get_status()217 val->intval = port->charge_type; in cros_pchg_get_prop()
150 int charge_type; member1303 int *level, int *charge_type) in hidpp20_battery_map_status_voltage() argument1329 *charge_type = POWER_SUPPLY_CHARGE_TYPE_STANDARD; in hidpp20_battery_map_status_voltage()1331 *charge_type = POWER_SUPPLY_CHARGE_TYPE_FAST; in hidpp20_battery_map_status_voltage()1334 *charge_type = POWER_SUPPLY_CHARGE_TYPE_TRICKLE; in hidpp20_battery_map_status_voltage()1348 int *level, int *charge_type) in hidpp20_battery_get_battery_voltage() argument1369 level, charge_type); in hidpp20_battery_get_battery_voltage()1415 int status, voltage, level, charge_type; in hidpp20_query_battery_voltage_info() local1427 &status, &voltage, &level, &charge_type); in hidpp20_query_battery_voltage_info()1437 hidpp->battery.charge_type = charge_type; in hidpp20_query_battery_voltage_info()[all …]