/subsys/net/ip/ |
A D | net_tc.c | 288 static void tc_rx_handler(void *p1, void *p2, void *p3) in tc_rx_handler() argument 294 struct k_sem *fifo_slot = p2; in tc_rx_handler() 296 ARG_UNUSED(p2); in tc_rx_handler() 316 static void tc_tx_handler(void *p1, void *p2, void *p3) in tc_tx_handler() argument 322 struct k_sem *fifo_slot = p2; in tc_tx_handler() 324 ARG_UNUSED(p2); in tc_tx_handler()
|
/subsys/usb/host/ |
A D | usbh_core.c | 138 static void usbh_bus_thread(void *p1, void *p2, void *p3) in usbh_bus_thread() argument 141 ARG_UNUSED(p2); in usbh_bus_thread() 155 static void usbh_thread(void *p1, void *p2, void *p3) in usbh_thread() argument 158 ARG_UNUSED(p2); in usbh_thread()
|
/subsys/net/lib/ptp/ |
A D | btca.c | 21 static int btca_port_id_cmp(const struct ptp_port_id *p1, const struct ptp_port_id *p2) in btca_port_id_cmp() argument 23 int diff = memcmp(&p1->clk_id, &p2->clk_id, sizeof(p1->clk_id)); in btca_port_id_cmp() 26 diff = p1->port_number - p2->port_number; in btca_port_id_cmp()
|
A D | ptp.c | 25 static void ptp_thread(void *p1, void *p2, void *p3) in ptp_thread() argument 46 ARG_UNUSED(p2); in ptp_thread()
|
A D | port.h | 139 bool ptp_port_id_eq(const struct ptp_port_id *p1, const struct ptp_port_id *p2);
|
/subsys/input/ |
A D | input.c | 76 static void input_thread(void *p1, void *p2, void *p3) in input_thread() argument 79 ARG_UNUSED(p2); in input_thread()
|
/subsys/usb/device/class/ |
A D | bluetooth.c | 126 static void hci_tx_thread(void *p1, void *p2, void *p3) in hci_tx_thread() argument 129 ARG_UNUSED(p2); in hci_tx_thread() 178 static void hci_rx_thread(void *p1, void *p2, void *p3) in hci_rx_thread() argument 181 ARG_UNUSED(p2); in hci_rx_thread()
|
A D | msc.c | 975 static void mass_thread_main(void *p1, void *p2, void *p3) in mass_thread_main() argument 978 ARG_UNUSED(p2); in mass_thread_main()
|
/subsys/modem/backends/ |
A D | modem_backend_tty.c | 23 static void modem_backend_tty_routine(void *p1, void *p2, void *p3) in modem_backend_tty_routine() argument 28 ARG_UNUSED(p2); in modem_backend_tty_routine()
|
/subsys/net/lib/latmon/ |
A D | latmon.c | 229 static void xfer_thread_func(void *p1, void *p2, void *p3) in xfer_thread_func() argument 279 static void monitor_thread_func(void *p1, void *p2, void *p3) in monitor_thread_func() argument 282 struct latmus_conf *conf = p2; in monitor_thread_func() 550 static int latmon_server_thread_func(void *p1, void *p2, void *p3) in latmon_server_thread_func() argument
|
/subsys/usb/device_next/ |
A D | usbd_core.c | 186 static void usbd_thread(void *p1, void *p2, void *p3) in usbd_thread() argument 189 ARG_UNUSED(p2); in usbd_thread()
|
/subsys/net/lib/sockets/ |
A D | sockets_service.c | 168 static void socket_service_thread(void *p1, void *p2, void *p3) in socket_service_thread() argument 171 ARG_UNUSED(p2); in socket_service_thread()
|
/subsys/net/l2/ppp/ |
A D | ppp_l2.c | 34 static void tx_handler(void *p1, void *p2, void *p3); 451 static void tx_handler(void *p1, void *p2, void *p3) in tx_handler() argument 454 ARG_UNUSED(p2); in tx_handler()
|
/subsys/net/conn_mgr/ |
A D | conn_mgr_monitor.c | 263 static void conn_mgr_mon_thread_fn(void *p1, void *p2, void *p3) in conn_mgr_mon_thread_fn() argument 266 ARG_UNUSED(p2); in conn_mgr_mon_thread_fn()
|
/subsys/mgmt/mcumgr/transport/src/ |
A D | smp_udp.c | 214 static void smp_udp_receive_thread(void *p1, void *p2, void *p3) in smp_udp_receive_thread() argument 219 ARG_UNUSED(p2); in smp_udp_receive_thread()
|
A D | smp_lorawan.c | 58 static void smp_lorawan_uplink_thread(void *p1, void *p2, void *p3) in smp_lorawan_uplink_thread() argument
|
/subsys/net/lib/ocpp/ |
A D | ocpp.c | 214 static void ocpp_internal_handler(void *p1, void *p2, void *p3) in ocpp_internal_handler() argument 217 struct ocpp_cp_info *cpi = p2; in ocpp_internal_handler() 475 static void ocpp_wsreader(void *p1, void *p2, void *p3) in ocpp_wsreader() argument
|
/subsys/bluetooth/mesh/ |
A D | adv_legacy.c | 150 static void adv_thread(void *p1, void *p2, void *p3) in adv_thread() argument
|
/subsys/net/lib/shell/ |
A D | events.c | 508 static void event_mon_handler(const struct shell *sh, void *p2, void *p3) in event_mon_handler() argument 513 ARG_UNUSED(p2); in event_mon_handler()
|
/subsys/usb/device_next/class/ |
A D | bt_hci.c | 201 static void bt_hci_tx_thread(void *p1, void *p2, void *p3) in bt_hci_tx_thread() argument 205 ARG_UNUSED(p2); in bt_hci_tx_thread()
|
/subsys/bluetooth/controller/hci/ |
A D | hci_driver.c | 322 static void prio_recv_thread(void *p1, void *p2, void *p3) in prio_recv_thread() argument 777 static void recv_thread(void *p1, void *p2, void *p3) in recv_thread() argument
|
/subsys/net/lib/coap/ |
A D | coap_server.c | 790 static void coap_server_thread(void *p1, void *p2, void *p3) in coap_server_thread() argument 797 ARG_UNUSED(p2); in coap_server_thread()
|
/subsys/net/l2/ethernet/gptp/ |
A D | gptp.c | 556 static void gptp_thread(void *p1, void *p2, void *p3) in gptp_thread() argument 559 ARG_UNUSED(p2); in gptp_thread()
|
/subsys/usb/device/class/netusb/ |
A D | function_rndis.c | 886 static void cmd_thread(void *p1, void *p2, void *p3) in cmd_thread() argument 889 ARG_UNUSED(p2); in cmd_thread()
|
/subsys/net/lib/lwm2m/ |
A D | lwm2m_rd_client.c | 1378 uint8_t p1, p2; in sm_do_network_error() local 1381 p2 = lwm2m_server_get_prio(srv); in sm_do_network_error() 1382 if (p1 < p2 || client.last_update != 0) { in sm_do_network_error()
|