Searched full:chemistry (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/power/supply/ |
H A D | ipaq_micro_battery.c | 43 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 D | sbs-battery.c | 843 const char *chemistry; in sbs_get_chemistry() 850 chemistry = sbs_get_constant_string(chip, POWER_SUPPLY_PROP_TECHNOLOGY); in sbs_get_chemistry() 852 if (IS_ERR(chemistry)) in sbs_get_chemistry() 853 return PTR_ERR(chemistry); in sbs_get_chemistry() 855 if (!strncasecmp(chemistry, "LION", 4)) in sbs_get_chemistry() 857 else if (!strncasecmp(chemistry, "LiP", 3)) in sbs_get_chemistry() 859 else if (!strncasecmp(chemistry, "NiCd", 4)) in sbs_get_chemistry() 861 else if (!strncasecmp(chemistry, "NiMH", 4)) in sbs_get_chemistry() 867 dev_warn(&chip->client->dev, "Unknown chemistry: %s\n", chemistry); in sbs_get_chemistry() 842 const char *chemistry; sbs_get_chemistry() local [all...] |
H A D | qcom_battmgr.c | 979 static unsigned int qcom_battmgr_sc8280xp_parse_technology(const char *chemistry) in qcom_battmgr_sc8280xp_parse_technology() argument 981 if (!strncmp(chemistry, "LIO", BATTMGR_CHEMISTRY_LEN)) in qcom_battmgr_sc8280xp_parse_technology() 984 pr_err("Unknown battery technology '%s'\n", chemistry); in qcom_battmgr_sc8280xp_parse_technology()
|
H A D | power_supply_core.c | 695 if (!fwnode_property_read_string(fwnode, "device-chemistry", &value)) { in power_supply_get_battery_info()
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | colorspaces.rst | 9 'Color' is a very complex concept and depends on physics, chemistry and 157 describes many more aspects of color (physics, chemistry, biology,
|
/linux/Documentation/devicetree/bindings/power/supply/ |
H A D | samsung,battery.yaml | 14 of lithium ion chemistry devices used for mobile phones, laptops and other
|
H A D | battery.yaml | 34 device-chemistry:
|
/linux/drivers/platform/x86/x86-android-tablets/ |
H A D | shared-psy-info.c | 45 PROPERTY_ENTRY_STRING("device-chemistry", "lithium-ion"),
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | msm8916-gplus-fl8005a.dts | 29 device-chemistry = "lithium-ion-polymer";
|
/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6ull-uti260b.dts | 38 device-chemistry = "lithium-ion";
|
/linux/arch/arm/boot/dts/nvidia/ |
H A D | tegra30-lg-p895.dts | 446 device-chemistry = "lithium-ion";
|
H A D | tegra30-lg-p880.dts | 465 device-chemistry = "lithium-ion";
|
/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos4412-p4note.dtsi | 136 device-chemistry = "lithium-ion";
|