Lines Matching +full:full +full:- +full:current
4 * SPDX-License-Identifier: Apache-2.0
15 value.val2 = -(value.val2); in bq274xx_show_values()
16 printk("%s: -%d.%06d\n", type, value.val1, value.val2); in bq274xx_show_values()
20 value.val2 = -(value.val2); in bq274xx_show_values()
30 struct sensor_value voltage, current, state_of_charge, in do_main() local
54 printk("Unable to fetch the Average current\n"); in do_main()
59 ¤t); in do_main()
61 printk("Unable to get the current value\n"); in do_main()
65 bq274xx_show_values("Avg Current in Amps", current); in do_main()
70 printk("Unable to fetch Standby Current\n"); in do_main()
78 printk("Unable to get the current value\n"); in do_main()
82 bq274xx_show_values("Standby Current in Amps", current_standby); in do_main()
87 printk("Unable to fetch Max Load Current\n"); in do_main()
95 printk("Unable to get the current value\n"); in do_main()
99 bq274xx_show_values("Max Load Current in Amps", in do_main()
155 printk("Failed to fetch Full Charge Capacity\n"); in do_main()
163 printk("Unable to get full charge capacity\n"); in do_main()
167 printk("Full charge capacity: %d.%06dAh\n", in do_main()
214 printk("Device %s is not ready\n", dev->name); in main()
218 printk("device is %p, name is %s\n", dev, dev->name); in main()