Searched defs:process (Results 26 – 35 of 35) sorted by relevance
12
/Zephyr-latest/scripts/ |
D | checkpatch.pl | 2317 sub process { subroutine
|
/Zephyr-latest/subsys/logging/backends/ |
D | log_backend_net.c | 199 static void process(const struct log_backend *const backend, in process() function
|
D | log_backend_uart.c | 126 static void process(const struct log_backend *const backend, in process() function
|
D | log_backend_rtt.c | 317 static void process(const struct log_backend *const backend, in process() function
|
D | log_backend_fs.c | 458 static void process(const struct log_backend *const backend, in process() function
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_backend.h | 64 void (*process)(const struct log_backend *const backend, member
|
/Zephyr-latest/tests/subsys/logging/log_benchmark/src/ |
D | main.c | 47 static void process(struct log_backend const *const backend, in process() function
|
/Zephyr-latest/tests/subsys/logging/log_core_additional/src/ |
D | log_test.c | 65 static void process(const struct log_backend *const backend, in process() function
|
/Zephyr-latest/drivers/misc/coresight/ |
D | nrf_etr.c | 549 static void process(void) in process() function
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | runner.py | 977 def process(self, pipeline, done, message, lock, results): member in ProjectBuilder
|
12