Home
last modified time | relevance | path

Searched refs:dad (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/lib/
H A Dof_live.c42 struct device_node *dad, in unflatten_dt_node() argument
102 if (dad && dad->parent) { in unflatten_dt_node()
103 strcpy(fn, dad->full_name); in unflatten_dt_node()
118 if (dad != NULL) { in unflatten_dt_node()
119 np->parent = dad; in unflatten_dt_node()
120 np->sibling = dad->child; in unflatten_dt_node()
121 dad->child = np; in unflatten_dt_node()
/openbmc/linux/drivers/of/
H A Dfdt.c208 struct device_node *dad, in populate_node() argument
233 if (dad != NULL) { in populate_node()
234 np->parent = dad; in populate_node()
235 np->sibling = dad->child; in populate_node()
236 dad->child = np; in populate_node()
286 struct device_node *dad, in unflatten_dt_nodes() argument
307 if (dad) in unflatten_dt_nodes()
310 root = dad; in unflatten_dt_nodes()
311 nps[depth] = dad; in unflatten_dt_nodes()
366 struct device_node *dad, in __unflatten_device_tree() argument
[all …]
H A Dof_private.h113 struct device_node *dad,
/openbmc/u-boot/lib/zlib/
H A Ddeflate.h68 ush dad; /* father node in Huffman tree */ member
75 #define Dad dl.dad
/openbmc/linux/include/linux/
H A Dof_fdt.h27 struct device_node *dad,
/openbmc/linux/lib/zlib_deflate/
H A Ddefutil.h48 ush dad; /* father node in Huffman tree */ member
55 #define Dad dl.dad
/openbmc/openbmc/poky/meta/recipes-extended/rpcbind/rpcbind/
H A Drpcbind_add_option_to_fix_port_number.patch40 index 1743dad..07a1c75 100644
/openbmc/linux/net/ipv6/
H A Dndisc.c804 int dad = ipv6_addr_any(saddr); in ndisc_recv_ns() local
822 if (dad && !ipv6_addr_is_solict_mult(daddr)) { in ndisc_recv_ns()
843 if (dad) { in ndisc_recv_ns()
858 if (dad) { in ndisc_recv_ns()
938 if (dad) { in ndisc_recv_ns()