/Zephyr-latest/kernel/include/ |
D | timeout_q.h | 25 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/ |
D | timeout.c | 85 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()
|
D | work.c | 864 static void work_timeout(struct _timeout *to) in work_timeout()
|
/Zephyr-latest/include/zephyr/posix/ |
D | time.h | 88 static inline int32_t _ts_to_ms(const struct timespec *to) in _ts_to_ms()
|
/Zephyr-latest/include/zephyr/net/ |
D | socket_select.h | 52 struct timespec to = { in zsock_select() local
|
D | ieee802154_radio.h | 282 #define IEEE802154_DEFINE_PHY_SUPPORTED_CHANNELS(drv_attr, from, to) \ argument
|
/Zephyr-latest/tests/subsys/fs/common/ |
D | test_fs_dirops.c | 152 const char *to = to_path.path; in check_rename() local
|
/Zephyr-latest/lib/os/zvfs/ |
D | zvfs_select.c | 226 struct timespec *to = NULL; in z_vrfy_zvfs_select() local
|
/Zephyr-latest/lib/posix/options/ |
D | device_io.c | 124 struct timespec to = { in select() local
|
/Zephyr-latest/tests/drivers/flash/erase_blocks/src/ |
D | main.c | 57 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/ |
D | nvme_controller.c | 260 uint32_t cap_lo, cap_hi, to, vs, pmrcap; in nvme_controller_gather_info() local
|
/Zephyr-latest/tests/subsys/fs/fs_api/src/ |
D | test_fs.c | 77 const char *to) in temp_rename()
|
/Zephyr-latest/tests/drivers/input/kbd_matrix/src/ |
D | main.c | 137 bool to; in kbd_scan_wait_for_idle() local
|
/Zephyr-latest/subsys/fs/ |
D | fat_fs.c | 170 const char *to) in fatfs_rename()
|
D | fs.c | 567 int fs_rename(const char *from, const char *to) in fs_rename()
|
D | littlefs_fs.c | 358 const char *to) in littlefs_rename()
|
/Zephyr-latest/subsys/fs/ext2/ |
D | ext2_ops.c | 532 static int ext2_rename(struct fs_mount_t *mountp, const char *from, const char *to) in ext2_rename()
|
/Zephyr-latest/drivers/wifi/eswifi/ |
D | eswifi_socket_offload.c | 309 int flags, const struct sockaddr *to, in eswifi_socket_sendto()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | lpn.c | 84 #define POLL_TO(to) { (uint8_t)((to) >> 16), (uint8_t)((to) >> 8), (uint8_t)(to) } argument
|
/Zephyr-latest/drivers/modem/ |
D | quectel-bg9x.c | 521 int flags, const struct sockaddr *to, in offload_sendto()
|
D | ublox-sara-r4.c | 1688 int flags, const struct sockaddr *to, in offload_sendto()
|
/Zephyr-latest/drivers/wifi/simplelink/ |
D | simplelink_sockets.c | 952 int flags, const struct sockaddr *to, in simplelink_sendto()
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | tbs.c | 1950 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/ |
D | conn.h | 52 #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/ |
D | tcp.c | 570 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()
|