Home
last modified time | relevance | path

Searched refs:p2 (Results 1 – 25 of 34) sorted by relevance

12

/subsys/net/ip/
A Dnet_tc.c288 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 Dusbh_core.c138 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 Dbtca.c21 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 Dptp.c25 static void ptp_thread(void *p1, void *p2, void *p3) in ptp_thread() argument
46 ARG_UNUSED(p2); in ptp_thread()
A Dport.h139 bool ptp_port_id_eq(const struct ptp_port_id *p1, const struct ptp_port_id *p2);
/subsys/input/
A Dinput.c76 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 Dbluetooth.c126 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 Dmsc.c975 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 Dmodem_backend_tty.c23 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 Dlatmon.c229 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 Dusbd_core.c186 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 Dsockets_service.c168 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 Dppp_l2.c34 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 Dconn_mgr_monitor.c263 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 Dsmp_udp.c214 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 Dsmp_lorawan.c58 static void smp_lorawan_uplink_thread(void *p1, void *p2, void *p3) in smp_lorawan_uplink_thread() argument
/subsys/net/lib/ocpp/
A Docpp.c214 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 Dadv_legacy.c150 static void adv_thread(void *p1, void *p2, void *p3) in adv_thread() argument
/subsys/net/lib/shell/
A Devents.c508 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 Dbt_hci.c201 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 Dhci_driver.c322 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 Dcoap_server.c790 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 Dgptp.c556 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 Dfunction_rndis.c886 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 Dlwm2m_rd_client.c1378 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()

Completed in 32 milliseconds

12