Lines Matching full:sbs
3 * Gas Gauge driver for SBS Compliant Batteries
19 #include <linux/power/sbs-battery.h>
567 /* SBS spec doesn't have a general health command. */ in sbs_get_battery_presence_and_health()
631 /* sbs spec says that this can be >100 % in sbs_get_battery_property()
666 /* sbs provides energy in units of 10mWh. in sbs_unit_adjustment()
686 /* sbs provides battery temperature in 0.1K in sbs_unit_adjustment()
694 /* sbs provides time to empty and time to full in minutes. in sbs_unit_adjustment()
1086 sbs_desc->name = devm_kasprintf(&client->dev, GFP_KERNEL, "sbs-%s", in sbs_probe()
1105 rc = device_property_read_u32(&client->dev, "sbs,i2c-retry-count", in sbs_probe()
1110 rc = device_property_read_u32(&client->dev, "sbs,poll-retry-count", in sbs_probe()
1122 "sbs,disable-charger-broadcasts"); in sbs_probe()
1125 "sbs,battery-detect", GPIOD_IN); in sbs_probe()
1230 { "sbs-battery", 1 },
1236 { .compatible = "sbs,sbs-battery" },
1255 .name = "sbs-battery",
1262 MODULE_DESCRIPTION("SBS battery monitor driver");