Searched refs:charge_types (Results 1 – 8 of 8) sorted by relevance
166 val->intval >= BITS_PER_TYPE(typeof(psy->desc->charge_types)) || in test_power_set_battery_property()167 !(BIT(val->intval) & psy->desc->charge_types)) { in test_power_set_battery_property()233 .charge_types = BIT(POWER_SUPPLY_CHARGE_TYPE_STANDARD)
341 reg->ext->charge_types, in power_supply_show_charge_types()346 return power_supply_charge_types_show(dev, psy->desc->charge_types, in power_supply_show_charge_types()
1506 .charge_types = BIT(POWER_SUPPLY_CHARGE_TYPE_NONE) |
256 u32 charge_types; member295 u32 charge_types; member
411 Check charge_types to get the values supported by the battery.417 What: /sys/class/power_supply/<supply_name>/charge_types426 charge_types for backward compatibility. In this case both will
837 .charge_types = (BIT(POWER_SUPPLY_CHARGE_TYPE_STANDARD) |
2380 static DEVICE_ATTR_RW(charge_types);
2131 .charge_types = _charge_types, \