Home
last modified time | relevance | path

Searched refs:check_count (Results 1 – 2 of 2) sorted by relevance

/u-boot/tools/patman/
A Dcheckpatch.py191 error_count, warning_count, check_count = 0, 0, 0
199 check_count += result.checks
212 if error_count or warning_count or check_count:
219 print(col.Color(color, str % (error_count, warning_count, check_count)))
/u-boot/drivers/power/fuel_gauge/
A Dfg_max17042.c71 u32 check_count; in por_fuelgauge_init() local
84 check_count = 5; in por_fuelgauge_init()
113 if (!check_count--) { in por_fuelgauge_init()

Completed in 6 milliseconds