Home
last modified time | relevance | path

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

/Zephyr-latest/samples/drivers/uart/passthrough/src/
Dmain.c15 struct patch_info { struct
32 struct patch_info patch_c2o = { argument
44 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()
/Zephyr-latest/scripts/west_commands/
Dpatch.py229 for patch_info in patches:
230 pth = patch_info["path"]
233 apply_cmd = patch_info["apply-command"]
248 expect_sha256 = patch_info["sha256sum"]
265 mod = patch_info["module"]
339 for patch_info in patches:
340 self.inf(patch_info)
349 for patch_info in patches:
350 mod = patch_info["module"]