Home
last modified time | relevance | path

Searched refs:node (Results 1026 - 1050 of 12430) sorted by relevance

1...<<41424344454647484950>>...498

/kernel/linux/linux-5.10/fs/jffs2/
H A Dscan.c175 /* Only a CLEANMARKER node is valid */ in jffs2_scan_medium()
340 JFFS2_WARNING("node CRC failed at %#08x, read=%#08x, calc=%#08x\n", in jffs2_scan_xattr_node()
353 JFFS2_WARNING("node length mismatch at %#08x, read=%u, calc=%u\n", in jffs2_scan_xattr_node()
367 raw->next_in_ino = xd->node->next_in_ino; in jffs2_scan_xattr_node()
368 xd->node->next_in_ino = raw; in jffs2_scan_xattr_node()
396 JFFS2_WARNING("node CRC failed at %#08x, read=%#08x, calc=%#08x\n", in jffs2_scan_xref_node()
404 JFFS2_WARNING("node length mismatch at %#08x, read=%u, calc=%zd\n", in jffs2_scan_xref_node()
447 struct jffs2_unknown_node *node; in jffs2_scan_eraseblock() local
529 /* Need to read more so that the entire summary node is present */ in jffs2_scan_eraseblock()
619 /* Make sure there are node ref in jffs2_scan_eraseblock()
[all...]
/kernel/linux/linux-6.6/fs/jffs2/
H A Dscan.c175 /* Only a CLEANMARKER node is valid */ in jffs2_scan_medium()
340 JFFS2_WARNING("node CRC failed at %#08x, read=%#08x, calc=%#08x\n", in jffs2_scan_xattr_node()
353 JFFS2_WARNING("node length mismatch at %#08x, read=%u, calc=%u\n", in jffs2_scan_xattr_node()
367 raw->next_in_ino = xd->node->next_in_ino; in jffs2_scan_xattr_node()
368 xd->node->next_in_ino = raw; in jffs2_scan_xattr_node()
396 JFFS2_WARNING("node CRC failed at %#08x, read=%#08x, calc=%#08x\n", in jffs2_scan_xref_node()
404 JFFS2_WARNING("node length mismatch at %#08x, read=%u, calc=%zd\n", in jffs2_scan_xref_node()
447 struct jffs2_unknown_node *node; in jffs2_scan_eraseblock() local
529 /* Need to read more so that the entire summary node is present */ in jffs2_scan_eraseblock()
619 /* Make sure there are node ref in jffs2_scan_eraseblock()
[all...]
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Ddbdisply.c144 struct acpi_namespace_node *node; in acpi_db_decode_and_display_object() local
198 node = obj_ptr; in acpi_db_decode_and_display_object()
265 node = acpi_db_local_ns_lookup(target); in acpi_db_decode_and_display_object()
266 if (!node) { in acpi_db_decode_and_display_object()
271 /* Now dump the NS node */ in acpi_db_decode_and_display_object()
273 status = acpi_get_name(node, ACPI_FULL_PATHNAME_NO_TRAILING, &ret_buf); in acpi_db_decode_and_display_object()
280 node, (char *)ret_buf.pointer); in acpi_db_decode_and_display_object()
283 if (!acpi_os_readable(node, sizeof(struct acpi_namespace_node))) { in acpi_db_decode_and_display_object()
284 acpi_os_printf("Invalid Named object at address %p\n", node); in acpi_db_decode_and_display_object()
288 acpi_ut_debug_dump_buffer((void *)node, in acpi_db_decode_and_display_object()
354 struct acpi_namespace_node *node; acpi_db_display_method_info() local
508 struct acpi_namespace_node *node; acpi_db_display_results() local
561 struct acpi_namespace_node *node; acpi_db_display_calling_tree() local
1059 struct acpi_namespace_node *node = acpi_db_display_non_root_handlers() local
[all...]
/kernel/linux/linux-5.10/mm/
H A Dlist_lru.c118 struct list_lru_node *nlru = &lru->node[nid]; in list_lru_add()
142 struct list_lru_node *nlru = &lru->node[nid]; in list_lru_del()
177 struct list_lru_node *nlru = &lru->node[nid]; in list_lru_count_one()
194 nlru = &lru->node[nid]; in list_lru_count_node()
262 struct list_lru_node *nlru = &lru->node[nid]; in list_lru_walk_one()
278 struct list_lru_node *nlru = &lru->node[nid]; in list_lru_walk_one_irq()
299 struct list_lru_node *nlru = &lru->node[nid]; in list_lru_walk_node()
448 if (memcg_init_list_lru_node(&lru->node[i])) in memcg_init_list_lru()
454 if (!lru->node[i].memcg_lrus) in memcg_init_list_lru()
456 memcg_destroy_list_lru_node(&lru->node[ in memcg_init_list_lru()
[all...]
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Ddbdisply.c144 struct acpi_namespace_node *node; in acpi_db_decode_and_display_object() local
198 node = obj_ptr; in acpi_db_decode_and_display_object()
265 node = acpi_db_local_ns_lookup(target); in acpi_db_decode_and_display_object()
266 if (!node) { in acpi_db_decode_and_display_object()
271 /* Now dump the NS node */ in acpi_db_decode_and_display_object()
273 status = acpi_get_name(node, ACPI_FULL_PATHNAME_NO_TRAILING, &ret_buf); in acpi_db_decode_and_display_object()
280 node, (char *)ret_buf.pointer); in acpi_db_decode_and_display_object()
283 if (!acpi_os_readable(node, sizeof(struct acpi_namespace_node))) { in acpi_db_decode_and_display_object()
284 acpi_os_printf("Invalid Named object at address %p\n", node); in acpi_db_decode_and_display_object()
288 acpi_ut_debug_dump_buffer((void *)node, in acpi_db_decode_and_display_object()
354 struct acpi_namespace_node *node; acpi_db_display_method_info() local
508 struct acpi_namespace_node *node; acpi_db_display_results() local
561 struct acpi_namespace_node *node; acpi_db_display_calling_tree() local
1059 struct acpi_namespace_node *node = acpi_db_display_non_root_handlers() local
[all...]
/third_party/skia/modules/svg/src/
H A DSkSVGDOM.cpp56 bool SetIRIAttribute(const sk_sp<SkSVGNode>& node, SkSVGAttribute attr, in SetIRIAttribute() argument
63 node->setAttribute(attr, SkSVGStringValue(parseResult->iri())); in SetIRIAttribute()
67 bool SetStringAttribute(const sk_sp<SkSVGNode>& node, SkSVGAttribute attr, in SetStringAttribute() argument
71 node->setAttribute(attr, SkSVGStringValue(strType)); in SetStringAttribute()
75 bool SetTransformAttribute(const sk_sp<SkSVGNode>& node, SkSVGAttribute attr, in SetTransformAttribute() argument
82 node->setAttribute(attr, SkSVGTransformValue(*parseResult)); in SetTransformAttribute()
86 bool SetLengthAttribute(const sk_sp<SkSVGNode>& node, SkSVGAttribute attr, in SetLengthAttribute() argument
93 node->setAttribute(attr, SkSVGLengthValue(*parseResult)); in SetLengthAttribute()
97 bool SetViewBoxAttribute(const sk_sp<SkSVGNode>& node, SkSVGAttribute attr, in SetViewBoxAttribute() argument
105 node in SetViewBoxAttribute()
109 SetObjectBoundingBoxUnitsAttribute(const sk_sp<SkSVGNode>& node, SkSVGAttribute attr, const char* stringValue) SetObjectBoundingBoxUnitsAttribute() argument
121 SetPreserveAspectRatioAttribute(const sk_sp<SkSVGNode>& node, SkSVGAttribute attr, const char* stringValue) SetPreserveAspectRatioAttribute() argument
183 SetStyleAttributes(const sk_sp<SkSVGNode>& node, SkSVGAttribute, const char* stringValue) SetStyleAttributes() argument
288 set_string_attribute(const sk_sp<SkSVGNode>& node, const char* name, const char* value) set_string_attribute() argument
368 auto node = make_node(ctx, elem); construct_svg_node() local
[all...]
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dpci.c206 struct device_node *node, in pci_parse_of_addrs()
213 addrs = of_get_property(node, "assigned-addresses", &proplen); in pci_parse_of_addrs()
264 struct device_node *node, in of_create_pci_dev()
276 op = of_find_device_by_node(node); in of_create_pci_dev()
285 if (of_node_name_eq(node, "ebus")) in of_create_pci_dev()
290 devfn, of_node_get_device_type(node)); in of_create_pci_dev()
292 dev->sysdata = node; in of_create_pci_dev()
295 dev->dev.of_node = of_node_get(node); in of_create_pci_dev()
301 dev->vendor = of_getintprop_default(node, "vendor-id", 0xffff); in of_create_pci_dev()
302 dev->device = of_getintprop_default(node, "devic in of_create_pci_dev()
205 pci_parse_of_addrs(struct platform_device *op, struct device_node *node, struct pci_dev *dev) pci_parse_of_addrs() argument
263 of_create_pci_dev(struct pci_pbm_info *pbm, struct device_node *node, struct pci_bus *bus, int devfn) of_create_pci_dev() argument
416 of_scan_pci_bridge(struct pci_pbm_info *pbm, struct device_node *node, struct pci_dev *dev) of_scan_pci_bridge() argument
542 pci_of_scan_bus(struct pci_pbm_info *pbm, struct device_node *node, struct pci_bus *bus) pci_of_scan_bus() argument
693 struct device_node *node = pbm->op->dev.of_node; pci_scan_one_pbm() local
1074 pci_bus_slot_names(struct device_node *node, struct pci_bus *bus) pci_bus_slot_names() argument
1124 struct device_node *node; of_pci_slot_init() local
[all...]
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dpci.c207 struct device_node *node, in pci_parse_of_addrs()
214 addrs = of_get_property(node, "assigned-addresses", &proplen); in pci_parse_of_addrs()
265 struct device_node *node, in of_create_pci_dev()
277 op = of_find_device_by_node(node); in of_create_pci_dev()
286 if (of_node_name_eq(node, "ebus")) in of_create_pci_dev()
291 devfn, of_node_get_device_type(node)); in of_create_pci_dev()
293 dev->sysdata = node; in of_create_pci_dev()
296 dev->dev.of_node = of_node_get(node); in of_create_pci_dev()
302 dev->vendor = of_getintprop_default(node, "vendor-id", 0xffff); in of_create_pci_dev()
303 dev->device = of_getintprop_default(node, "devic in of_create_pci_dev()
206 pci_parse_of_addrs(struct platform_device *op, struct device_node *node, struct pci_dev *dev) pci_parse_of_addrs() argument
264 of_create_pci_dev(struct pci_pbm_info *pbm, struct device_node *node, struct pci_bus *bus, int devfn) of_create_pci_dev() argument
417 of_scan_pci_bridge(struct pci_pbm_info *pbm, struct device_node *node, struct pci_dev *dev) of_scan_pci_bridge() argument
543 pci_of_scan_bus(struct pci_pbm_info *pbm, struct device_node *node, struct pci_bus *bus) pci_of_scan_bus() argument
692 struct device_node *node = pbm->op->dev.of_node; pci_scan_one_pbm() local
931 pci_bus_slot_names(struct device_node *node, struct pci_bus *bus) pci_bus_slot_names() argument
981 struct device_node *node; of_pci_slot_init() local
[all...]
/third_party/python/Lib/test/test_peg_generator/
H A Dtest_pegen.py92 node = parse_string("42\n", parser_class)
93 node = parse_string("1, 2\n", parser_class)
95 node,
118 node = parse_string("42\n", parser_class)
120 node,
134 node = parse_string("1 + 2\n", parser_class)
136 node,
156 node = parse_string("1\n", parser_class)
158 node,
175 node
[all...]
/third_party/mesa3d/src/util/
H A Dralloc.c168 /* Update parent and sibling's links to the reallocated node. */ in resize()
533 * The allocator consists of a parent node (2K buffer), which requires
536 * the parent node in order to release all its children.
543 * The linear parent node is always the first buffer and keeps track of all
599 linear_header *node; in create_linear_node() local
606 node = ralloc_size(ralloc_ctx, sizeof(linear_header) + min_size); in create_linear_node()
607 if (unlikely(!node)) in create_linear_node()
611 node->magic = LMAGIC; in create_linear_node()
613 node->offset = 0; in create_linear_node()
614 node in create_linear_node()
659 linear_header *node; linear_alloc_parent() local
698 linear_header *node; linear_free_parent() local
717 linear_header *node; ralloc_steal_linear_parent() local
735 linear_header *node = LINEAR_PARENT_TO_HEADER(ptr); ralloc_parent_of_linear_parent() local
[all...]
/third_party/selinux/libsepol/src/
H A Debitmap.c25 n1 = e1->node; in ebitmap_or()
26 n2 = e2->node; in ebitmap_or()
53 dst->node = new; in ebitmap_or()
68 dst->node = tmp.node; in ebitmap_union()
81 n1 = e1->node; in ebitmap_and()
82 n2 = e2->node; in ebitmap_and()
98 dst->node = new; in ebitmap_and()
126 n1 = e1->node; in ebitmap_xor()
127 n2 = e2->node; in ebitmap_xor()
[all...]
/kernel/linux/linux-5.10/net/tipc/
H A Dnode.c2 * net/tipc/node.c: TIPC node management routines
39 #include "node.h"
53 * TIPC_NOTIFY_NODE_DOWN: notify node is down
54 * TIPC_NOTIFY_NODE_UP: notify node is up
83 * struct tipc_node - TIPC node structure
84 * @addr: network address of node
85 * @ref: reference counter to node object
92 * @links: array containing references to all links to node
93 * @action_flags: bit mask of different types of node action
257 tipc_node_get_addr(struct tipc_node *node) tipc_node_get_addr() argument
262 tipc_node_get_id_str(struct tipc_node *node) tipc_node_get_id_str() argument
309 tipc_node_put(struct tipc_node *node) tipc_node_put() argument
314 tipc_node_get(struct tipc_node *node) tipc_node_get() argument
325 struct tipc_node *node; tipc_node_find() local
612 tipc_node_delete_from_list(struct tipc_node *node) tipc_node_delete_from_list() argument
622 tipc_node_delete(struct tipc_node *node) tipc_node_delete() argument
634 struct tipc_node *node, *t_node; tipc_node_stop() local
680 struct tipc_node *node; tipc_node_add_conn() local
711 struct tipc_node *node; tipc_node_remove_conn() local
732 tipc_node_clear_links(struct tipc_node *node) tipc_node_clear_links() argument
1546 struct tipc_node *node = tipc_node_find(net, addr); tipc_node_get_linkname() local
1567 __tipc_nl_add_node(struct tipc_nl_msg *msg, struct tipc_node *node) __tipc_nl_add_node() argument
2276 struct tipc_node *node; tipc_nl_node_dump() local
2378 struct tipc_node *node; tipc_nl_node_set_link() local
2487 struct tipc_node *node; tipc_nl_node_get_link() local
2523 struct tipc_node *node; tipc_nl_node_reset_link_stats() local
2585 __tipc_nl_add_node_links(struct net *net, struct tipc_nl_msg *msg, struct tipc_node *node, u32 *prev_link, bool bc_link) __tipc_nl_add_node_links() argument
2622 struct tipc_node *node; tipc_nl_node_dump_link() local
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
H A Dosal_notifier.c31 struct osal_list_head node; member
42 struct nb_node *ns = osal_list_entry(this, struct nb_node, node); in osal_find_ob()
60 struct nb_node *ns = osal_list_entry(this, struct nb_node, node); in osal_del_nb()
83 struct nb_node *node = NULL; in osal_register_reboot_notifier() local
92 node = kmalloc(sizeof(struct nb_node), GFP_KERNEL); in osal_register_reboot_notifier()
93 if (node == NULL) { in osal_register_reboot_notifier()
98 (void)memset_s(node, sizeof(struct nb_node), 0, sizeof(struct nb_node)); in osal_register_reboot_notifier()
103 node->osal_nb = ob; in osal_register_reboot_notifier()
104 node->nb = nb; in osal_register_reboot_notifier()
105 osal_list_add(&(node in osal_register_reboot_notifier()
[all...]
/kernel/linux/linux-5.10/drivers/clk/sunxi/
H A Dclk-sun8i-bus-gates.c20 static void __init sun8i_h3_bus_gates_init(struct device_node *node) in sun8i_h3_bus_gates_init() argument
36 reg = of_io_request_and_map(node, 0, of_node_full_name(node)); in sun8i_h3_bus_gates_init()
41 int idx = of_property_match_string(node, "clock-names", in sun8i_h3_bus_gates_init()
46 parents[i] = of_clk_get_parent_name(node, idx); in sun8i_h3_bus_gates_init()
53 number = of_property_count_u32_elems(node, "clock-indices"); in sun8i_h3_bus_gates_init()
54 of_property_read_u32_index(node, "clock-indices", number - 1, &number); in sun8i_h3_bus_gates_init()
61 of_property_for_each_u32(node, "clock-indices", prop, p, index) { in sun8i_h3_bus_gates_init()
62 of_property_read_string_index(node, "clock-output-names", in sun8i_h3_bus_gates_init()
94 of_clk_add_provider(node, of_clk_src_onecell_ge in sun8i_h3_bus_gates_init()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H A Dopal-secvar.c104 struct device_node *node; in opal_secvar_format() local
107 node = of_find_compatible_node(NULL, NULL, "ibm,secvar-backend"); in opal_secvar_format()
108 if (!of_device_is_available(node)) { in opal_secvar_format()
113 rc = of_property_read_string(node, "format", &format); in opal_secvar_format()
120 of_node_put(node); in opal_secvar_format()
128 struct device_node *node; in opal_secvar_max_size() local
130 node = of_find_compatible_node(NULL, NULL, "ibm,secvar-backend"); in opal_secvar_max_size()
131 if (!node) in opal_secvar_max_size()
134 if (!of_device_is_available(node)) { in opal_secvar_max_size()
139 rc = of_property_read_u64(node, "ma in opal_secvar_max_size()
[all...]
/kernel/linux/linux-5.10/net/ceph/
H A Dstring_table.c21 exist = rb_entry(*p, struct ceph_string, node); in ceph_find_or_create_string()
32 rb_erase(&exist->node, &string_tree); in ceph_find_or_create_string()
33 RB_CLEAR_NODE(&exist->node); in ceph_find_or_create_string()
56 exist = rb_entry(*p, struct ceph_string, node); in ceph_find_or_create_string()
68 rb_link_node(&cs->node, parent, p); in ceph_find_or_create_string()
69 rb_insert_color(&cs->node, &string_tree); in ceph_find_or_create_string()
71 rb_erase(&exist->node, &string_tree); in ceph_find_or_create_string()
72 RB_CLEAR_NODE(&exist->node); in ceph_find_or_create_string()
93 if (!RB_EMPTY_NODE(&cs->node)) { in ceph_release_string()
94 rb_erase(&cs->node, in ceph_release_string()
[all...]
/kernel/linux/linux-6.6/drivers/clk/sunxi/
H A Dclk-sun8i-bus-gates.c20 static void __init sun8i_h3_bus_gates_init(struct device_node *node) in sun8i_h3_bus_gates_init() argument
36 reg = of_io_request_and_map(node, 0, of_node_full_name(node)); in sun8i_h3_bus_gates_init()
41 int idx = of_property_match_string(node, "clock-names", in sun8i_h3_bus_gates_init()
46 parents[i] = of_clk_get_parent_name(node, idx); in sun8i_h3_bus_gates_init()
53 number = of_property_count_u32_elems(node, "clock-indices"); in sun8i_h3_bus_gates_init()
54 of_property_read_u32_index(node, "clock-indices", number - 1, &number); in sun8i_h3_bus_gates_init()
61 of_property_for_each_u32(node, "clock-indices", prop, p, index) { in sun8i_h3_bus_gates_init()
62 of_property_read_string_index(node, "clock-output-names", in sun8i_h3_bus_gates_init()
94 of_clk_add_provider(node, of_clk_src_onecell_ge in sun8i_h3_bus_gates_init()
[all...]
/kernel/linux/linux-6.6/net/ceph/
H A Dstring_table.c21 exist = rb_entry(*p, struct ceph_string, node); in ceph_find_or_create_string()
32 rb_erase(&exist->node, &string_tree); in ceph_find_or_create_string()
33 RB_CLEAR_NODE(&exist->node); in ceph_find_or_create_string()
56 exist = rb_entry(*p, struct ceph_string, node); in ceph_find_or_create_string()
68 rb_link_node(&cs->node, parent, p); in ceph_find_or_create_string()
69 rb_insert_color(&cs->node, &string_tree); in ceph_find_or_create_string()
71 rb_erase(&exist->node, &string_tree); in ceph_find_or_create_string()
72 RB_CLEAR_NODE(&exist->node); in ceph_find_or_create_string()
93 if (!RB_EMPTY_NODE(&cs->node)) { in ceph_release_string()
94 rb_erase(&cs->node, in ceph_release_string()
[all...]
/third_party/gn/src/base/json/
H A Djson_writer.cc28 bool JSONWriter::Write(const Value& node, std::string* json) { in Write() argument
29 return WriteWithOptions(node, 0, json); in Write()
33 bool JSONWriter::WriteWithOptions(const Value& node, in WriteWithOptions() argument
41 bool result = writer.BuildJSONString(node, 0U); in WriteWithOptions()
56 bool JSONWriter::BuildJSONString(const Value& node, size_t depth) { in BuildJSONString() argument
57 switch (node.type()) { in BuildJSONString()
65 bool result = node.GetAsBoolean(&value); in BuildJSONString()
73 bool result = node.GetAsInteger(&value); in BuildJSONString()
81 bool result = node.GetAsString(&value); in BuildJSONString()
94 bool result = node in BuildJSONString()
[all...]
/third_party/googletest/googletest/samples/
H A Dsample3-inl.h43 // QueueNode is a node in a Queue, which consists of an element of
44 // type E and a pointer to the next node.
50 // Gets the element in this node.
53 // Gets the next node in the queue.
58 // Creates a node with a given element value. The next pointer is
83 // 1. Deletes every node. in Clear()
84 QueueNode<E>* node = head_; in Clear() local
85 QueueNode<E>* next = node->next(); in Clear()
87 delete node; in Clear()
88 node in Clear()
[all...]
/third_party/node/test/embedding/
H A Dembedtest.cc1 #include "node.h"
10 using node::CommonEnvironmentSetup;
11 using node::Environment;
12 using node::MultiIsolatePlatform;
28 std::unique_ptr<node::InitializationResult> result = in main()
29 node::InitializeOncePerProcess( in main()
31 {node::ProcessInitializationFlags::kNoInitializeV8, in main()
32 node::ProcessInitializationFlags::kNoInitializeNodeV8Platform}); in main()
51 node::TearDownOncePerProcess(); in main()
78 MaybeLocal<Value> loadenv_ret = node in RunNodeInstance()
[all...]
/third_party/python/Lib/xml/etree/
H A DElementInclude.py114 # @returns the node or its replacement if it was an XInclude node
149 node = loader(href, parse)
150 if node is None:
154 node = copy.copy(node) # FIXME: this makes little sense with recursive includes
155 _include(node, loader, href, max_depth - 1, _parent_hrefs)
158 node.tail = (node.tail or "") + e.tail
159 elem[i] = node
[all...]
/third_party/python/Lib/lib2to3/
H A Dfixer_base.py36 # which node type to accept when there's not a pattern.
77 def match(self, node):
78 """Returns match for a given parse tree node.
86 results = {"node": node}
87 return self.pattern.match(node, results) and results
89 def transform(self, node, results):
90 """Returns the transformation for a given parse tree node.
93 node: the root of the parse tree that matched the fixer.
97 None, or a node tha
[all...]
/kernel/linux/linux-5.10/arch/powerpc/boot/
H A Dcuboot-pq2.c44 * For any node defined as compatible with fsl,pq2-localbus,
110 printf("Bad /localbus node\r\n"); in update_cs_ranges()
127 void *node, *parent_node; in fixup_pci() local
130 node = finddevice("/pci"); in fixup_pci()
131 if (!node || !dt_is_compatible(node, "fsl,pq2-pci")) in fixup_pci()
135 if (!dt_xlate_reg(node, i, in fixup_pci()
143 dt_get_reg_format(node, &naddr, &nsize); in fixup_pci()
147 parent_node = get_parent(node); in fixup_pci()
155 len = getprop(node, "range in fixup_pci()
244 void *node; pq2_platform_fixups() local
[all...]
/kernel/linux/linux-5.10/drivers/cpuidle/
H A Dcpuidle-psci-domain.c26 struct device_node *node; member
161 pd_provider->node = of_node_get(np); in psci_pd_init()
187 of_genpd_del_provider(pd_provider->node); in psci_pd_remove()
189 genpd = of_genpd_remove_last(pd_provider->node); in psci_pd_remove()
193 of_node_put(pd_provider->node); in psci_pd_remove()
201 struct device_node *node; in psci_pd_init_topology() local
205 for_each_child_of_node(np, node) { in psci_pd_init_topology()
206 if (of_parse_phandle_with_args(node, "power-domains", in psci_pd_init_topology()
210 child.np = node; in psci_pd_init_topology()
215 of_node_put(node); in psci_pd_init_topology()
256 struct device_node *node; psci_cpuidle_domain_probe() local
[all...]

Completed in 17 milliseconds

1...<<41424344454647484950>>...498