Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/
Dshell_history.c53 bool z_shell_history_get(struct shell_history *history, bool up, in z_shell_history_get()
Dshell.c193 static void history_handle(const struct shell *sh, bool up) in history_handle()
/Zephyr-latest/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-latest/subsys/net/l2/virtual/
Dvirtual.c197 bool up = false; in net_virtual_interface_attach() local
/Zephyr-latest/drivers/memc/
Dsifive_ddr.c100 uint32_t up = (updownreg >> (phy_rx_cal_dqn_0_offset + 6)) & 0x3F; in check_errata() local
/Zephyr-latest/include/zephyr/net/
Dppp.h275 void (*up)(struct ppp_fsm *fsm); member
/Zephyr-latest/tests/lib/c_lib/common/src/
Dmain.c1017 char up[11]; in ZTEST() local
/Zephyr-latest/subsys/net/ip/
Dtcp.c4167 struct net_pkt *up = tcp_pkt_clone(pkt); in tp_tcp_recv_cb() local