Home
last modified time | relevance | path

Searched full:chemistry (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/drivers/power/supply/
H A Dipaq_micro_battery.c43 u8 chemistry; member
69 * byte 1: chemistry in micro_battery_work()
76 mb->chemistry = msg_battery.rx_data[1]; in micro_battery_work()
136 switch (mb->chemistry) { in micro_batt_get_property()
H A Dsbs-battery.c842 const char *chemistry; in sbs_get_chemistry() local
849 chemistry = sbs_get_constant_string(chip, POWER_SUPPLY_PROP_TECHNOLOGY); in sbs_get_chemistry()
851 if (IS_ERR(chemistry)) in sbs_get_chemistry()
852 return PTR_ERR(chemistry); in sbs_get_chemistry()
854 if (!strncasecmp(chemistry, "LION", 4)) in sbs_get_chemistry()
856 else if (!strncasecmp(chemistry, "LiP", 3)) in sbs_get_chemistry()
858 else if (!strncasecmp(chemistry, "NiCd", 4)) in sbs_get_chemistry()
860 else if (!strncasecmp(chemistry, "NiMH", 4)) in sbs_get_chemistry()
866 dev_warn(&chip->client->dev, "Unknown chemistry: %s\n", chemistry); in sbs_get_chemistry()
H A Dqcom_battmgr.c976 static unsigned int qcom_battmgr_sc8280xp_parse_technology(const char *chemistry) in qcom_battmgr_sc8280xp_parse_technology() argument
978 if (!strncmp(chemistry, "LIO", BATTMGR_CHEMISTRY_LEN)) in qcom_battmgr_sc8280xp_parse_technology()
981 pr_err("Unknown battery technology '%s'\n", chemistry); in qcom_battmgr_sc8280xp_parse_technology()
H A Dpower_supply_core.c670 if (!fwnode_property_read_string(fwnode, "device-chemistry", &value)) { in power_supply_get_battery_info()
/openbmc/linux/Documentation/devicetree/bindings/power/supply/
H A Dsamsung,battery.yaml14 of lithium ion chemistry devices used for mobile phones, laptops and other
H A Dbattery.yaml34 device-chemistry:
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dcolorspaces.rst9 'Color' is a very complex concept and depends on physics, chemistry and
157 describes many more aspects of color (physics, chemistry, biology,
/openbmc/linux/drivers/platform/x86/x86-android-tablets/
H A Dshared-psy-info.c45 PROPERTY_ENTRY_STRING("device-chemistry", "lithium-ion"),
H A Dasus.c211 PROPERTY_ENTRY_STRING("device-chemistry", "lithium-ion-polymer"),
/openbmc/linux/Documentation/wmi/devices/
H A Ddell-wmi-ddv.rst62 …[WmiMethodId(6), Implemented, read, write, Description("Return Battery Chemistry Value.")] void Ba…
132 Returns the chemistry of the battery as an ASCII string.
/openbmc/linux/include/linux/
H A Dpower_supply.h516 * the capacity for reasons of chemistry will be different at different
698 * chemistry involved.
/openbmc/linux/arch/arm/boot/dts/samsung/
H A Dexynos4412-p4note.dtsi136 device-chemistry = "lithium-ion";