Home
last modified time | relevance | path

Searched refs:node (Results 1576 – 1600 of 6034) sorted by relevance

1...<<61626364656667686970>>...242

/linux-6.15/sound/soc/meson/
H A Dgx-card.c45 struct device_node *node, in gx_card_parse_i2s() argument
60 link->dai_fmt = meson_card_parse_daifmt(node, link->cpus->of_node); in gx_card_parse_i2s()
62 of_property_read_u32(node, "mclk-fs", &be->mclk_fs); in gx_card_parse_i2s()
/linux-6.15/Documentation/devicetree/bindings/media/
H A Dti-am437x-vpfe.txt20 VPFE supports a single port node with parallel bus. It should contain one
21 'port' child node with child 'endpoint' node. Please refer to the bindings
/linux-6.15/Documentation/devicetree/bindings/pinctrl/
H A Dberlin,pinctrl.txt4 controller register sets. Pin controller nodes should be a sub-node of
5 either the chip controller or system controller node. The pins
9 A pin-controller node should contain subnodes representing the pin group
H A Dxlnx,pinctrl-zynq.yaml15 phrase "pin configuration node".
23 Each configuration node can consist of multiple nodes describing the pinmux and
48 Pinctrl node's client devices use subnodes for pin muxes,
50 $ref: pinmux-node.yaml#
128 Pinctrl node's client devices use subnodes for pin configurations,
130 $ref: pincfg-node.yaml#
/linux-6.15/drivers/net/ethernet/freescale/fman/
H A Dfman_mac.h77 hlist_entry_safe(ptr, struct eth_hash_entry, node)
159 struct list_head node; member
191 list_del_init(&hash_entry->node); in dequeue_addr_from_hash_entry()
/linux-6.15/tools/perf/ui/browsers/
H A Dannotate.c42 struct annotation_line *al = list_entry(entry, struct annotation_line, node); in disasm_line__filter()
123 struct disasm_line *pos = list_prev_entry(cursor, al.node); in is_fused()
128 pos = list_prev_entry(pos, al.node); in is_fused()
279 pos = list_entry(pos->node.prev, struct annotation_line, node); in annotate_browser__set_top()
318 list_for_each_entry(pos, &notes->src->source, al.node) { in annotate_browser__calc_percent()
355 list_for_each_entry_continue(it, browser->b.entries, node) { in annotate_browser__find_next_asm_line()
362 list_for_each_entry_continue_reverse(it, browser->b.entries, node) { in annotate_browser__find_next_asm_line()
378 al = list_entry(browser->b.top, struct annotation_line, node); in annotate_browser__toggle_source()
497 list_for_each_entry(pos, &notes->src->source, al.node) { in annotate_browser__find_offset()
543 list_for_each_entry_continue(al, &notes->src->source, node) { in annotate_browser__find_string()
[all …]
/linux-6.15/drivers/media/platform/amphion/
H A Dvpu_core.c544 struct device_node *node; in vpu_core_parse_dt() local
554 if (!node) { in vpu_core_parse_dt()
558 if (of_address_to_resource(node, 0, &res)) { in vpu_core_parse_dt()
560 of_node_put(node); in vpu_core_parse_dt()
566 of_node_put(node); in vpu_core_parse_dt()
569 if (!node) { in vpu_core_parse_dt()
573 if (of_address_to_resource(node, 0, &res)) { in vpu_core_parse_dt()
575 of_node_put(node); in vpu_core_parse_dt()
584 of_node_put(node); in vpu_core_parse_dt()
596 of_node_put(node); in vpu_core_parse_dt()
[all …]
/linux-6.15/kernel/
H A Daudit_tree.c621 if (node->index & (1U<<31)) { in trim_marked()
687 struct audit_node *node; in audit_trim_trees() local
706 struct audit_chunk *chunk = find_chunk(node); in audit_trim_trees()
708 node->index |= 1U<<31; in audit_trim_trees()
712 node->index &= ~(1U<<31); in audit_trim_trees()
843 struct audit_node *node; in audit_add_tree_rule() local
845 list_for_each_entry(node, &tree->chunks, list) in audit_add_tree_rule()
846 node->index &= ~(1U<<31); in audit_add_tree_rule()
942 struct audit_node *node; in audit_tag_tree() local
944 list_for_each_entry(node, &tree->chunks, list) in audit_tag_tree()
[all …]
/linux-6.15/Documentation/devicetree/bindings/soc/ti/
H A Dti,pruss.yaml50 Each PRU-ICSS instance is represented as its own node with the individual PRU
51 processor cores, the memories node, an INTC node and an MDIO node represented
52 as child nodes within this PRUSS node. This node shall be a child of the
110 single node with the name 'memories'.
178 ICSSG_ICLK. This node models this clock mux and should have the
212 CORE_CLK (OCP_CLK in older SoCs). This node models this clock
315 interrupt-controller node.
330 device through a PRU child node each. Each node can optionally be rendered
462 /* Example 2 AM43xx PRU-ICSS with PRUSS1 node */
/linux-6.15/drivers/of/
H A Dempty_root.dts6 * #address-cells/#size-cells are required properties at root node.
9 * node.
/linux-6.15/Documentation/devicetree/bindings/fpga/
H A Dintel-stratix10-soc-fpga-mgr.txt4 The fpga_mgr node has the following mandatory property, must be located under
5 firmware/svc node.
/linux-6.15/security/selinux/ss/
H A Dservices.h39 struct avtab_node *node);
41 struct avtab_node *node);
/linux-6.15/include/linux/
H A Drio.h98 struct list_head node; member
232 struct list_head node; member
268 struct list_head node; /* node in global list of ports */ member
321 struct list_head node; /* node in list of networks */ member
456 struct list_head node; member
543 struct list_head node; member
/linux-6.15/drivers/soc/qcom/
H A Dpmic_glink.c52 struct list_head node; member
69 list_del(&client->node); in _devm_pmic_glink_release_client()
91 INIT_LIST_HEAD(&client->node); in devm_pmic_glink_client_alloc()
107 list_add(&client->node, &pg->clients); in pmic_glink_client_register()
161 list_for_each_entry(client, &pg->clients, node) { in pmic_glink_rpmsg_callback()
217 list_for_each_entry(client, &pg->clients, node) in pmic_glink_state_notify_clients()
/linux-6.15/drivers/usb/dwc3/
H A Ddwc3-octeon.c416 struct device_node *node = dev->of_node; in dwc3_octeon_probe() local
424 if (of_property_read_u32(node, "refclk-frequency", &clock_rate)) { in dwc3_octeon_probe()
428 if (of_property_read_string(node, "refclk-type-ss", &ss_clock_type)) { in dwc3_octeon_probe()
432 if (of_property_read_string(node, "refclk-type-hs", &hs_clock_type)) { in dwc3_octeon_probe()
479 len = of_property_read_variable_u32_array(node, "power", gpio_pwr, 2, 3); in dwc3_octeon_probe()
505 return of_platform_populate(node, NULL, NULL, dev); in dwc3_octeon_probe()
/linux-6.15/fs/kernfs/
H A Dmount.c40 struct kernfs_node *node = kernfs_dentry_node(dentry); in kernfs_sop_show_path() local
41 struct kernfs_root *root = kernfs_root(node); in kernfs_sop_show_path()
45 return scops->show_path(sf, node, root); in kernfs_sop_show_path()
363 INIT_LIST_HEAD(&info->node); in kernfs_get_tree()
388 list_add(&info->node, &info->root->supers); in kernfs_get_tree()
417 list_del(&info->node); in kernfs_kill_sb()
/linux-6.15/fs/hfs/
H A Dinode.c71 struct hfs_bnode *node; in hfs_release_folio() local
94 node = hfs_bnode_findhash(tree, nidx); in hfs_release_folio()
95 if (!node) in hfs_release_folio()
97 else if (atomic_read(&node->refcnt)) in hfs_release_folio()
99 if (res && node) { in hfs_release_folio()
100 hfs_bnode_unhash(node); in hfs_release_folio()
101 hfs_bnode_free(node); in hfs_release_folio()
110 if (!node) in hfs_release_folio()
112 if (atomic_read(&node->refcnt)) { in hfs_release_folio()
116 hfs_bnode_unhash(node); in hfs_release_folio()
[all …]
/linux-6.15/drivers/misc/vmw_vmci/
H A Dvmci_context.c223 struct vmci_handle_list *node; in ctx_fire_notification() local
233 list_for_each_entry_rcu(node, &sub_ctx->notifier_list, node) { in ctx_fire_notification()
234 if (!vmci_handle_is_equal(node->handle, context_handle)) in ctx_fire_notification()
472 &context->notifier_list, node) { in ctx_free_ctx()
473 list_del(&notifier->node); in ctx_free_ctx()
627 INIT_LIST_HEAD(&notifier->node); in vmci_ctx_add_notification()
633 list_for_each_entry(n, &context->notifier_list, node) { in vmci_ctx_add_notification()
644 list_add_tail_rcu(&notifier->node, in vmci_ctx_add_notification()
679 &context->notifier_list, node) { in vmci_ctx_remove_notification()
681 list_del_rcu(&iter->node); in vmci_ctx_remove_notification()
[all …]
/linux-6.15/drivers/gpu/drm/i915/gvt/
H A Dkvmgt.c110 struct kvm_page_track_notifier_node *node);
215 while (node) { in __gvt_cache_find_dma_addr()
219 node = node->rb_left; in __gvt_cache_find_dma_addr()
221 node = node->rb_right; in __gvt_cache_find_dma_addr()
230 struct rb_node *node = vgpu->gfn_cache.rb_node; in __gvt_cache_find_gfn() local
233 while (node) { in __gvt_cache_find_gfn()
237 node = node->rb_left; in __gvt_cache_find_gfn()
239 node = node->rb_right; in __gvt_cache_find_gfn()
307 struct rb_node *node = NULL; in gvt_cache_destroy() local
311 node = rb_first(&vgpu->gfn_cache); in gvt_cache_destroy()
[all …]
/linux-6.15/drivers/bus/
H A Dti-pwmss.c24 struct device_node *node = pdev->dev.of_node; in pwmss_probe() local
29 ret = of_platform_populate(node, NULL, NULL, &pdev->dev); in pwmss_probe()
/linux-6.15/drivers/scsi/elx/libefc/
H A Defc.h45 efc_log_debug(node->efc, "[%s] %-20s %-20s\n", \
46 node->display_name, __func__, efc_sm_event_name(evt)) \
/linux-6.15/arch/arm64/boot/dts/broadcom/bcmbca/
H A Dbcm4906.dtsi7 /delete-node/ cpu@2;
9 /delete-node/ cpu@3;
/linux-6.15/fs/ubifs/
H A Ddebug.c298 const struct ubifs_ch *ch = node; in ubifs_dump_node()
317 dump_ch(node); in ubifs_dump_node()
335 (void *)node + UBIFS_CH_SZ, in ubifs_dump_node()
2009 void *node; in check_leaf() local
2020 node = kmalloc(zbr->len, GFP_NOFS); in check_leaf()
2021 if (!node) in check_leaf()
2033 fscki = add_inode(c, priv, node); in check_leaf()
2050 ch = node; in check_leaf()
2060 struct ubifs_data_node *dn = node; in check_leaf()
2137 kfree(node); in check_leaf()
[all …]
/linux-6.15/drivers/interconnect/qcom/
H A Dmsm8974.c641 static int msm8974_get_bw(struct icc_node *node, u32 *avg, u32 *peak) in msm8974_get_bw() argument
657 struct icc_node *node; in msm8974_icc_probe() local
709 node = icc_node_create(qnodes[i]->id); in msm8974_icc_probe()
710 if (IS_ERR(node)) { in msm8974_icc_probe()
711 ret = PTR_ERR(node); in msm8974_icc_probe()
715 node->name = qnodes[i]->name; in msm8974_icc_probe()
716 node->data = qnodes[i]; in msm8974_icc_probe()
717 icc_node_add(node, provider); in msm8974_icc_probe()
719 dev_dbg(dev, "registered node %s\n", node->name); in msm8974_icc_probe()
723 icc_link_create(node, qnodes[i]->links[j]); in msm8974_icc_probe()
[all …]
/linux-6.15/Documentation/devicetree/bindings/thermal/
H A Dthermal-zones.yaml18 The following node types are used to completely describe a thermal management
22 - thermal-zones: a container of the following node types used to describe all
44 A /thermal-zones node is required in order to use the thermal framework to
58 Each thermal zone node contains information about how frequently it
60 this zone, one sub-node containing the various trip points for this
61 zone and one sub-node containing all the zone cooling-maps.
128 This node describes a set of points in the temperature domain at
130 be taken are defined in another node called cooling-maps.
194 This node describes the action to be taken when a thermal zone
196 node. The action takes the form of a mapping relation between a
[all …]

1...<<61626364656667686970>>...242