Home
last modified time | relevance | path

Searched refs:charge_type (Results 1 – 3 of 3) sorted by relevance

/drivers/usb/misc/
Dapple-mfi-fastcharge.c47 int charge_type; member
57 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()
/drivers/power/supply/
Dcros_peripheral_charger.c32 int charge_type; member
147 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()
/drivers/hid/
Dhid-logitech-hidpp.c150 int charge_type; member
1303 int *level, int *charge_type) in hidpp20_battery_map_status_voltage() argument
1329 *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() argument
1369 level, charge_type); in hidpp20_battery_get_battery_voltage()
1415 int status, voltage, level, charge_type; in hidpp20_query_battery_voltage_info() local
1427 &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 …]