Lines Matching full:printk

10 #include <zephyr/sys/printk.h>
16 printk("%s: -%d.%06d\n", type, value.val1, value.val2); in bq274xx_show_values()
18 printk("%s: %d.%06d\n", type, value.val1, value.val2); in bq274xx_show_values()
21 printk("%s: %d.%06d\n", type, value.val1, value.val2); in bq274xx_show_values()
23 printk("%s: %d.%06d\n", type, value.val1, value.val2); in bq274xx_show_values()
38 printk("Unable to fetch the voltage\n"); in do_main()
45 printk("Unable to get the voltage value\n"); in do_main()
49 printk("Voltage: %d.%06dV\n", voltage.val1, voltage.val2); in do_main()
54 printk("Unable to fetch the Average current\n"); in do_main()
61 printk("Unable to get the current value\n"); 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()
87 printk("Unable to fetch Max Load Current\n"); in do_main()
95 printk("Unable to get the current value\n"); in do_main()
105 printk("Unable to fetch State of Charge\n"); in do_main()
113 printk("Unable to get state of charge\n"); in do_main()
117 printk("State of charge: %d%%\n", state_of_charge.val1); in do_main()
122 printk("Failed to fetch State of Health\n"); in do_main()
130 printk("Unable to get state of charge\n"); in do_main()
134 printk("State of health: %d%%\n", state_of_health.val1); in do_main()
139 printk("Unable to fetch Avg Power\n"); in do_main()
146 printk("Unable to get avg power\n"); 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()
173 printk("Unable to fetch Remaining Charge Capacity\n"); in do_main()
181 printk("Unable to get remaining charge capacity\n"); in do_main()
185 printk("Remaining charge capacity: %d.%06dAh\n", in do_main()
191 printk("Failed to fetch Gauge Temp\n"); in do_main()
198 printk("Unable to read internal temperature\n"); in do_main()
202 printk("Gauge Temperature: %d.%06d C\n", int_temp.val1, 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()