Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/common/
H A Dfsl-dt-fixup.c37 int *node_offset, const char **node_type) in fdt_usb_get_node_type() argument
43 *node_offset = fdt_node_offset_by_compatible in fdt_usb_get_node_type()
46 if (*node_offset >= 0) { in fdt_usb_get_node_type()
62 int node_offset; in fdt_fixup_usb_mode_phy_type() local
66 &node_offset, &node_type); in fdt_fixup_usb_mode_phy_type()
71 err = fdt_setprop(blob, node_offset, prop_mode, mode, in fdt_fixup_usb_mode_phy_type()
79 err = fdt_setprop(blob, node_offset, prop_type, phy_type, in fdt_fixup_usb_mode_phy_type()
86 return node_offset; in fdt_fixup_usb_mode_phy_type()
93 int node_offset, err; in fsl_fdt_fixup_usb_erratum() local
98 &node_offset, &node_type); in fsl_fdt_fixup_usb_erratum()
[all …]
/OK3568_Linux_fs/kernel/drivers/of/
H A Dfdt_address.c163 static u64 __init fdt_translate_address(const void *blob, int node_offset) in fdt_translate_address() argument
173 fdt_get_name(blob, node_offset, NULL)); in fdt_translate_address()
175 reg = fdt_getprop(blob, node_offset, "reg", &len); in fdt_translate_address()
178 fdt_get_name(blob, node_offset, NULL)); in fdt_translate_address()
183 parent = fdt_parent_offset(blob, node_offset); in fdt_translate_address()
192 fdt_get_name(blob, node_offset, NULL)); in fdt_translate_address()
204 node_offset = parent; in fdt_translate_address()
205 parent = fdt_parent_offset(blob, node_offset); in fdt_translate_address()
219 fdt_get_name(blob, node_offset, NULL)); in fdt_translate_address()
227 if (fdt_translate_one(blob, node_offset, bus, pbus, in fdt_translate_address()
/OK3568_Linux_fs/kernel/arch/arm/boot/compressed/
H A Datags_to_fdt.c14 static int node_offset(void *fdt, const char *node_path) in node_offset() function
26 int offset = node_offset(fdt, node_path); in setprop()
35 int offset = node_offset(fdt, node_path); in setprop_string()
44 int offset = node_offset(fdt, node_path); in setprop_cell()
/OK3568_Linux_fs/u-boot/common/
H A Dsplash_source.c306 int node_offset; in splash_load_fit() local
339 node_offset = fit_image_get_node(fit_header, location->name); in splash_load_fit()
340 if (node_offset < 0) { in splash_load_fit()
346 res = fit_image_get_data_offset(fit_header, node_offset, in splash_load_fit()
353 res = fit_image_get_data_size(fit_header, node_offset, &splash_size); in splash_load_fit()
H A Dfdt_support.c1321 static u64 __of_translate_address(const void *blob, int node_offset, in __of_translate_address() argument
1331 fdt_get_name(blob, node_offset, NULL)); in __of_translate_address()
1334 parent = fdt_parent_offset(blob, node_offset); in __of_translate_address()
1343 fdt_get_name(blob, node_offset, NULL)); in __of_translate_address()
1355 node_offset = parent; in __of_translate_address()
1356 parent = fdt_parent_offset(blob, node_offset); in __of_translate_address()
1370 fdt_get_name(blob, node_offset, NULL)); in __of_translate_address()
1378 if (of_translate_one(blob, node_offset, bus, pbus, in __of_translate_address()
1394 u64 fdt_translate_address(const void *blob, int node_offset, in fdt_translate_address() argument
1397 return __of_translate_address(blob, node_offset, in_addr, "ranges"); in fdt_translate_address()
H A Dimage-sig.c213 info->node_offset = noffset; in fit_image_setup_verify()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dbpf_lru_list.c560 u32 node_offset, u32 elem_size, in bpf_common_lru_populate() argument
569 node = (struct bpf_lru_node *)(buf + node_offset); in bpf_common_lru_populate()
578 u32 node_offset, u32 elem_size, in bpf_percpu_lru_populate() argument
594 node = (struct bpf_lru_node *)(buf + node_offset); in bpf_percpu_lru_populate()
608 void bpf_lru_populate(struct bpf_lru *lru, void *buf, u32 node_offset, in bpf_lru_populate() argument
612 bpf_percpu_lru_populate(lru, buf, node_offset, elem_size, in bpf_lru_populate()
615 bpf_common_lru_populate(lru, buf, node_offset, elem_size, in bpf_lru_populate()
H A Dbpf_lru_list.h76 void bpf_lru_populate(struct bpf_lru *lru, void *buf, u32 node_offset,
/OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/
H A Defistub.h85 #define fdt_setprop_inplace_var(fdt, node_offset, name, var) \ argument
86 fdt_setprop_inplace((fdt), (node_offset), (name), &(var), sizeof(var))
90 #define fdt_setprop_var(fdt, node_offset, name, var) \ argument
91 fdt_setprop((fdt), (node_offset), (name), &(var), sizeof(var))
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Ddicttrie.cpp424 parsing_marks_[parsing_marks_pos_].node_offset = son_pos; in extend_dict0()
465 LmaNodeLE0 *node = root_ + p_mark.node_offset + ext_pos; in extend_dict1()
491 parsing_marks_[parsing_marks_pos_].node_offset = in extend_dict1()
542 LmaNodeGE1 *node = nodes_ge1_ + p_mark.node_offset + ext_pos; in extend_dict2()
569 parsing_marks_[parsing_marks_pos_].node_offset = in extend_dict2()
/OK3568_Linux_fs/u-boot/drivers/net/fsl-mc/
H A Dmc.c116 int node_offset; in parse_mc_firmware_fit_image() local
136 node_offset = fit_image_get_node(fit_hdr, uname); in parse_mc_firmware_fit_image()
138 if (node_offset < 0) { in parse_mc_firmware_fit_image()
144 if (!(fit_image_verify(fit_hdr, node_offset))) { in parse_mc_firmware_fit_image()
150 fit_image_get_data(fit_hdr, node_offset, &data, &size); in parse_mc_firmware_fit_image()
/OK3568_Linux_fs/kernel/drivers/md/
H A Dmd-bitmap.c933 unsigned long node_offset = 0; in md_bitmap_file_set_bit() local
936 node_offset = bitmap->cluster_slot * store->file_pages; in md_bitmap_file_set_bit()
952 set_page_attr(bitmap, page->index - node_offset, BITMAP_PAGE_DIRTY); in md_bitmap_file_set_bit()
962 unsigned long node_offset = 0; in md_bitmap_file_clear_bit() local
965 node_offset = bitmap->cluster_slot * store->file_pages; in md_bitmap_file_clear_bit()
977 if (!test_page_attr(bitmap, page->index - node_offset, BITMAP_PAGE_NEEDWRITE)) { in md_bitmap_file_clear_bit()
978 set_page_attr(bitmap, page->index - node_offset, BITMAP_PAGE_PENDING); in md_bitmap_file_clear_bit()
1058 unsigned long i, chunks, index, oldindex, bit, node_offset = 0; in md_bitmap_init_from_disk() local
1104 node_offset = bitmap->cluster_slot * (DIV_ROUND_UP(store->bytes, PAGE_SIZE)); in md_bitmap_init_from_disk()
1126 index + node_offset, count); in md_bitmap_init_from_disk()
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Ddicttrie.h31 size_t node_offset:24; member
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Ddicttrie.h31 size_t node_offset:24; member
/OK3568_Linux_fs/u-boot/include/
H A Dfdt_support.h241 u64 fdt_translate_address(const void *blob, int node_offset,
H A Dimage.h1153 int node_offset; /* Offset of signature node */ member
/OK3568_Linux_fs/kernel/arch/powerpc/kexec/
H A Dfile_load_64.c972 static int add_node_props(void *fdt, int node_offset, const struct device_node *dn) in add_node_props() argument
981 ret = fdt_setprop(fdt, node_offset, pp->name, pp->value, pp->length); in add_node_props()
/OK3568_Linux_fs/kernel/drivers/acpi/arm64/
H A Diort.c240 iort->node_offset); in iort_scan_node()
1687 iort->node_offset); in iort_init_platform_devices()
1763 node = ACPI_ADD_PTR(struct acpi_iort_node, iort, iort->node_offset); in acpi_iort_dma_get_max_cpu_address()
/OK3568_Linux_fs/u-boot/tools/
H A Dimage-host.c172 info->node_offset = noffset; in fit_image_setup_sig()
/OK3568_Linux_fs/kernel/include/acpi/
H A Dactbl2.h78 u32 node_offset; member