| /Zephyr-latest/subsys/usb/device_next/class/ | 
| D | usbd_uac2_macros.h | 28 #define ARRAY_ELEMENT_LESS_THAN_NEXT(node, prop, idx)				\  argument33 #define IS_ARRAY_SORTED(node, prop)						\  argument
 118 #define DESCRIPTOR_NAME(prefix, node) uac2_## prefix ## _ ## node  argument
 231 #define AUDIO_STREAMING_DATA_ENDPOINT_CONTROLS(node)				\  argument
 364 #define ENTITY_HEADERS(node) DT_FOREACH_CHILD(node, ENTITY_HEADER)  argument
 365 #define ENTITY_HEADERS_ARRAYS(node) DT_FOREACH_CHILD(node, ENTITY_HEADER_ARRAYS)  argument
 366 #define ENTITY_HEADERS_PTRS(node) DT_FOREACH_CHILD(node, ENTITY_HEADER_PTRS)  argument
 367 #define ENTITY_HEADERS_LENGTH(node) sizeof((uint8_t []){ENTITY_HEADERS(node)})  argument
 369 #define AUDIO_STREAMING_CONTROLS(node)						\  argument
 377 #define AUDIO_STREAMING_FORMAT_TYPE(node)					\  argument
 [all …]
 
 | 
| /Zephyr-latest/include/zephyr/sys/ | 
| D | dlist.h | 219 static inline void sys_dnode_init(sys_dnode_t *node)  in sys_dnode_init()233 static inline bool sys_dnode_is_linked(const sys_dnode_t *node)  in sys_dnode_is_linked()
 247 static inline bool sys_dlist_is_head(sys_dlist_t *list, sys_dnode_t *node)  in sys_dlist_is_head()
 261 static inline bool sys_dlist_is_tail(sys_dlist_t *list, sys_dnode_t *node)  in sys_dlist_is_tail()
 334 							sys_dnode_t *node)  in sys_dlist_peek_next_no_check()
 350 					       sys_dnode_t *node)  in sys_dlist_peek_next()
 368 							sys_dnode_t *node)  in sys_dlist_peek_prev_no_check()
 385 					       sys_dnode_t *node)  in sys_dlist_peek_prev()
 412 static inline void sys_dlist_append(sys_dlist_t *list, sys_dnode_t *node)  in sys_dlist_append()
 432 static inline void sys_dlist_prepend(sys_dlist_t *list, sys_dnode_t *node)  in sys_dlist_prepend()
 [all …]
 
 | 
| D | sflist.h | 221 static inline sys_sfnode_t *z_sfnode_next_peek(sys_sfnode_t *node)  in z_sfnode_next_peek()236 static inline void z_sflist_head_set(sys_sflist_t *list, sys_sfnode_t *node)  in z_sflist_head_set()
 241 static inline void z_sflist_tail_set(sys_sflist_t *list, sys_sfnode_t *node)  in z_sflist_tail_set()
 281 static inline uint8_t sys_sfnode_flags_get(sys_sfnode_t *node)  in sys_sfnode_flags_get()
 300 static inline void sys_sfnode_init(sys_sfnode_t *node, uint8_t flags)  in sys_sfnode_init()
 317 static inline void sys_sfnode_flags_set(sys_sfnode_t *node, uint8_t flags)  in sys_sfnode_flags_set()
 
 | 
| D | rb.h | 179 #define _RB_FOREACH_INIT(tree, node) {					\  argument185 #define _RB_FOREACH_INIT(tree, node) {					\  argument
 216 #define RB_FOR_EACH(tree, node) \  argument
 231 #define RB_FOR_EACH_CONTAINER(tree, node, field)		           \  argument
 
 | 
| /Zephyr-latest/drivers/ethernet/ | 
| D | eth.h | 14 #define NODE_MAC_ADDR_OCTET(node, n) DT_PROP_BY_IDX(node, local_mac_address, n)  argument17 #define NODE_MAC_ADDR_NULL(node) \  argument
 29 #define NODE_HAS_VALID_MAC_ADDR(node) \  argument
 
 | 
| /Zephyr-latest/tests/bluetooth/controller/ctrl_tx_queue/src/ | 
| D | main.c | 34 	struct node_tx *node;  in ZTEST()  local52 	struct node_tx *node;  in ZTEST()  local
 81 	struct node_tx *node;  in ZTEST()  local
 110 	struct node_tx *node;  in ZTEST()  local
 146 	struct node_tx *node;  in ZTEST()  local
 192 	struct node_tx *node;  in ZTEST()  local
 248 	struct node_tx *node;  in ZTEST()  local
 315 	struct node_tx *node;  in ZTEST()  local
 351 		struct node_tx *node;  in ZTEST()  local
 362 		struct node_tx *node = ull_tx_q_dequeue(&tx_q);  in ZTEST()  local
 [all …]
 
 | 
| /Zephyr-latest/include/zephyr/sensing/ | 
| D | sensing_sensor.h | 132 #define SENSING_SENSOR_INFO_NAME(node, idx)					\  argument145 #define SENSING_SENSOR_INFO_DEFINE(node, idx)				\  argument
 163 #define SENSING_CONNECTIONS_NAME(node)					\  argument
 174 #define SENSING_SENSOR_SOURCE_NAME(idx, node)				\  argument
 186 #define SENSING_SENSOR_SOURCE_EXTERN(idx, node)				\  argument
 212 #define SENSING_CONNECTION_DEFINE(idx, node, cb_list_ptr)		\  argument
 226 #define SENSING_CONNECTIONS_DEFINE(node, num, cb_list_ptr)		\  argument
 262 #define SENSING_SUBMIT_CFG_NAME(node, idx)						\  argument
 273 #define SENSING_SENSOR_IODEV_NAME(node, idx)						\  argument
 285 #define SENSING_SENSOR_IODEV_DEFINE(node, idx)						\  argument
 [all …]
 
 | 
| /Zephyr-latest/tests/unit/list/ | 
| D | dlist.c | 13 	sys_dnode_t node;  member24 	sys_dnode_t *node;  in verify_emptyness()  local
 86 	sys_dnode_t *node;  in verify_content_amount()  local
 294 		sys_dnode_t node;  in ZTEST()  member
 304 	sys_dnode_t *node = NULL;  in ZTEST()  local
 338 int cond(sys_dnode_t *node, void *data)  in cond()
 
 | 
| D | sflist.c | 14 	sys_sfnode_t node;  member25 	sys_sfnode_t *node;  in verify_emptyness()  local
 87 	sys_sfnode_t *node;  in verify_content_amount()  local
 295 		sys_sfnode_t node;  in ZTEST()  member
 305 	sys_sfnode_t *node = NULL;  in ZTEST()  local
 
 | 
| D | slist.c | 14 	sys_snode_t node;  member25 	sys_snode_t *node;  in verify_emptyness()  local
 87 	sys_snode_t *node;  in verify_content_amount()  local
 310 		sys_snode_t node;  in ZTEST()  member
 320 	sys_snode_t *node = NULL;  in ZTEST()  local
 
 | 
| /Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ | 
| D | grutils.py | 29     def add_node(self, node):  argument141     def depends_on(self, node):  argument
 145     def required_by(self, node):  argument
 149 def node_key(node):  argument
 
 | 
| /Zephyr-latest/subsys/bluetooth/mesh/ | 
| D | delayable_msg.c | 27 	sys_snode_t node;  member32 	sys_snode_t node;  member
 81 	sys_snode_t *node = sys_slist_peek_head(&access_delayable_msg.busy_ctx);  in peek_pending_msg()  local
 116 	sys_snode_t *node;  in allocate_delayable_msg_chunks()  local
 132 	sys_snode_t *node;  in release_delayable_msg_chunks()  local
 142 	sys_snode_t *node;  in allocate_delayable_msg_ctx()  local
 167 	sys_snode_t *node;  in push_msg_from_delayable_msgs()  local
 210 		sys_snode_t *node = sys_slist_get(&access_delayable_msg.busy_ctx);  in delayable_msg_handler()  local
 224 	sys_snode_t *node;  in bt_mesh_delayable_msg_manage()  local
 302 	sys_snode_t *node;  in bt_mesh_delayable_msg_stop()  local
 
 | 
| /Zephyr-latest/drivers/i3c/ | 
| D | i3c_ibi_workq.c | 33 	sys_snode_t *node;  in i3c_ibi_work_enqueue()  local59 	sys_snode_t *node;  in i3c_ibi_work_enqueue_target_irq()  local
 91 	sys_snode_t *node;  in i3c_ibi_work_enqueue_controller_request()  local
 117 	sys_snode_t *node;  in i3c_ibi_work_enqueue_hotjoin()  local
 145 	sys_snode_t *node;  in i3c_ibi_work_enqueue_cb()  local
 
 | 
| /Zephyr-latest/include/zephyr/linker/ | 
| D | linker-defs.h | 34 #define DT_NODE_HAS_STATUS(node, status) 0  argument35 #define DT_NODE_HAS_STATUS_OKAY(node) 0  argument
 
 | 
| /Zephyr-latest/soc/silabs/common/ | 
| D | pinctrl_soc.h | 46 #define Z_PINCTRL_SILABS_MODE_INIT(node)                                                           \  argument58 #define Z_PINCTRL_SILABS_DOUT_INIT(node)                                                           \  argument
 68 #define Z_PINCTRL_STATE_PIN_INIT(node, prop, idx)                                                  \  argument
 81 #define Z_PINCTRL_STATE_ABUS_INIT(node, prop, idx)                                                 \  argument
 
 | 
| /Zephyr-latest/soc/nordic/common/ | 
| D | soc_lrcconf.c | 14 void soc_lrcconf_poweron_request(sys_snode_t *node, nrf_lrcconf_power_domain_mask_t domain)  in soc_lrcconf_poweron_request()38 void soc_lrcconf_poweron_release(sys_snode_t *node, nrf_lrcconf_power_domain_mask_t domain)  in soc_lrcconf_poweron_release()
 
 | 
| /Zephyr-latest/include/zephyr/storage/ | 
| D | flash_map.h | 364 #define FIXED_PARTITION_NODE_OFFSET(node) DT_REG_ADDR(node)  argument382 #define FIXED_PARTITION_NODE_SIZE(node) DT_REG_SIZE(node)  argument
 411 #define FIXED_PARTITION_NODE_DEVICE(node) \  argument
 430 #define FIXED_PARTITION_BY_NODE(node)	FIXED_PARTITION_1(node)  argument
 433 #define FIXED_PARTITION_1(node)	FIXED_PARTITION_0(DT_DEP_ORD(node))  argument
 437 #define DECLARE_PARTITION(node) DECLARE_PARTITION_0(DT_DEP_ORD(node))  argument
 
 | 
| /Zephyr-latest/tests/unit/rbtree/ | 
| D | main.c | 29 void set_node_mask(int node, int val)  in set_node_mask()38 int get_node_mask(int node)  in get_node_mask()
 77 void visit_node(struct rbnode *node, void *cookie)  in visit_node()
 92 void check_rbnode(struct rbnode *node, int blacks_above)  in check_rbnode()
 189 void checked_insert(struct rbtree *tree, struct rbnode *node)  in checked_insert()
 210 			int node = next_rand_mod(size);  in test_tree()  local
 
 | 
| /Zephyr-latest/tests/benchmarks/data_structure_perf/dlist_perf/src/ | 
| D | dlist_perf.c | 21 	sys_dnode_t node;  member107 	sys_dnode_t *node, *s_node;  in ZTEST()  local
 189 	sys_dnode_t node[10];  in ZTEST()  local
 225 	sys_dlist_t node[10];  in ZTEST()  local
 
 | 
| /Zephyr-latest/scripts/kconfig/ | 
| D | guiconfig.py | 707     def rec(node):  argument745     def rec(node):  argument
 769 def _visible(node):  argument
 777 def _add_to_tree(node, top):  argument
 795 def _node_str(node):  argument
 860 def _img_tag(node):  argument
 991 def _single_menu_mode_menu(node, tree):  argument
 999 def _changeable(node):  argument
 1113 def _change_node(node, parent):  argument
 1179 def _set_val_dialog(node, parent):  argument
 [all …]
 
 | 
| D | menuconfig.py | 1141 def _jump_to(node):  argument1477 def _parent_menu(node):  argument
 1492     def rec(node):  argument
 1559 def _visible(node):  argument
 1567 def _change_node(node):  argument
 1626 def _changeable(node):  argument
 2373 def _info_dialog(node, from_jump_to_dialog):  argument
 2484 def _draw_info_dialog(node, lines, scroll, top_line_win, text_win,  argument
 2547 def _info_str(node):  argument
 2786 def _include_path_info(node):  argument
 [all …]
 
 | 
| /Zephyr-latest/lib/utils/ | 
| D | rb.c | 79 static int find_and_stack(struct rbtree *tree, struct rbnode *node,  in find_and_stack()160 		struct rbnode *node = stack[stacksz - 1];  in fix_extra_red()  local
 219 void rb_insert(struct rbtree *tree, struct rbnode *node)  in rb_insert()
 372 void rb_remove(struct rbtree *tree, struct rbnode *node)  in rb_remove()
 504 void z_rb_walk(struct rbnode *node, rb_visit_t visit_fn, void *cookie)  in z_rb_walk()
 514 struct rbnode *z_rb_child(struct rbnode *node, uint8_t side)  in z_rb_child()
 519 int z_rb_is_black(struct rbnode *node)  in z_rb_is_black()
 524 bool rb_contains(struct rbtree *tree, struct rbnode *node)  in rb_contains()
 
 | 
| /Zephyr-latest/drivers/usb_c/tcpc/ | 
| D | shell.c | 15 #define TCPC_DUMP_CONN_NODE(node) TCPC_DUMP_DEV(DEVICE_DT_GET(DT_PROP(node, tcpc)))  argument26 #define TCPC_VBUS_CONN_NODE(node) TCPC_VBUS_DEV(DEVICE_DT_GET(DT_PROP(node, vbus)))  argument
 40 #define TCPC_GET_CHIP_CONN_NODE(node) TCPC_GET_CHIP_DEV(DEVICE_DT_GET(DT_PROP(node, tcpc)))  argument
 
 | 
| /Zephyr-latest/include/zephyr/arch/arm64/ | 
| D | arch.h | 50 	sys_snode_t node;  member
 | 
| /Zephyr-latest/drivers/i2c/ | 
| D | i2c_common.c | 29 #define DEF_BUS_WITH_ADDR(node, prop, idx) I2C_DT_SPEC_GET(DT_PHANDLE_BY_IDX(node, prop, idx)),  argument30 #define DEF_ALLOWLIST_DEV(node)            DT_FOREACH_PROP_ELEM(node, devices, DEF_BUS_WITH_ADDR)  argument
 
 |