Home
last modified time | relevance | path

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

/Linux-v6.1/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()
/Linux-v6.1/drivers/power/supply/
Dcros_peripheral_charger.c33 int charge_type; member
148 port->charge_type = POWER_SUPPLY_CHARGE_TYPE_NONE; in cros_pchg_get_status()
152 port->charge_type = POWER_SUPPLY_CHARGE_TYPE_TRICKLE; in cros_pchg_get_status()
156 port->charge_type = POWER_SUPPLY_CHARGE_TYPE_STANDARD; in cros_pchg_get_status()
160 port->charge_type = POWER_SUPPLY_CHARGE_TYPE_NONE; in cros_pchg_get_status()
218 val->intval = port->charge_type; in cros_pchg_get_prop()
Dbq24190_charger.c167 int charge_type; member
508 union power_supply_propval val = { .intval = bdi->charge_type }; in bq24190_set_otg_vbus()
814 bdi->charge_type = val->intval; in bq24190_charger_set_charge_type()
1794 bdi->charge_type = POWER_SUPPLY_CHARGE_TYPE_FAST; in bq24190_probe()
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-class-power-wilco1 What: /sys/class/power_supply/wilco-charger/charge_type
32 Used when charge_type="Custom", as described above. Measured in
39 Used when charge_type="Custom", as described above. Measured in
Dsysfs-class-power376 What: /sys/class/power_supply/<supply_name>/charge_type
/Linux-v6.1/drivers/hid/
Dhid-logitech-hidpp.c160 int charge_type; member
1266 int *level, int *charge_type) in hidpp20_battery_map_status_voltage() argument
1292 *charge_type = POWER_SUPPLY_CHARGE_TYPE_STANDARD; in hidpp20_battery_map_status_voltage()
1294 *charge_type = POWER_SUPPLY_CHARGE_TYPE_FAST; in hidpp20_battery_map_status_voltage()
1297 *charge_type = POWER_SUPPLY_CHARGE_TYPE_TRICKLE; in hidpp20_battery_map_status_voltage()
1311 int *level, int *charge_type) in hidpp20_battery_get_battery_voltage() argument
1332 level, charge_type); in hidpp20_battery_get_battery_voltage()
1378 int status, voltage, level, charge_type; in hidpp20_query_battery_voltage_info() local
1390 &status, &voltage, &level, &charge_type); in hidpp20_query_battery_voltage_info()
1400 hidpp->battery.charge_type = charge_type; in hidpp20_query_battery_voltage_info()
[all …]