/kernel/linux/linux-6.6/sound/aoa/fabrics/ |
H A D | layout.c | 776 /* if the codec has a 'codec' node, we require a reference */ in check_codec() 777 if (of_node_name_eq(codec->node, "codec")) { in check_codec() 786 if (*ref != codec->node->phandle) { in check_codec() 1038 ldev->gpio.node = sound->parent; in aoa_fabric_layout_probe()
|
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8192/ |
H A D | mt8192-mt6359-rt1015-rt5682.c | 1123 struct device_node *node, in mt8192_mt6359_card_set_be_link() 1128 if (node && strcmp(link->name, link_name) == 0) { in mt8192_mt6359_card_set_be_link() 1129 ret = snd_soc_of_get_dai_link_codecs(card->dev, node, link); in mt8192_mt6359_card_set_be_link() 1121 mt8192_mt6359_card_set_be_link(struct snd_soc_card *card, struct snd_soc_dai_link *link, struct device_node *node, char *link_name) mt8192_mt6359_card_set_be_link() argument
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | ParseHelper.h | 193 // case, node, case, case, node, ...; ensure only one node between cases; stack of them for nesting 382 void constantValueCheck(TIntermTyped* node, const char* token); 383 void integerCheck(const TIntermTyped* node, const char* token); 474 TAttributes* makeAttributes(const TString& identifier, TIntermNode* node) const;
|
/third_party/gn/src/gn/ |
H A D | xcode_writer.cc | 169 const ParseNode* node, in FindApplicationTargetByName() 177 *err = Err(node, "host application target \"" + target_name + in FindApplicationTargetByName() 187 Err(node, "cannot find host application bundle \"" + target_name + "\""); in FindApplicationTargetByName() 168 FindApplicationTargetByName( const ParseNode* node, const std::string& target_name, const std::map<const Target*, PBXNativeTarget*>& targets, Err* err) FindApplicationTargetByName() argument
|
H A D | operators.cc | 42 // node, and the value will be also marked unused (if possible) under the 242 const ParseNode* node, in GetValueOrFillError() 246 Value value = node->Execute(scope, err); in GetValueOrFillError() 253 err->AppendRange(node->GetRange()); in GetValueOrFillError() 706 // ||, &&. Passed the node instead of the value so that they can avoid in ExecuteBinaryOperator() 241 GetValueOrFillError(const BinaryOpNode* op_node, const ParseNode* node, const char* name, Scope* scope, Err* err) GetValueOrFillError() argument
|
/third_party/node/src/api/ |
H A D | environment.cc | 1 #include "node.h" 20 namespace node { namespace 289 Mutex::ScopedLock lock(node::per_process::cli_options_mutex); in SetIsolateMiscHandlers() 532 node::tracing::TracingController* tracing_controller) { in CreatePlatform() 565 FIXED_ONE_BYTE_STRING(isolate, "node:per_context_binding_exports")); in GetPerContextExports() 608 // node::ModifyCodeGenerationFromStrings. in InitializeContextRuntime() 623 // https://github.com/nodejs/node/issues/31951 in InitializeContextRuntime() 685 // https://github.com/nodejs/node/issues/14909 in InitializeBaseContextForSnapshot() 864 } // namespace node
|
/third_party/node/src/crypto/ |
H A D | crypto_sig.cc | 12 namespace node { namespace 373 const node::Utf8Value sign_type(args.GetIsolate(), args[0]); in SignInit() 491 const node::Utf8Value verify_type(args.GetIsolate(), args[0]); in VerifyInit() 833 } // namespace node
|
/third_party/node/src/ |
H A D | node_options.cc | 32 namespace node { namespace 49 errors->push_back("[DEP0062]: `node --debug` and `node --debug-brk` " in CheckOptions() 50 "are invalid. Please use `node --inspect` and " in CheckOptions() 51 "`node --inspect-brk` instead."); in CheckOptions() 131 if (experimental_specifier_resolution != "node" && in CheckOptions() 309 // XXX: If you add an option here, please also add it to doc/node.1 and 342 AddOption("--inspect-brk-node", "", &DebugOptions::break_node_first_line); in DebugOptionsParser() 343 Implies("--inspect-brk-node", "--inspect"); in DebugOptionsParser() 344 AddAlias("--inspect-brk-node in DebugOptionsParser() [all...] |
H A D | node_process_methods.cc | 6 #include "node.h" 36 namespace node { namespace 367 return _snwprintf(buf, buf_len, L"node-debug-handler-%u", pid); in GetDebugSignalHandlerMappingName() 637 } // namespace node 639 NODE_BINDING_CONTEXT_AWARE_INTERNAL(process_methods, node::process::Initialize) 641 node::process::RegisterExternalReferences)
|
/third_party/node/test/cctest/ |
H A D | test_inspector_socket.cc | 11 using node::inspector::InspectorSocket; 36 Timeout* t = node::ContainerOf(&Timeout::timer_, timer); in set_flag() 41 Timeout* t = node::ContainerOf(&Timeout::timer_, in mark_done()
|
/third_party/mesa3d/src/intel/perf/ |
H A D | intel_perf_query.c | 95 * We use a node ref counting system where a reference ensures that a 96 * node and all following nodes can't be freed/recycled until the 110 * relate to the newly-started query. A pointer to this node is 118 * ^_______ Add a reference and store pointer to node in 129 * node in B->oa.samples_head 160 * find a referenced node and stop. 463 struct exec_node *node = exec_list_pop_head(&perf_ctx->free_sample_buffers); in get_free_sample_buf() local 466 if (node) in get_free_sample_buf() 467 buf = exec_node_data(struct oa_sample_buf, node, link); in get_free_sample_buf() 488 * the head of the list, except always leave at least one node i in reap_old_sample_buffers() [all...] |
/third_party/python/Tools/wasm/ |
H A D | wasm_build.py | 5 $ ./Tools/wasm/wasm_builder.py emscripten-node-dl build test 8 Primary build targets are "emscripten-node-dl" (NodeJS, dynamic linking), 361 wasm64-emscripten requires more recent v8 version, e.g. node 16.x. 362 Attempt to use system's node command. 368 # TODO: look for recent node 399 node = "node" variable in EmscriptenTarget 400 node_debug = "node-debug" 696 "emscripten-node-dl", 699 target=EmscriptenTarget.node, [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | ModifyStruct.cpp | 59 TIntermTyped &Flatten(SymbolEnv &symbolEnv, TIntermTyped &node) 61 auto &type = node.getType(); 67 return symbolEnv.callFunctionOverload(Name("flatten"), retType, *new TIntermSequence{&node});
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/ |
H A D | header.cpp | 153 void addComment(Json::Value& node, const std::string& str); 262 void TPrinter::addComment(Json::Value& node, const std::string& str) in addComment() argument 269 node[line++] = cline; in addComment()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
H A D | header.cpp | 153 void addComment(Json::Value& node, const std::string& str); 262 void TPrinter::addComment(Json::Value& node, const std::string& str) in addComment() argument 269 node[line++] = cline; in addComment()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftoutln.c | 599 FT_ListNode node; in FT_EXPORT_DEF() local 618 node = library->renderers.head; in FT_EXPORT_DEF() 646 &node ); in FT_EXPORT_DEF()
|
/third_party/spirv-headers/tools/buildHeaders/ |
H A D | header.cpp | 153 void addComment(Json::Value& node, const std::string& str); 264 void TPrinter::addComment(Json::Value& node, const std::string& str) in addComment() argument 271 node[line++] = cline; in addComment()
|
/kernel/linux/linux-5.10/drivers/bus/ |
H A D | ti-sysc.c | 54 struct list_head node; member 59 struct list_head node; member 782 * @np: child device node 785 * node but children have "ti,hwmods". These belong to the interconnect 786 * target node and are managed by this driver. 2474 module = list_entry(pos, struct sysc_module, node); in sysc_reinit_modules() 2526 list_add(&restored_module->node, &sysc_soc->restored_modules); in sysc_add_restored() 3031 list_add(&disabled_module->node, &sysc_soc->disabled_modules); in sysc_add_disabled() 3121 restored_module = list_entry(pos, struct sysc_module, node); in sysc_cleanup_static_data() 3126 disabled_module = list_entry(pos, struct sysc_address, node); in sysc_cleanup_static_data() [all...] |
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | amba-pl08x.c | 177 * @node: node for txd's dsg_list 183 struct list_head node; member 535 list_del(&txd->vd.node); in pl08x_start_next_txd() 1284 list_for_each_entry(dsg, &txd->dsg_list, node) { in pl08x_fill_llis_for_desc() 1500 list_for_each_entry_safe(dsg, _dsg, &txd->dsg_list, node) { in pl08x_free_txd() 1501 list_del(&dsg->node); in pl08x_free_txd() 1583 list_for_each_entry(dsg, &txd->dsg_list, node) in pl08x_dma_tx_status() 1911 list_add_tail(&dsg->node, &txd->dsg_list); in pl08x_prep_dma_memcpy() 2035 list_add_tail(&dsg->node, in pl08x_tx_add_sg() [all...] |
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_events.c | 1303 struct list_head *node = v; in f_next() local 1309 node = common_head; in f_next() 1313 node = head; in f_next() 1321 node = node->prev; in f_next() 1322 if (node == common_head) in f_next() 1324 else if (node == head) in f_next() 1327 return node; in f_next()
|
/kernel/linux/linux-5.10/drivers/pinctrl/ |
H A D | pinctrl-ingenic.c | 2655 struct device_node *node) in ingenic_gpio_probe() 2663 err = of_property_read_u32(node, "reg", &bank); in ingenic_gpio_probe() 2688 jzgc->gc.of_node = node; in ingenic_gpio_probe() 2699 jzgc->irq = irq_of_parse_and_map(node, 0); in ingenic_gpio_probe() 2741 struct device_node *node; in ingenic_pinctrl_probe() local 2819 for_each_child_of_node(dev->of_node, node) { in ingenic_pinctrl_probe() 2820 if (of_match_node(ingenic_gpio_of_match, node)) { in ingenic_pinctrl_probe() 2821 err = ingenic_gpio_probe(jzpc, node); in ingenic_pinctrl_probe() 2654 ingenic_gpio_probe(struct ingenic_pinctrl *jzpc, struct device_node *node) ingenic_gpio_probe() argument
|
/kernel/linux/linux-6.6/fs/ |
H A D | dcache.c | 2284 struct hlist_bl_node *node; in __d_lookup_rcu_op_compare() local 2287 hlist_bl_for_each_entry_rcu(dentry, node, b, d_hash) { in __d_lookup_rcu_op_compare() 2351 struct hlist_bl_node *node; in __d_lookup_rcu() local 2377 hlist_bl_for_each_entry_rcu(dentry, node, b, d_hash) { in __d_lookup_rcu() 2457 struct hlist_bl_node *node; in __d_lookup() local 2483 hlist_bl_for_each_entry_rcu(dentry, node, b, d_hash) { in __d_lookup() 2637 struct hlist_bl_node *node; in d_alloc_parallel() local 2687 hlist_bl_for_each_entry(dentry, node, b, d_u.d_in_lookup_hash) { in d_alloc_parallel()
|
/kernel/linux/linux-6.6/drivers/bus/ |
H A D | ti-sysc.c | 54 struct list_head node; member 59 struct list_head node; member 762 * @np: child device node 765 * node but children have "ti,hwmods". These belong to the interconnect 766 * target node and are managed by this driver. 2539 list_for_each_entry(module, &sysc_soc->restored_modules, node) { in sysc_reinit_modules() 2591 list_add(&restored_module->node, &sysc_soc->restored_modules); in sysc_add_restored() 3096 list_add(&disabled_module->node, &sysc_soc->disabled_modules); in sysc_add_disabled() 3205 restored_module = list_entry(pos, struct sysc_module, node); in sysc_cleanup_static_data() 3210 disabled_module = list_entry(pos, struct sysc_address, node); in sysc_cleanup_static_data() [all...] |
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | amba-pl08x.c | 177 * @node: node for txd's dsg_list 183 struct list_head node; member 535 list_del(&txd->vd.node); in pl08x_start_next_txd() 1284 list_for_each_entry(dsg, &txd->dsg_list, node) { in pl08x_fill_llis_for_desc() 1500 list_for_each_entry_safe(dsg, _dsg, &txd->dsg_list, node) { in pl08x_free_txd() 1501 list_del(&dsg->node); in pl08x_free_txd() 1575 list_for_each_entry(dsg, &txd->dsg_list, node) in pl08x_dma_tx_status() 1903 list_add_tail(&dsg->node, &txd->dsg_list); in pl08x_prep_dma_memcpy() 2027 list_add_tail(&dsg->node, in pl08x_tx_add_sg() [all...] |
/kernel/linux/linux-6.6/mm/ |
H A D | percpu.c | 2984 int node = NUMA_NO_NODE; in pcpu_fc_alloc() local 2988 node = cpu_to_nd_fn(cpu); in pcpu_fc_alloc() 2990 if (node == NUMA_NO_NODE || !node_online(node) || !NODE_DATA(node)) { in pcpu_fc_alloc() 2992 pr_info("cpu %d has no node %d or node-local memory\n", in pcpu_fc_alloc() 2993 cpu, node); in pcpu_fc_alloc() 2999 node); in pcpu_fc_alloc() 3001 pr_debug("per cpu data for cpu%d %zu bytes on node in pcpu_fc_alloc() [all...] |