Lines Matching full:sbs
3 * Gas Gauge driver for SBS Compliant Batteries
20 #include <linux/power/sbs-battery.h>
602 /* SBS spec doesn't have a general health command. */ in sbs_get_battery_presence_and_health()
666 /* sbs spec says that this can be >100 % in sbs_get_battery_property()
729 /* sbs provides energy in units of 10mWh. in sbs_unit_adjustment()
749 /* sbs provides battery temperature in 0.1K in sbs_unit_adjustment()
758 /* sbs provides time to empty and time to full in minutes. in sbs_unit_adjustment()
1129 sbs_desc->name = devm_kasprintf(&client->dev, GFP_KERNEL, "sbs-%s", in sbs_probe()
1149 rc = device_property_read_u32(&client->dev, "sbs,i2c-retry-count", in sbs_probe()
1154 rc = device_property_read_u32(&client->dev, "sbs,poll-retry-count", in sbs_probe()
1166 "sbs,disable-charger-broadcasts"); in sbs_probe()
1169 "sbs,battery-detect", GPIOD_IN); in sbs_probe()
1258 { "sbs-battery", 0 },
1264 { .compatible = "sbs,sbs-battery" },
1282 .name = "sbs-battery",
1289 MODULE_DESCRIPTION("SBS battery monitor driver");