Lines Matching full:ds2760
2 * Driver for batteries with DS2760 chips inside.
52 /* Known commands to the DS2760 chip */
92 /* DS2760 data, valid after calling ds2760_battery_read_status() */
94 char raw[DS2760_DATA_SIZE]; /* raw DS2760 data */
282 /* DS2760 reports voltage in units of 4.88mV, but the battery class in ds2760_battery_read_status()
288 /* DS2760 reports current in signed units of 0.625mA, but the battery in ds2760_battery_read_status()
295 /* DS2760 reports accumulated current in signed units of 0.25mAh. */ in ds2760_battery_read_status()
301 /* DS2760 reports temperature in signed units of 0.125°C, but the in ds2760_battery_read_status()
504 * flow any more. However, the ds2760's internal current meter is in ds2760_battery_set_charged_work()
684 snprintf(name, sizeof(name), "ds2760-battery.%d", dev->id); in w1_ds2760_add_slave()
785 { .compatible = "maxim,ds2760" },