Home
last modified time | relevance | path

Searched refs:arg2 (Results 76 – 100 of 109) sorted by relevance

12345

/Zephyr-latest/drivers/can/
Dcan_native_linux.c80 static void rx_thread(void *arg1, void *arg2, void *arg3) in rx_thread() argument
89 ARG_UNUSED(arg2); in rx_thread()
/Zephyr-latest/subsys/mgmt/ec_host_cmd/
Dec_host_cmd_handler.c389 FUNC_NORETURN static void ec_host_cmd_thread(void *hc_handle, void *arg2, void *arg3) in ec_host_cmd_thread() argument
391 ARG_UNUSED(arg2); in ec_host_cmd_thread()
/Zephyr-latest/tests/benchmarks/posix/threads/src/
Dmain.c133 static void k_thread_fun(void *arg1, void *arg2, void *arg3) in k_thread_fun() argument
/Zephyr-latest/subsys/mgmt/osdp/src/
Dosdp.c165 void osdp_refresh(void *arg1, void *arg2, void *arg3) in osdp_refresh() argument
/Zephyr-latest/drivers/usb/udc/
Dudc_skeleton.c369 static void udc_skeleton_thread_##n(void *dev, void *arg1, void *arg2) \
Dudc_numaker.c1741 static void udc_numaker_thread_##inst(void *dev, void *arg1, void *arg2) \
1744 ARG_UNUSED(arg2); \
Dudc_it82xx2.c1601 static void udc_it82xx2_thread_##n(void *dev, void *arg1, void *arg2) \
1604 ARG_UNUSED(arg2); \
/Zephyr-latest/samples/subsys/smf/hsm_psicc2/src/
Dhsm_psicc2_thread.c307 static void hsm_psicc2_thread(void *arg1, void *arg2, void *arg3) in hsm_psicc2_thread() argument
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/
Dlc3.c264 static void lc3_decoder_thread_func(void *arg1, void *arg2, void *arg3) in lc3_decoder_thread_func() argument
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/
Dcap_acceptor_unicast.c353 static void tx_thread_func(void *arg1, void *arg2, void *arg3) in tx_thread_func() argument
/Zephyr-latest/tests/net/socket/tls_ext/src/
Dmain.c147 static void server_thread_fn(void *arg0, void *arg1, void *arg2) in server_thread_fn() argument
/Zephyr-latest/drivers/usb/device/
Dusb_dc_mcux.c890 static void usb_mcux_thread_main(void *arg1, void *arg2, void *arg3) in usb_mcux_thread_main() argument
893 ARG_UNUSED(arg2); in usb_mcux_thread_main()
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() argument
1015 ARG_UNUSED(arg2); in numaker_usbd_msg_hdlr_thread_main()
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
Dthread.c59 static void zephyr_thread_wrapper(void *arg1, void *arg2, void *arg3) in zephyr_thread_wrapper() argument
/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() argument
603 ARG_UNUSED(arg2); in usbd_msc_thread()
/Zephyr-latest/drivers/input/
Dinput_analog_axis.c222 static void analog_axis_thread(void *arg1, void *arg2, void *arg3) in analog_axis_thread() argument
/Zephyr-latest/drivers/ieee802154/
Dieee802154_nrf5.c150 static void nrf5_rx_thread(void *arg1, void *arg2, void *arg3) in nrf5_rx_thread() argument
158 ARG_UNUSED(arg2); in nrf5_rx_thread()
Dieee802154_mcxw.c505 void mcxw_rx_thread(void *arg1, void *arg2, void *arg3) in mcxw_rx_thread() argument
511 ARG_UNUSED(arg2); in mcxw_rx_thread()
/Zephyr-latest/tests/lib/net_buf/buf/src/
Dmain.c152 static void test_3_thread(void *arg1, void *arg2, void *arg3) in test_3_thread() argument
157 struct k_sem *sema = (struct k_sem *)arg2; in test_3_thread()
/Zephyr-latest/subsys/testsuite/ztest/src/
Dztest.c177 static void cpu_hold(void *arg1, void *arg2, void *arg3) in cpu_hold() argument
180 unsigned int idx = (unsigned int)(uintptr_t)arg2; 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() argument
524 void *(*fun_ptr)(void *arg) = arg2; in zephyr_thread_wrapper()
/Zephyr-latest/samples/bluetooth/bap_broadcast_source/src/
Dmain.c236 static void init_lc3_thread(void *arg1, void *arg2, void *arg3) in init_lc3_thread() argument
/Zephyr-latest/tests/kernel/mem_protect/userspace/src/
Dmain.c705 static void user_half(void *arg1, void *arg2, void *arg3) in user_half() argument
/Zephyr-latest/samples/subsys/smf/smf_calculator/src/
Dsmf_calculator_thread.c692 static void smf_calculator_thread(void *arg1, void *arg2, void *arg3) in smf_calculator_thread() argument
/Zephyr-latest/tests/drivers/tee/optee/src/
Dmain.c1158 static void wait_handler(void *arg0, void *arg1, void *arg2) in wait_handler() argument
1165 ARG_UNUSED(arg2); in wait_handler()

12345