/Zephyr-latest/tests/kernel/mem_protect/userspace/src/ |
D | main.c | 705 static void user_half(void *arg1, void *arg2, void *arg3) in user_half()
|
/Zephyr-latest/subsys/usb/device_next/class/ |
D | usbd_msc.c | 600 static void usbd_msc_thread(void *arg1, void *arg2, void *arg3) in usbd_msc_thread()
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_msg.h | 243 #define LOG_MSG_SIMPLE_ARG_TYPE_CHECK_2(fmt, arg0, arg1) \ argument
|
/Zephyr-latest/drivers/modem/ |
D | modem_cellular.c | 2350 #define MODEM_CELLULAR_GET_PIPE_NAME_ARG(arg1, ...) arg1 argument 2353 #define MODEM_CELLULAR_GET_DLCI_ADDRESS_ARG(arg1, arg2, ...) arg2 argument
|
/Zephyr-latest/drivers/usb/udc/ |
D | udc_stm32.c | 433 static void udc_stm32_thread_handler(void *arg1, void *arg2, void *arg3) in udc_stm32_thread_handler()
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_stm32_hal.c | 737 static void rx_thread(void *arg1, void *unused1, void *unused2) in rx_thread()
|
/Zephyr-latest/subsys/testsuite/ztest/src/ |
D | ztest.c | 177 static void cpu_hold(void *arg1, void *arg2, void *arg3) in cpu_hold()
|
/Zephyr-latest/lib/posix/options/ |
D | pthread.c | 520 static void zephyr_thread_wrapper(void *arg1, void *arg2, void *arg3) in zephyr_thread_wrapper()
|
/Zephyr-latest/tests/drivers/tee/optee/src/ |
D | main.c | 1158 static void wait_handler(void *arg0, void *arg1, void *arg2) in wait_handler()
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | bap.c | 527 static void lc3_encoder_thread_func(void *arg1, void *arg2, void *arg3) in lc3_encoder_thread_func() 2761 static void lc3_decoder_thread_func(void *arg1, void *arg2, void *arg3) in lc3_decoder_thread_func()
|
/Zephyr-latest/subsys/tracing/ctf/ |
D | ctf_top.c | 761 void sys_trace_named_event(const char *name, uint32_t arg0, uint32_t arg1) in sys_trace_named_event()
|
D | ctf_top.h | 689 uint32_t arg1) in ctf_named_event()
|
/Zephyr-latest/drivers/usb/device/ |
D | usb_dc_numaker.c | 1007 static void numaker_usbd_msg_hdlr_thread_main(void *arg1, void *arg2, void *arg3) in numaker_usbd_msg_hdlr_thread_main()
|
/Zephyr-latest/subsys/tracing/user/ |
D | tracing_user.h | 459 #define sys_trace_named_event(name, arg0, arg1) argument
|
/Zephyr-latest/include/zephyr/tracing/ |
D | tracing.h | 2502 #define sys_trace_named_event(name, arg0, arg1) argument
|
/Zephyr-latest/subsys/tracing/test/ |
D | tracing_test.h | 784 #define sys_trace_named_event(name, arg0, arg1) argument
|