Home
last modified time | relevance | path

Searched defs:node (Results 26 – 50 of 265) sorted by relevance

1234567891011

/Zephyr-latest/include/zephyr/pm/
Dpolicy.h45 sys_snode_t node; member
57 sys_snode_t node; member
69 sys_snode_t node; member
/Zephyr-latest/soc/sensry/ganymed/sy1xx/common/
Dpinctrl_soc.h40 #define Z_PINCTRL_CFG(node) \ argument
54 #define Z_PINCTRL_STATE_PIN_INIT(node, pr, idx) \ argument
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_observation.h16 sys_snode_t node; member
59 sys_snode_t node; member
/Zephyr-latest/soc/infineon/cat3/xmc4xxx/
Dpinctrl_soc.h17 #define Z_PINCTRL_STATE_PIN_INIT(node, pr, idx) \ argument
/Zephyr-latest/doc/_extensions/zephyr/domain/static/js/
Dcodesample-livesearch.js22 function highlightMatches(node, query) { argument
/Zephyr-latest/include/zephyr/modem/
Dstats.h19 sys_snode_t node; member
/Zephyr-latest/subsys/net/lib/sockets/
Dsocket_offload.c25 int socket_offload_getaddrinfo(const char *node, const char *service, in socket_offload_getaddrinfo()
/Zephyr-latest/subsys/usb/device_next/
Dusbd_msg.c24 sys_snode_t node; member
60 sys_snode_t *node; in msg_work_handler() local
/Zephyr-latest/subsys/bluetooth/host/
Decc.h33 sys_snode_t node; member
/Zephyr-latest/include/zephyr/net/
Dnet_timeout.h64 sys_snode_t node; member
/Zephyr-latest/drivers/ethernet/
Deth_nxp_s32_netc_psi.c221 #define NETC_VSI_GENERAL_CFG(node, prop, idx) \ argument
235 #define NETC_VSI_RX_MSG_BUF(node, prop, idx, n) \ argument
243 #define NETC_VSI_RX_MSG_BUF_ARRAY(node, prop, idx, n) \ argument
/Zephyr-latest/subsys/bluetooth/mesh/
Dcdb.c121 struct bt_mesh_cdb_node *node = &bt_mesh_cdb.nodes[i]; in addr_is_free() local
216 struct bt_mesh_cdb_node *node; in cdb_node_set() local
440 static void store_cdb_node(const struct bt_mesh_cdb_node *node) in store_cdb_node()
594 static void update_cdb_node_settings(const struct bt_mesh_cdb_node *node, in update_cdb_node_settings()
914 struct bt_mesh_cdb_node *node = &bt_mesh_cdb.nodes[i]; in bt_mesh_cdb_node_alloc() local
934 void bt_mesh_cdb_node_del(struct bt_mesh_cdb_node *node, bool store) in bt_mesh_cdb_node_del()
955 void bt_mesh_cdb_node_update(struct bt_mesh_cdb_node *node, uint16_t addr, in bt_mesh_cdb_node_update()
978 struct bt_mesh_cdb_node *node = &bt_mesh_cdb.nodes[i]; in bt_mesh_cdb_node_get() local
989 void bt_mesh_cdb_node_store(const struct bt_mesh_cdb_node *node) in bt_mesh_cdb_node_store()
1012 int bt_mesh_cdb_node_key_import(struct bt_mesh_cdb_node *node, const uint8_t in[16]) in bt_mesh_cdb_node_key_import()
[all …]
Dtesting.h33 sys_snode_t node; member
/Zephyr-latest/include/zephyr/drivers/
Duart_emul.h47 sys_snode_t node; member
Di2c_emul.h38 sys_snode_t node; member
Dspi_emul.h38 sys_snode_t node; member
/Zephyr-latest/subsys/usb/device/
Dusb_descriptor.h45 sys_snode_t node; member
/Zephyr-latest/scripts/dts/python-devicetree/tests/
Dtest_edtlib.py183 def verify_regs(node, expected_tuples): argument
951 def verify_props(node, names, types, values): argument
962 def verify_phandle_array_prop(node, name, values): argument
/Zephyr-latest/include/zephyr/sys/
Dslist.h211 static inline sys_snode_t *z_snode_next_peek(sys_snode_t *node) in z_snode_next_peek()
221 static inline void z_slist_head_set(sys_slist_t *list, sys_snode_t *node) in z_slist_head_set()
226 static inline void z_slist_tail_set(sys_slist_t *list, sys_snode_t *node) in z_slist_tail_set()
/Zephyr-latest/drivers/mbox/
Dmbox_andes_plic_sw.c115 #define MBOX_PLIC_ISR_FUNCTION_IDX(node, prop, idx, n) \ argument
126 #define MBOX_PLIC_IRQ_CONNECT_IDX(node, prop, idx, n) \ argument
137 #define MBOX_PLIC_IRQ_SOURCE_IDX(node, prop, idx) \ argument
/Zephyr-latest/tests/benchmarks/data_structure_perf/rbtree_perf/src/
Drbtree_perf.c18 struct rbnode node; member
116 static int search_height_recurse(struct rbnode *node, struct rbnode in search_height_recurse()
/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/fs_mgmt/
Dfs_mgmt_hash_checksum.h37 sys_snode_t node; member
/Zephyr-latest/samples/subsys/modbus/rtu_client/src/
Dmain.c43 static uint8_t node = 1; in main() local
/Zephyr-latest/tests/drivers/input/tsc_keys/src/
Dtest_stm32_tsc.c145 #define STM32_TSC_GROUP_TEST(node) \ in ZTEST() argument
180 #define GROUP_TEST_RUN(node) STM32_TSC_GROUP_TEST(node); in ZTEST() argument
/Zephyr-latest/drivers/counter/
Dcounter_nxp_pit.c249 #define NXP_PIT_CHANNEL_DEV_INIT(node, pit_inst) \ argument
258 #define NXP_PIT_CHANNEL_DECLARATIONS(node) static struct nxp_pit_channel_data \ argument
262 #define NXP_PIT_INSERT_CHANNEL_INTO_ARRAY(node) \ argument
266 #define NXP_PIT_INSERT_CHANNEL_DEVICE_INTO_ARRAY(node) \ argument

1234567891011