/kernel/linux/linux-6.6/drivers/clk/meson/ |
H A D | gxbb-aoclk.c | 33 .name = #_name "_ao", \ 56 .name = "ao_cts_oscin", 71 .name = "ao_32k_pre", 118 .name = "ao_32k_div", 133 .name = "ao_32k_sel", 150 .name = "ao_32k", 167 .name = "ao_cts_rtc_oscin", 188 .name = "ao_clk81", 207 .name = "ao_cts_cec", 213 * does not allow NULL as a parent name eithe [all...] |
/kernel/linux/linux-6.6/drivers/clocksource/ |
H A D | timer-of.c | 42 * - Get interrupt number by name 57 if (of_irq->name) { in timer_of_irq_init() 58 of_irq->irq = ret = of_irq_get_byname(np, of_irq->name); in timer_of_irq_init() 61 of_irq->name, np); in timer_of_irq_init() 106 * Get the clock by name or by index, enable it and get the rate 115 of_clk->clk = of_clk->name ? of_clk_get_by_name(np, of_clk->name) : in timer_of_clk_init() 157 of_base->base = of_base->name ? in timer_of_base_init() 158 of_io_request_and_map(np, of_base->index, of_base->name) : in timer_of_base_init() 161 pr_err("Failed to iomap (%s:%s)\n", np->name, of_bas in timer_of_base_init() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/ |
H A D | igb_hwmon.c | 102 snprintf(igb_attr->name, sizeof(igb_attr->name), in igb_add_hwmon_attr() 107 snprintf(igb_attr->name, sizeof(igb_attr->name), in igb_add_hwmon_attr() 112 snprintf(igb_attr->name, sizeof(igb_attr->name), in igb_add_hwmon_attr() 117 snprintf(igb_attr->name, sizeof(igb_attr->name), in igb_add_hwmon_attr() 131 igb_attr->dev_attr.attr.name = igb_attr->name; in igb_add_hwmon_attr() [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/rockchip/rkisp1/ |
H A D | rkisp1-debug.c | 25 const char * const name; member 28 #define RKISP1_DEBUG_REG(name) { RKISP1_CIF_##name, 0, #name } 29 #define RKISP1_DEBUG_SHD_REG(name) { \ 30 RKISP1_CIF_##name, RKISP1_CIF_##name##_SHD, #name \ 48 for (; regs->name; ++regs) { in rkisp1_debug_dump_regs() 53 seq_printf(m, "%*s: 0x%08x/0x%08x\n", width, regs->name, in rkisp1_debug_dump_regs() [all...] |
/kernel/linux/linux-6.6/drivers/of/ |
H A D | resolver.c | 54 if (of_prop_cmp(prop->name, "phandle") && in adjust_overlay_phandles() 55 of_prop_cmp(prop->name, "linux,phandle")) in adjust_overlay_phandles() 115 if (!of_prop_cmp(prop->name, prop_name)) in update_usages_of_a_phandle_reference() 138 /* compare nodes taking into account that 'name' strips out the @ part */ 155 * @local_fixups has a property of the same name that contains a list 173 if (!of_prop_cmp(prop_fix->name, "name") || in adjust_local_phandle_references() 174 !of_prop_cmp(prop_fix->name, "phandle") || in adjust_local_phandle_references() 175 !of_prop_cmp(prop_fix->name, "linux,phandle")) in adjust_local_phandle_references() 183 if (!of_prop_cmp(prop->name, prop_fi in adjust_local_phandle_references() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_debugfs_params.c | 15 (strcmp((_file)->f_path.dentry->d_name.name, (_name)) == 0) 17 #define GET_I915(i915, name, ptr) \ 20 params = container_of(((void *)(ptr)), typeof(*params), name); \ 207 i915_debugfs_create_int(const char *name, umode_t mode, in i915_debugfs_create_int() argument 210 return debugfs_create_file_unsafe(name, mode, parent, value, in i915_debugfs_create_int() 216 i915_debugfs_create_uint(const char *name, umode_t mode, in i915_debugfs_create_uint() argument 219 return debugfs_create_file_unsafe(name, mode, parent, value, in i915_debugfs_create_uint() 225 i915_debugfs_create_charp(const char *name, umode_t mode, in i915_debugfs_create_charp() argument 228 return debugfs_create_file(name, mode, parent, value, in i915_debugfs_create_charp() 233 #define _i915_param_create_file(parent, name, mod [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/sw/rxe/ |
H A D | rxe_pool.c | 13 const char *name; member 22 .name = "uc", 30 .name = "pd", 38 .name = "ah", 46 .name = "srq", 55 .name = "qp", 64 .name = "cq", 73 .name = "mr", 82 .name = "mw", 100 pool->name in rxe_pool_init() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | devlink_port_split.py | 23 Port = collections.namedtuple('Port', 'bus_info name') 67 arr.append(Port(bus_info=port, name=ports[port]['netdev'])) 99 cmd = "devlink -j port show %s" % port.name 119 if not test(stderr != "", "%s is unsplittable" % port.name): 120 print("split an unsplittable port %s" % port.name) 125 print("didn't split a splittable port %s" % port.name) 146 return any(dev_port.name == port 189 return list(port.name + "s" + str(i) for i in range(k)) 220 "split port %s into %s" % (port.name, k)) 280 max_lanes = get_max_lanes(port.name) [all...] |
/kernel/linux/linux-6.6/tools/virtio/ringtest/ |
H A D | main.c | 216 .name = "help", 221 .name = "host-affinity", 226 .name = "guest-affinity", 231 .name = "ring-size", 236 .name = "run-cycles", 241 .name = "outstanding", 246 .name = "batch", 251 .name = "param", 256 .name = "sleep", 261 .name [all...] |
/kernel/linux/linux-6.6/security/ |
H A D | inode.c | 71 .name = "securityfs", 79 * @name: a pointer to a string containing the name of the file to create. 107 static struct dentry *securityfs_create_dentry(const char *name, umode_t mode, in securityfs_create_dentry() argument 119 pr_debug("securityfs: creating file '%s'\n",name); in securityfs_create_dentry() 131 dentry = lookup_one_len(name, parent, strlen(name)); in securityfs_create_dentry() 178 * @name: a pointer to a string containing the name of the file to create. 189 * This function creates a file in securityfs with the given @name 200 securityfs_create_file(const char *name, umode_t mode, struct dentry *parent, void *data, const struct file_operations *fops) securityfs_create_file() argument 228 securityfs_create_dir(const char *name, struct dentry *parent) securityfs_create_dir() argument 260 securityfs_create_symlink(const char *name, struct dentry *parent, const char *target, const struct inode_operations *iops) securityfs_create_symlink() argument [all...] |
/kernel/linux/linux-6.6/sound/soc/intel/avs/boards/ |
H A D | max98373.c | 74 if (!strcmp(codec_dai->component->name, MAX98373_DEV0_NAME)) { in avs_max98373_hw_params() 81 if (!strcmp(codec_dai->component->name, MAX98373_DEV1_NAME)) { in avs_max98373_hw_params() 108 platform->name = platform_name; in avs_create_dai_link() 110 dl->name = devm_kasprintf(dev, GFP_KERNEL, "SSP%d-Codec", ssp_port); in avs_create_dai_link() 113 if (!dl->name || !dl->cpus || !dl->codecs) in avs_create_dai_link() 117 dl->codecs[0].name = devm_kasprintf(dev, GFP_KERNEL, MAX98373_DEV0_NAME); in avs_create_dai_link() 119 dl->codecs[1].name = devm_kasprintf(dev, GFP_KERNEL, MAX98373_DEV1_NAME); in avs_create_dai_link() 121 if (!dl->cpus->dai_name || !dl->codecs[0].name || !dl->codecs[0].dai_name || in avs_create_dai_link() 122 !dl->codecs[1].name || !dl->codecs[1].dai_name) in avs_create_dai_link() 167 card->name in avs_max98373_probe() [all...] |
H A D | i2s_test.c | 27 platform->name = platform_name; in avs_create_dai_link() 29 dl->name = devm_kasprintf(dev, GFP_KERNEL, "SSP%d-Codec", ssp_port); in avs_create_dai_link() 31 if (!dl->name || !dl->cpus) in avs_create_dai_link() 36 if (!dl->cpus->dai_name || !dl->codecs->name || !dl->codecs->dai_name) in avs_create_dai_link() 92 dw[0].name = devm_kasprintf(dev, GFP_KERNEL, "ssp%dpb", ssp_port); in avs_create_dapm_widgets() 93 if (!dw[0].name) in avs_create_dapm_widgets() 98 dw[1].name = devm_kasprintf(dev, GFP_KERNEL, "ssp%dcp", ssp_port); in avs_create_dapm_widgets() 99 if (!dw[1].name) in avs_create_dapm_widgets() 128 card->name = devm_kasprintf(dev, GFP_KERNEL, "ssp%d-loopback", ssp_port); in avs_i2s_test_probe() 129 if (!card->name) in avs_i2s_test_probe() [all...] |
/kernel/linux/linux-6.6/scripts/ |
H A D | decode_stacktrace.sh | 92 for fn in $(find "$modpath" -name "${module//_/[-_]}.ko*") ; do 105 release=$(gdb -ex 'print init_uts_ns.name.release' -ex 'quit' -quiet -batch "$vmlinux" 2>/dev/null | sed -n 's/\$1 = "\(.*\)".*/\1/p') 121 # ([name]+[offset]/[total length]) 152 # Strip the symbol name so that we could look it up 153 local name=${symbol%+*} 158 if [[ $aarray_support == true && "${cache[$module,$name]+isset}" == "isset" ]]; then 159 local base_addr=${cache[$module,$name]} 161 local base_addr=$(nm "$objfile" 2>/dev/null | awk '$3 == "'$name'" && ($2 == "t" || $2 == "T") {print $1; exit}') 167 cache[$module,$name]="$base_addr" 174 # Now, replace the symbol name wit [all...] |
/third_party/glfw/src/ |
H A D | wl_monitor.c | 59 if (strlen(monitor->name) == 0) in outputHandleGeometry() 60 snprintf(monitor->name, sizeof(monitor->name), "%s %s", make, model); in outputHandleGeometry() 132 void outputHandleName(void* userData, struct wl_output* wl_output, const char* name) in outputHandleName() argument 136 strncpy(monitor->name, name, sizeof(monitor->name) - 1); in outputHandleName() 160 void _glfwAddOutputWayland(uint32_t name, uint32_t version) in _glfwAddOutputWayland() argument 172 name, in _glfwAddOutputWayland() 178 // The actual name o in _glfwAddOutputWayland() [all...] |
/third_party/astc-encoder/Test/testlib/ |
H A D | resultset.py | 128 overall = self.get_worst_result().name 158 name: The test image name. 166 def __init__(self, blkSz, name, psnr, tTime, cTime, cRate): 172 name (str): The test image name. 183 self.name = name 205 return "'%s' / '%s'" % (self.blkSz, self.name) 236 def get_record(self, testSet, blkSz, name) [all...] |
/third_party/mesa3d/src/egl/generate/ |
H A D | gen_egl_dispatch.py | 55 xmlByName = dict((f.name, f) for f in xmlFunctions) 57 for (name, eglFunc) in eglFunctionList.EGL_FUNCTIONS: 58 func = xmlByName[name] 62 # Sort the function list by name. 63 functions = sorted(functions, key=lambda f: f[0].name) 84 raise ValueError("Invalid dispatch method %r for function %r" % (result["method"], func.name)) 112 text += " __EGL_DISPATCH_" + func.name + ",\n" 120 text += "{f.rt} EGLAPIENTRY {ex[prefix]}{f.name}({f.decArgs});\n".format(f=func, ex=eglFunc) 132 # First, sort the function list by name. 149 text += ' "' + func.name [all...] |
/third_party/node/test/parallel/ |
H A D | test-crypto-cipher-decipher.js | 92 name: 'TypeError', 101 name: 'TypeError' 108 name: 'TypeError', 115 name: 'TypeError', 129 name: 'TypeError', 138 name: 'TypeError', 145 name: 'TypeError', 245 name: 'Error', 263 name: 'Error', 271 name [all...] |
H A D | test-vm-basic.js | 104 name: 'TypeError', 110 ['name', 'origin'].forEach((propertyName) => { 115 name: 'TypeError', 126 name: 'TypeError', 154 name: 'SyntaxError', 160 name: 'TypeError', 169 name: 'TypeError', 191 name: 'TypeError', 204 name: 'TypeError', 218 name [all...] |
/third_party/node/test/common/ |
H A D | heap.js | 44 name: typeof name_or_index === 'string' ? name_or_index : null, 64 const name = fields[j]; 67 item[name] = type[raw[i + j]]; 68 } else if (name === 'name_or_index') { // type === 'string_or_number' 76 item[name] = strings[raw[i + j]]; 78 item[name] = raw[i + j]; 92 if (edge_name !== undefined && edge.name !== edge_name) { 97 if (edge.to.value.constructor.name !== node_name) { 100 } else if (edge.to.name !== node_name) { 115 (node) => node.name [all...] |
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_print.c | 217 const char *name = alu_opcode_props[op].name; in mir_print_instruction() local 222 printf("%s", name ? name : "??"); in mir_print_instruction() 233 const char *name = load_store_opcode_props[op].name; in mir_print_instruction() local 235 assert(name); in mir_print_instruction() 236 printf("%s", name); in mir_print_instruction() 331 printf("block%u: {\n", block->base.name); in mir_print_block() 351 printf(" block%u ", succ->name); in mir_print_block() [all...] |
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_common.h | 59 #define VN_TRACE_BEGIN(name) atrace_begin(ATRACE_TAG_GRAPHICS, name) 65 #define VN_TRACE_BEGIN(name) 72 #define VN_TRACE_SCOPE_VAR_CONCAT(name, suffix) name##suffix 75 #define VN_TRACE_SCOPE(name) \ 78 vn_trace_scope_begin(name) 81 vn_trace_scope_begin(const char *name) in vn_trace_scope_begin() argument 83 VN_TRACE_BEGIN(name); in vn_trace_scope_begin() 95 #define VN_TRACE_SCOPE(name) [all...] |
/third_party/libfuse/example/ |
H A D | hello_ll.c | 70 static void hello_ll_lookup(fuse_req_t req, fuse_ino_t parent, const char *name) in hello_ll_lookup() argument 74 if (parent != 1 || strcmp(name, hello_name) != 0) in hello_ll_lookup() 92 static void dirbuf_add(fuse_req_t req, struct dirbuf *b, const char *name, in dirbuf_add() argument 97 b->size += fuse_add_direntry(req, NULL, 0, name, NULL, 0); in dirbuf_add() 101 fuse_add_direntry(req, b->p + oldsize, b->size - oldsize, name, &stbuf, in dirbuf_add() 156 static void hello_ll_getxattr(fuse_req_t req, fuse_ino_t ino, const char *name, in hello_ll_getxattr() argument 161 if (strcmp(name, "hello_ll_getxattr_name") == 0) in hello_ll_getxattr() 172 static void hello_ll_setxattr(fuse_req_t req, fuse_ino_t ino, const char *name, in hello_ll_setxattr() argument 179 if (strcmp(name, "hello_ll_setxattr_name") == 0 && in hello_ll_setxattr() 191 static void hello_ll_removexattr(fuse_req_t req, fuse_ino_t ino, const char *name) in hello_ll_removexattr() argument [all...] |
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | trace-event.h | 61 // const char* name, 85 // variable a unique name based on the line number to prevent name collisions. 116 #define INTERNAL_TRACE_EVENT_ADD(phase, category_group, name, flags, ...) \ 117 DCHECK_NOT_NULL(name); \ 123 phase, INTERNAL_TRACE_EVENT_UID(category_group_enabled), name, \ 140 char phase, const uint8_t* category_group_enabled, const char* name, 155 return controller->AddTraceEvent(phase, category_group_enabled, name, scope, 195 const char* name, const char* scope, 200 phase, category_group_enabled, name, scop [all...] |
/third_party/mesa3d/src/vulkan/util/ |
H A D | vk_util.h | 219 #define VK_OUTARRAY_MAKE_TYPED(type, name, data, len) \ 220 vk_outarray(type) name; \ 221 vk_outarray_init(&name, (data), (len)) 351 #define STACK_ARRAY(type, name, size) \ 352 type _stack_##name[STACK_ARRAY_SIZE] = STACK_ARRAY_ZERO_INIT; \ 353 type *const name = \ 354 ((size) <= STACK_ARRAY_SIZE ? _stack_##name : (type *)malloc((size) * sizeof(type))) 356 #define STACK_ARRAY_FINISH(name) \ 357 if (name != _stack_##name) fre [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | CallDAG.cpp | 90 : definitionNode(nullptr), name(""), index(0), indexAssigned(false), visiting(false) in CreatorFunctionData() 95 ImmutableString name; member 106 // it should have had the same name. 107 ASSERT(mCurrentFunction->name == "" || 108 mCurrentFunction->name == node->getFunction()->name()); 109 mCurrentFunction->name = node->getFunction()->name(); 123 record.name = node->getFunction()->name(); [all...] |