Home
last modified time | relevance | path

Searched defs:next (Results 101 – 125 of 164) sorted by relevance

1234567

/Zephyr-latest/drivers/disk/nvme/
Dnvme_cmd.c282 struct nvme_request *request, *next; in request_timeout() local
/Zephyr-latest/drivers/i2c/
Di2c_ll_stm32.c146 struct i2c_msg *current, *next; in i2c_stm32_transfer() local
Di2c_renesas_rz_riic.c113 struct i2c_msg *current, *next; in i2c_rz_riic_transfer() local
Di2c_gd32.c407 struct i2c_msg *current, *next; in i2c_gd32_transfer() local
Di2c_renesas_ra_iic.c116 struct i2c_msg *current, *next; in i2c_ra_iic_transfer() local
Di2c_smartbond.c238 struct i2c_msg *current, *next; in i2c_smartbond_set_msg_flags() local
/Zephyr-latest/subsys/bluetooth/services/
Ddis.c342 const char *next; in dis_set() local
/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_6lo_fragment.c447 struct net_buf *prev, *current, *next; in fragment_reconstruct_packet() local
/Zephyr-latest/tests/subsys/settings/functional/src/
Dsettings_basic_test.c502 const char *next; in filtered_loader() local
/Zephyr-latest/subsys/bluetooth/host/
Dsettings.c124 const char *next; in set_setting() local
Dscan.c624 struct bt_le_scan_cb *listener, *next; in le_adv_recv() local
680 struct bt_le_scan_cb *listener, *next; in bt_hci_le_scan_timeout() local
/Zephyr-latest/subsys/net/l2/openthread/
Dopenthread.c188 struct openthread_state_changed_cb *entry, *next; in ot_state_changed_handler() local
/Zephyr-latest/drivers/sdhc/
Dsdhc_esp32.c228 const size_t next = data->s_cur_transfer.next_desc; in fill_dma_descriptors() local
395 const size_t next = data->s_cur_transfer.next_desc; in get_free_descriptors_count() local
/Zephyr-latest/subsys/fs/ext2/
Dext2_impl.c413 struct ext2_inode *cur_dir = NULL, *next = NULL; in ext2_lookup_inode() local
1182 struct ext2_disk_direntry *next = in ext2_del_direntry() local
/Zephyr-latest/scripts/native_simulator/common/src/
Dnct.c96 struct threads_table_el *next; /* Pointer to the next element of the table */ member
/Zephyr-latest/drivers/dma/
Ddma_nxp_edma.h241 enum channel_state next) in channel_allows_transition()
/Zephyr-latest/lib/utils/
Djson.c62 static int next(struct json_lexer *lex) in next() function
919 char *next; /* Points after next character to escape. */ in json_escape() local
/Zephyr-latest/subsys/fs/
Dfs.c436 sys_dnode_t *node, *next = NULL; in fs_readdir() local
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_scan.c282 static int is_abort_cb(void *next, void *curr, lll_prepare_cb_t *resume_cb) in is_abort_cb()
Dlll_adv.c449 static int is_abort_cb(void *next, void *curr, lll_prepare_cb_t *resume_cb) in is_abort_cb()
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dblob_cli.h272 void (*next)(struct bt_mesh_blob_cli *cli); member
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dlll.h415 void *next; /* Pointer to next pre-transmission rx_node (BIS) */ member
430 void *next; /* For slist, by hci module */ member
Dlll_conn.h24 void *next; member
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_sync.c532 static int is_abort_cb(void *next, void *curr, lll_prepare_cb_t *resume_cb) in is_abort_cb()
/Zephyr-latest/drivers/gpio/
Dgpio_shell.c516 struct pin_info next; member

1234567