Searched refs:chemistry (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/power/supply/ |
| A D | ipaq_micro_battery.c | 43 u8 chemistry; member 76 mb->chemistry = msg_battery.rx_data[1]; in micro_battery_work() 136 switch (mb->chemistry) { in micro_batt_get_property()
|
| A D | sbs-battery.c | 842 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()
|
| 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()
|
| /linux/Documentation/devicetree/bindings/power/supply/ |
| A D | samsung,battery.yaml | 14 of lithium ion chemistry devices used for mobile phones, laptops and other
|
| A D | battery.yaml | 34 device-chemistry:
|
| /linux/arch/arm64/boot/dts/qcom/ |
| A D | msm8916-gplus-fl8005a.dts | 29 device-chemistry = "lithium-ion-polymer";
|
| /linux/Documentation/userspace-api/media/v4l/ |
| 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/arch/arm/boot/dts/nxp/imx/ |
| A D | imx6ull-uti260b.dts | 38 device-chemistry = "lithium-ion";
|
| /linux/arch/arm/boot/dts/nvidia/ |
| A D | tegra30-lg-p880.dts | 465 device-chemistry = "lithium-ion";
|
| A D | tegra30-lg-p895.dts | 446 device-chemistry = "lithium-ion";
|
| /linux/Documentation/wmi/devices/ |
| A D | dell-wmi-ddv.rst | 132 Returns the chemistry of the battery as an ASCII string.
|
| /linux/arch/arm/boot/dts/samsung/ |
| A D | exynos4412-p4note.dtsi | 136 device-chemistry = "lithium-ion";
|
Completed in 770 milliseconds