Home
last modified time | relevance | path

Searched refs:node_offset (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/of/
Dfdt_address.c164 u64 __init fdt_translate_address(const void *blob, int node_offset) in fdt_translate_address() argument
174 fdt_get_name(blob, node_offset, NULL)); in fdt_translate_address()
176 reg = fdt_getprop(blob, node_offset, "reg", &len); in fdt_translate_address()
179 fdt_get_name(blob, node_offset, NULL)); in fdt_translate_address()
184 parent = fdt_parent_offset(blob, node_offset); in fdt_translate_address()
193 fdt_get_name(blob, node_offset, NULL)); in fdt_translate_address()
205 node_offset = parent; in fdt_translate_address()
206 parent = fdt_parent_offset(blob, node_offset); in fdt_translate_address()
220 fdt_get_name(blob, node_offset, NULL)); in fdt_translate_address()
228 if (fdt_translate_one(blob, node_offset, bus, pbus, in fdt_translate_address()
/linux-4.4.14/arch/arm/boot/compressed/
Datags_to_fdt.c12 static int node_offset(void *fdt, const char *node_path) in node_offset() function
23 int offset = node_offset(fdt, node_path); in setprop()
32 int offset = node_offset(fdt, node_path); in setprop_string()
41 int offset = node_offset(fdt, node_path); in setprop_cell()
/linux-4.4.14/include/linux/
Dof_fdt.h91 extern u64 fdt_translate_address(const void *blob, int node_offset);
/linux-4.4.14/drivers/md/
Dbitmap.c213 int node_offset = 0; in write_sb_page() local
216 node_offset = bitmap->cluster_slot * store->file_pages; in write_sb_page()
1022 unsigned long i, chunks, index, oldindex, bit, node_offset = 0; in bitmap_init_from_disk() local
1069 node_offset = bitmap->cluster_slot * (DIV_ROUND_UP(store->bytes, PAGE_SIZE)); in bitmap_init_from_disk()
1091 index + node_offset, count); in bitmap_init_from_disk()
/linux-4.4.14/include/acpi/
Dactbl2.h665 u32 node_offset; member