Searched refs:patch_info (Results 1 – 2 of 2) sorted by relevance
15 struct patch_info { struct32 struct patch_info patch_c2o = { argument44 struct patch_info patch_o2c = {57 struct patch_info *patch = (struct patch_info *)ctx; in uart_cb()96 static void passthrough(struct patch_info *patch) in passthrough()
353 for patch_info in patches:354 mod = self.get_module_path(patch_info["module"])361 pth = patch_info["path"]364 apply_cmd = patch_info["apply-command"]379 expect_sha256 = patch_info["sha256sum"]466 for patch_info in patches:467 if dst_mods and self.get_module_path(patch_info["module"]) not in dst_mods:469 self.inf(patch_info)495 patch_info = {507 yml.setdefault("patches", []).append(patch_info)[all …]