Searched refs:node_path (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/arm/boot/compressed/ |
| H A D | atags_to_fdt.c | 14 static int node_offset(void *fdt, const char *node_path) in node_offset() argument 16 int offset = fdt_path_offset(fdt, node_path); in node_offset() 19 offset = fdt_add_subnode(fdt, 0, node_path + 1); in node_offset() 23 static int setprop(void *fdt, const char *node_path, const char *property, in setprop() argument 26 int offset = node_offset(fdt, node_path); in setprop() 32 static int setprop_string(void *fdt, const char *node_path, in setprop_string() argument 35 int offset = node_offset(fdt, node_path); in setprop_string() 41 static int setprop_cell(void *fdt, const char *node_path, in setprop_cell() argument 44 int offset = node_offset(fdt, node_path); in setprop_cell() 50 static const void *getprop(const void *fdt, const char *node_path, in getprop() argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/of/ |
| H A D | resolver.c | 77 char *value, *cur, *end, *node_path, *prop_name, *s; in update_usages_of_a_phandle_reference() local 90 node_path = cur; in update_usages_of_a_phandle_reference() 110 refnode = __of_find_node_by_full_path(of_node_get(overlay), node_path); in update_usages_of_a_phandle_reference()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/ |
| H A D | RkAiqCalibDbV2.h | 91 const char* node_path); 94 const char* node_path);
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-glamor-gbm.c | 719 const char *node_path = get_render_node_path_for_device(devices[i], in get_render_node_path() local 721 if (node_path) { in get_render_node_path() 722 render_node_path = strdup(node_path); in get_render_node_path()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/ |
| H A D | RkAiqCalibDbV2.cpp | 824 const char *node_path) { in readIQNode() argument 827 auto path_str = std::string(node_path); in readIQNode() 854 cJSON *node_json = cJSONUtils_GetPointer(base_json, node_path); in readIQNode() 873 const char* node_path) { in readIQNodeStr() argument 874 cJSON* node_json = readIQNode(calib, node_path); in readIQNodeStr()
|