Home
last modified time | relevance | path

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

12

/Zephyr-Core-2.7.6/lib/os/
Drb.c111 static uint8_t get_side(struct rbnode *parent, struct rbnode *child) in get_side()
132 struct rbnode *parent = stack[stacksz - 2]; in rotate() local
159 struct rbnode *parent = stack[stacksz - 2]; in fix_extra_red() local
238 struct rbnode *parent = stack[stacksz - 1]; in rb_insert() local
274 struct rbnode *parent = stack[stacksz - 2]; in fix_missing_black() local
467 struct rbnode *parent = stack[stacksz - 2]; in rb_remove() local
/Zephyr-Core-2.7.6/drivers/kscan/
Dkscan_ht16k33.c25 const struct device *parent; member
/Zephyr-Core-2.7.6/samples/subsys/pm/device_pm/src/
Ddummy_driver.c12 static const struct device *parent; variable
/Zephyr-Core-2.7.6/subsys/emul/
Demul_bmi160.c322 const struct device *parent) in emul_bosch_bmi160_init()
347 const struct device *parent) in emul_bosch_bmi160_init_spi()
374 const struct device *parent) in emul_bosch_bmi160_init_i2c()
/Zephyr-Core-2.7.6/scripts/kconfig/
Dguiconfig.py498 def _create_kconfig_tree_and_desc(parent): argument
542 def _create_kconfig_tree(parent): argument
588 def _create_kconfig_desc(parent): argument
609 def _add_vscrollbar(parent, widget): argument
1113 def _change_node(node, parent): argument
1179 def _set_val_dialog(node, parent): argument
Dkconfiglib.py2890 def _parse_block(self, end_token, parent, prev): argument
/Zephyr-Core-2.7.6/subsys/shell/
Dshell_help.c148 const struct shell_static_entry *parent, in z_shell_help_subcmd_print()
Dshell_utils.c248 const struct shell_static_entry *parent, in z_shell_cmd_get()
288 const struct shell_static_entry *parent, in z_shell_find_cmd()
Dshell.c625 const struct shell_static_entry *parent = selected_cmd_get(shell); in execute() local
/Zephyr-Core-2.7.6/cmake/linker/
Dlinker_script_common.cmake195 set(parent ${SECTION_SYSTEM}) variable
/Zephyr-Core-2.7.6/lib/libc/minimal/source/stdlib/
Dqsort.c19 #define parent(k) (((k) - 1) >> 1) macro
/Zephyr-Core-2.7.6/scripts/dts/python-devicetree/src/devicetree/
Dedtlib.py706 def parent(self): member in Node
2152 def _merge_props(to_dict, from_dict, parent, binding_path, check_required): argument
2414 def _map_interrupt(child, parent, child_spec): argument
2446 def _map_phandle_array_entry(child, parent, child_spec, basename): argument
2463 def _map(prefix, child, parent, child_spec, spec_len_fn, require_controller): argument
2537 def _mask(prefix, child, parent, child_spec): argument
2554 def _pass_thru(prefix, child, parent, child_spec, parent_spec): argument
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/ll_sw/
Dull_scan_types.h43 void *parent; member
Dlll.h171 void *parent; member
432 static inline void lll_hdr_init(void *lll, void *parent) in lll_hdr_init()
/Zephyr-Core-2.7.6/subsys/emul/i2c/
Demul_atmel_at24.c141 const struct device *parent) in emul_atmel_at24_init()
/Zephyr-Core-2.7.6/drivers/gpio/
Dgpio_lmp90xxx.c28 const struct device *parent; member
/Zephyr-Core-2.7.6/include/sys/
Dslist.h209 static inline void z_snode_next_set(sys_snode_t *parent, sys_snode_t *child) in z_snode_next_set()
Dsflist.h218 static inline void z_sfnode_next_set(sys_sfnode_t *parent, in z_sfnode_next_set()
/Zephyr-Core-2.7.6/scripts/footprint/
Dsize_report531 def __init__(self, name, identifier, size=0, parent=None, children=None): argument
/Zephyr-Core-2.7.6/kernel/
Duserspace.c93 struct k_thread *parent; member
520 void z_thread_perms_inherit(struct k_thread *parent, struct k_thread *child) in z_thread_perms_inherit()
/Zephyr-Core-2.7.6/drivers/led/
Dht16k33.c288 int ht16k33_register_keyscan_callback(const struct device *parent, in ht16k33_register_keyscan_callback()
/Zephyr-Core-2.7.6/subsys/net/
Dbuf.c597 void net_buf_frag_insert(struct net_buf *parent, struct net_buf *frag) in net_buf_frag_insert()
623 struct net_buf *net_buf_frag_del_debug(struct net_buf *parent, in net_buf_frag_del_debug()
/Zephyr-Core-2.7.6/subsys/net/lib/sockets/
Dsockets.c324 struct net_context *parent = user_data; in zsock_accepted_cb() local
500 int zsock_accept_ctx(struct net_context *parent, struct sockaddr *addr, in zsock_accept_ctx()
Dsockets_tls.c1479 int ztls_accept_ctx(struct tls_context *parent, struct sockaddr *addr, in ztls_accept_ctx()
/Zephyr-Core-2.7.6/subsys/net/ip/
Dnet_pkt.c688 struct net_buf *parent,

12