Searched refs:dad (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dof_fdt.h27 struct device_node *dad,
/linux-master/drivers/of/
H A Dfdt.c215 struct device_node *dad,
240 if (dad != NULL) {
241 np->parent = dad;
242 np->sibling = dad->child;
243 dad->child = np;
286 * @dad: Parent struct device_node
293 struct device_node *dad,
308 * We're unflattening device sub-tree if @dad is valid. There are
314 if (dad)
317 root = dad;
212 populate_node(const void *blob, int offset, void **mem, struct device_node *dad, struct device_node **pnp, bool dryrun) argument
291 unflatten_dt_nodes(const void *blob, void *mem, struct device_node *dad, struct device_node **nodepp) argument
372 __unflatten_device_tree(const void *blob, struct device_node *dad, struct device_node **mynodes, void *(*dt_alloc)(u64 size, u64 align), bool detached) argument
461 of_fdt_unflatten_tree(const unsigned long *blob, struct device_node *dad, struct device_node **mynodes) argument
[all...]
H A Dof_private.h113 struct device_node *dad,
/linux-master/lib/zlib_deflate/
H A Ddefutil.h48 ush dad; /* father node in Huffman tree */ member in union:ct_data_s::__anon26
55 #define Dad dl.dad
/linux-master/net/ipv6/
H A Dndisc.c588 /* skip tentative addresses until dad completes */
800 int dad = ipv6_addr_any(saddr); local
818 if (dad && !ipv6_addr_is_solict_mult(daddr)) {
839 if (dad) {
854 if (dad) {
873 * This is not a dad solicitation.
935 if (dad) {

Completed in 310 milliseconds