/kernel/linux/linux-5.10/drivers/of/ |
H A D | fdt.c | 211 struct device_node *dad, in populate_node() 236 if (dad != NULL) { in populate_node() 237 np->parent = dad; in populate_node() 238 np->sibling = dad->child; in populate_node() 239 dad->child = np; in populate_node() 282 * @dad: Parent struct device_node 289 struct device_node *dad, in unflatten_dt_nodes() 303 * We're unflattening device sub-tree if @dad is valid. There are in unflatten_dt_nodes() 309 if (dad) in unflatten_dt_nodes() 312 root = dad; in unflatten_dt_nodes() 208 populate_node(const void *blob, int offset, void **mem, struct device_node *dad, struct device_node **pnp, bool dryrun) populate_node() argument 287 unflatten_dt_nodes(const void *blob, void *mem, struct device_node *dad, struct device_node **nodepp) unflatten_dt_nodes() argument 366 __unflatten_device_tree(const void *blob, struct device_node *dad, struct device_node **mynodes, void *(*dt_alloc)(u64 size, u64 align), bool detached) __unflatten_device_tree() argument 447 of_fdt_unflatten_tree(const unsigned long *blob, struct device_node *dad, struct device_node **mynodes) of_fdt_unflatten_tree() argument [all...] |
H A D | of_private.h | 104 struct device_node *dad,
|
/kernel/linux/linux-6.6/drivers/of/ |
H A D | fdt.c | 208 struct device_node *dad, in populate_node() 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() 279 * @dad: Parent struct device_node 286 struct device_node *dad, in unflatten_dt_nodes() 301 * We're unflattening device sub-tree if @dad is valid. There are in unflatten_dt_nodes() 307 if (dad) in unflatten_dt_nodes() 310 root = dad; in unflatten_dt_nodes() 205 populate_node(const void *blob, int offset, void **mem, struct device_node *dad, struct device_node **pnp, bool dryrun) populate_node() argument 284 unflatten_dt_nodes(const void *blob, void *mem, struct device_node *dad, struct device_node **nodepp) unflatten_dt_nodes() argument 365 __unflatten_device_tree(const void *blob, struct device_node *dad, struct device_node **mynodes, void *(*dt_alloc)(u64 size, u64 align), bool detached) __unflatten_device_tree() argument 454 of_fdt_unflatten_tree(const unsigned long *blob, struct device_node *dad, struct device_node **mynodes) of_fdt_unflatten_tree() argument [all...] |
H A D | of_private.h | 113 struct device_node *dad,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | of_fdt.h | 27 struct device_node *dad,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | of_fdt.h | 27 struct device_node *dad,
|
/kernel/linux/linux-5.10/lib/zlib_deflate/ |
H A D | defutil.h | 48 ush dad; /* father node in Huffman tree */ member 55 #define Dad dl.dad
|
/kernel/linux/linux-6.6/lib/zlib_deflate/ |
H A D | defutil.h | 48 ush dad; /* father node in Huffman tree */ member 55 #define Dad dl.dad
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ndisc.c | 587 /* skip tentative addresses until dad completes */ in ndisc_send_unsol_na() 784 int dad = ipv6_addr_any(saddr); in ndisc_recv_ns() local 803 if (dad && !ipv6_addr_is_solict_mult(daddr)) { in ndisc_recv_ns() 826 if (dad) { in ndisc_recv_ns() 841 if (dad) { in ndisc_recv_ns() 860 * This is not a dad solicitation. in ndisc_recv_ns() 919 if (dad) { in ndisc_recv_ns()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ndisc.c | 588 /* skip tentative addresses until dad completes */ in ndisc_send_unsol_na() 800 int dad = ipv6_addr_any(saddr); in ndisc_recv_ns() local 818 if (dad && !ipv6_addr_is_solict_mult(daddr)) { in ndisc_recv_ns() 839 if (dad) { in ndisc_recv_ns() 854 if (dad) { in ndisc_recv_ns() 873 * This is not a dad solicitation. in ndisc_recv_ns() 934 if (dad) { in ndisc_recv_ns()
|