Searched refs:check_struct (Results 1 – 1 of 1) sorted by relevance
/u-boot/tools/patman/ |
A D | test_checkpatch.py | 414 def check_struct(self, auto, suffix, warning): member in TestPatch 431 self.check_struct('priv_auto', '_priv', 'PRIV_AUTO') 432 self.check_struct('plat_auto', '_plat', 'PLAT_AUTO') 433 self.check_struct('per_child_auto', '_priv', 'CHILD_PRIV_AUTO') 434 self.check_struct('per_child_plat_auto', '_plat', 'CHILD_PLAT_AUTO') 439 self.check_struct('per_device_auto', '_priv', 'DEVICE_PRIV_AUTO') 440 self.check_struct('per_device_plat_auto', '_plat', 'DEVICE_PLAT_AUTO')
|
Completed in 2 milliseconds