Home
last modified time | relevance | path

Searched defs:up (Results 1 – 8 of 8) sorted by relevance

/Zephyr-Core-2.7.6/subsys/shell/
Dshell_history.c49 bool z_shell_history_get(struct shell_history *history, bool up, in z_shell_history_get()
Dshell.c192 static void history_handle(const struct shell *shell, bool up) in history_handle()
/Zephyr-Core-2.7.6/tests/subsys/shell/shell_history/src/
Dshell_history_test.c31 static void test_get(bool ok, bool up, uint8_t *exp_buf, uint16_t exp_len) in test_get()
/Zephyr-Core-2.7.6/subsys/net/l2/virtual/
Dvirtual.c142 bool up = false; in net_virtual_interface_attach() local
/Zephyr-Core-2.7.6/samples/subsys/usb/hid-cdc/src/
Dmain.c181 static const char *up = "Mouse up\r\n"; variable
/Zephyr-Core-2.7.6/tests/lib/c_lib/src/
Dmain.c825 char up[11]; in test_tolower_toupper() local
/Zephyr-Core-2.7.6/subsys/net/ip/
Dtcp2.c716 struct net_pkt *up = tcp_pkt_clone(pkt); in tcp_data_get() local
2543 struct net_pkt *up = tcp_pkt_clone(pkt); in tp_tcp_recv_cb() local
/Zephyr-Core-2.7.6/include/net/
Dppp.h261 void (*up)(struct ppp_fsm *fsm); member