Home
last modified time | relevance | path

Searched defs:arg1 (Results 101 – 116 of 116) sorted by relevance

12345

/Zephyr-latest/tests/kernel/mem_protect/userspace/src/
Dmain.c705 static void user_half(void *arg1, void *arg2, void *arg3) in user_half()
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_msc.c600 static void usbd_msc_thread(void *arg1, void *arg2, void *arg3) in usbd_msc_thread()
/Zephyr-latest/include/zephyr/logging/
Dlog_msg.h243 #define LOG_MSG_SIMPLE_ARG_TYPE_CHECK_2(fmt, arg0, arg1) \ argument
/Zephyr-latest/drivers/modem/
Dmodem_cellular.c2350 #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/
Dudc_stm32.c433 static void udc_stm32_thread_handler(void *arg1, void *arg2, void *arg3) in udc_stm32_thread_handler()
/Zephyr-latest/drivers/ethernet/
Deth_stm32_hal.c737 static void rx_thread(void *arg1, void *unused1, void *unused2) in rx_thread()
/Zephyr-latest/subsys/testsuite/ztest/src/
Dztest.c177 static void cpu_hold(void *arg1, void *arg2, void *arg3) in cpu_hold()
/Zephyr-latest/lib/posix/options/
Dpthread.c520 static void zephyr_thread_wrapper(void *arg1, void *arg2, void *arg3) in zephyr_thread_wrapper()
/Zephyr-latest/tests/drivers/tee/optee/src/
Dmain.c1158 static void wait_handler(void *arg0, void *arg1, void *arg2) in wait_handler()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap.c527 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/
Dctf_top.c761 void sys_trace_named_event(const char *name, uint32_t arg0, uint32_t arg1) in sys_trace_named_event()
Dctf_top.h689 uint32_t arg1) in ctf_named_event()
/Zephyr-latest/drivers/usb/device/
Dusb_dc_numaker.c1007 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/
Dtracing_user.h459 #define sys_trace_named_event(name, arg0, arg1) argument
/Zephyr-latest/include/zephyr/tracing/
Dtracing.h2502 #define sys_trace_named_event(name, arg0, arg1) argument
/Zephyr-latest/subsys/tracing/test/
Dtracing_test.h784 #define sys_trace_named_event(name, arg0, arg1) argument

12345