Home
last modified time | relevance | path

Searched defs:to (Results 1 – 25 of 25) sorted by relevance

/Zephyr-latest/kernel/include/
Dtimeout_q.h25 static inline void z_init_timeout(struct _timeout *to) in z_init_timeout()
35 static inline bool z_is_inactive_timeout(const struct _timeout *to) in z_is_inactive_timeout()
/Zephyr-latest/kernel/
Dtimeout.c85 struct _timeout *to = first(); in next_timeout() local
99 void z_add_timeout(struct _timeout *to, _timeout_func_t fn, in z_add_timeout()
144 int z_abort_timeout(struct _timeout *to) in z_abort_timeout()
Dwork.c864 static void work_timeout(struct _timeout *to) in work_timeout()
/Zephyr-latest/include/zephyr/posix/
Dtime.h88 static inline int32_t _ts_to_ms(const struct timespec *to) in _ts_to_ms()
/Zephyr-latest/include/zephyr/net/
Dsocket_select.h52 struct timespec to = { in zsock_select() local
Dieee802154_radio.h282 #define IEEE802154_DEFINE_PHY_SUPPORTED_CHANNELS(drv_attr, from, to) \ argument
/Zephyr-latest/tests/subsys/fs/common/
Dtest_fs_dirops.c152 const char *to = to_path.path; in check_rename() local
/Zephyr-latest/lib/os/zvfs/
Dzvfs_select.c226 struct timespec *to = NULL; in z_vrfy_zvfs_select() local
/Zephyr-latest/lib/posix/options/
Ddevice_io.c124 struct timespec to = { in select() local
/Zephyr-latest/tests/drivers/flash/erase_blocks/src/
Dmain.c57 static bool test_flash_mem_is_set_to(const uint8_t *data, uint8_t to, size_t size) in test_flash_mem_is_set_to()
/Zephyr-latest/drivers/disk/nvme/
Dnvme_controller.c260 uint32_t cap_lo, cap_hi, to, vs, pmrcap; in nvme_controller_gather_info() local
/Zephyr-latest/tests/subsys/fs/fs_api/src/
Dtest_fs.c77 const char *to) in temp_rename()
/Zephyr-latest/tests/drivers/input/kbd_matrix/src/
Dmain.c137 bool to; in kbd_scan_wait_for_idle() local
/Zephyr-latest/subsys/fs/
Dfat_fs.c170 const char *to) in fatfs_rename()
Dfs.c567 int fs_rename(const char *from, const char *to) in fs_rename()
Dlittlefs_fs.c358 const char *to) in littlefs_rename()
/Zephyr-latest/subsys/fs/ext2/
Dext2_ops.c532 static int ext2_rename(struct fs_mount_t *mountp, const char *from, const char *to) in ext2_rename()
/Zephyr-latest/drivers/wifi/eswifi/
Deswifi_socket_offload.c309 int flags, const struct sockaddr *to, in eswifi_socket_sendto()
/Zephyr-latest/subsys/bluetooth/mesh/
Dlpn.c84 #define POLL_TO(to) { (uint8_t)((to) >> 16), (uint8_t)((to) >> 8), (uint8_t)(to) } argument
/Zephyr-latest/drivers/modem/
Dquectel-bg9x.c521 int flags, const struct sockaddr *to, in offload_sendto()
Dublox-sara-r4.c1688 int flags, const struct sockaddr *to, in offload_sendto()
/Zephyr-latest/drivers/wifi/simplelink/
Dsimplelink_sockets.c952 int flags, const struct sockaddr *to, in simplelink_sendto()
/Zephyr-latest/subsys/bluetooth/audio/
Dtbs.c1950 static void tbs_inst_remote_incoming(struct tbs_inst *inst, const char *to, const char *from, in tbs_inst_remote_incoming()
1988 int bt_tbs_remote_incoming(uint8_t bearer_index, const char *to, const char *from, in bt_tbs_remote_incoming()
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h52 #define BT_LE_CONN_PARAM_INIT(int_min, int_max, lat, to) \ argument
67 #define BT_LE_CONN_PARAM(int_min, int_max, lat, to) \ argument
/Zephyr-latest/subsys/net/ip/
Dtcp.c570 static void keep_alive_param_copy(struct tcp *to, struct tcp *from) in keep_alive_param_copy()
1637 static int tcp_pkt_peek(struct net_pkt *to, struct net_pkt *from, size_t pos, in tcp_pkt_peek()