Home
last modified time | relevance | path

Searched refs:node (Results 1976 – 2000 of 6034) sorted by relevance

1...<<71727374757677787980>>...242

/linux-6.15/Documentation/devicetree/bindings/input/
H A Dzii,rave-sp-pwrbutton.yaml15 that its Device Tree node is specified as a child of the node
/linux-6.15/net/tipc/
H A Dgroup.h51 void tipc_group_add_member(struct tipc_group *grp, u32 node,
72 void tipc_group_update_rcv_win(struct tipc_group *grp, int blks, u32 node,
/linux-6.15/Documentation/devicetree/bindings/serial/
H A Dcirrus,clps711x-uart.txt8 - syscon: Phandle to SYSCON node, which contain UART control bits.
15 in "aliases" node.
/linux-6.15/Documentation/devicetree/bindings/media/i2c/
H A Dov9650.txt15 The device node shall contain one 'port' child node with one child 'endpoint'
/linux-6.15/arch/arm64/boot/dts/qcom/
H A Dmsm8992-xiaomi-libra.dts14 /delete-node/ &adsp_mem;
15 /delete-node/ &audio_mem;
16 /delete-node/ &mpss_mem;
17 /delete-node/ &peripheral_region;
18 /delete-node/ &res_hyp_mem;
19 /delete-node/ &rmtfs_mem;
H A Dsdm845-xiaomi-polaris.dts25 /delete-node/ &rmtfs_mem;
26 /delete-node/ &adsp_mem;
27 /delete-node/ &wlan_msa_mem;
28 /delete-node/ &mpss_region;
29 /delete-node/ &venus_mem;
30 /delete-node/ &cdsp_mem;
31 /delete-node/ &mba_region;
32 /delete-node/ &slpi_mem;
33 /delete-node/ &spss_mem;
/linux-6.15/Documentation/devicetree/bindings/regulator/
H A Dmediatek,mt6358-regulator.yaml13 Regulator node of the PMIC. This node should under the PMIC's device node.
15 this node.
147 # Old regulator node name scheme (with prefix and underscores) only
166 # Prefer cleaned up regulator node names
H A Dadi,max77541-regulator.yaml15 The buck converter is represented as a sub-node of the PMIC node on the device tree.
/linux-6.15/drivers/pci/controller/
H A Dpcie-mt7621.c199 struct device_node *node, in mt7621_pcie_parse_port() argument
216 port->clk = devm_get_clk_from_child(dev, node, NULL); in mt7621_pcie_parse_port()
222 port->pcie_rst = of_reset_control_get_exclusive(node, NULL); in mt7621_pcie_parse_port()
229 port->phy = devm_of_phy_get(dev, node, name); in mt7621_pcie_parse_port()
261 struct device_node *node = dev->of_node; in mt7621_pcie_parse_dt() local
268 for_each_available_child_of_node_scoped(node, child) { in mt7621_pcie_parse_dt()
/linux-6.15/drivers/regulator/
H A Ddevres.c753 static struct regulator *_devm_of_regulator_get(struct device *dev, struct device_node *node, in _devm_of_regulator_get() argument
762 regulator = _of_regulator_get(dev, node, id, get_type); in _devm_of_regulator_get()
783 struct regulator *devm_of_regulator_get(struct device *dev, struct device_node *node, in devm_of_regulator_get() argument
786 return _devm_of_regulator_get(dev, node, id, NORMAL_GET); in devm_of_regulator_get()
800 struct regulator *devm_of_regulator_get_optional(struct device *dev, struct device_node *node, in devm_of_regulator_get_optional() argument
803 return _devm_of_regulator_get(dev, node, id, OPTIONAL_GET); in devm_of_regulator_get_optional()
/linux-6.15/Documentation/devicetree/bindings/sound/
H A Dfsl,ssi.yaml98 description: optional, some dts node didn't add it.
112 Phandle to a 'codec' node that defines an audio
113 codec connected to this SSI. This node is typically
114 a child of an I2C or other control node.
158 description: Phandle to a node for the DMA channel to use for
164 description: Phandle to a node for the DMA channel to use for
/linux-6.15/mm/
H A Dhugetlb_cgroup.c135 int node; in hugetlb_cgroup_free() local
137 for_each_node(node) in hugetlb_cgroup_free()
138 kfree(h_cgroup->nodeinfo[node]); in hugetlb_cgroup_free()
147 int node; in hugetlb_cgroup_css_alloc() local
163 for_each_node(node) { in hugetlb_cgroup_css_alloc()
166 node_state(node, N_NORMAL_MEMORY) ? node : NUMA_NO_NODE; in hugetlb_cgroup_css_alloc()
167 h_cgroup->nodeinfo[node] = in hugetlb_cgroup_css_alloc()
170 if (!h_cgroup->nodeinfo[node]) in hugetlb_cgroup_css_alloc()
/linux-6.15/drivers/ptp/
H A Dptp_ines.c165 struct device_node *node; member
194 struct device_node *node = device->of_node; in ines_clock_init() local
200 clock->node = node; in ines_clock_init()
236 static struct ines_port *ines_find_port(struct device_node *node, u32 index) in ines_find_port() argument
245 if (clock->node == node) { in ines_find_port()
698 struct device_node *node = device->of_node; in ines_ptp_probe_channel() local
705 port = ines_find_port(node, index); in ines_ptp_probe_channel()
/linux-6.15/Documentation/devicetree/bindings/iio/temperature/
H A Dadi,ltc2983.yaml22 sensor-node:
24 description: Sensor node common constraints
92 $ref: '#/$defs/sensor-node'
150 $ref: '#/$defs/sensor-node'
195 $ref: '#/$defs/sensor-node'
294 $ref: '#/$defs/sensor-node'
396 $ref: '#/$defs/sensor-node'
411 $ref: '#/$defs/sensor-node'
441 $ref: '#/$defs/sensor-node'
/linux-6.15/drivers/net/phy/qcom/
H A Dat803x.c238 struct device_node *node = phydev->mdio.dev.of_node; in at803x_parse_dt() local
247 if (of_property_read_bool(node, "qca,disable-smarteee")) in at803x_parse_dt()
250 if (of_property_read_bool(node, "qca,disable-hibernation-mode")) in at803x_parse_dt()
253 if (!of_property_read_u32(node, "qca,smarteee-tw-us-1g", &tw)) { in at803x_parse_dt()
261 if (!of_property_read_u32(node, "qca,smarteee-tw-us-100m", &tw)) { in at803x_parse_dt()
269 ret = of_property_read_u32(node, "qca,clk-out-frequency", &freq); in at803x_parse_dt()
293 ret = of_property_read_u32(node, "qca,clk-out-strength", &strength); in at803x_parse_dt()
779 struct device_node *node = phydev->mdio.dev.of_node; in at8031_parse_dt() local
783 if (of_property_read_bool(node, "qca,keep-pll-enabled")) in at8031_parse_dt()
/linux-6.15/drivers/hwtracing/coresight/
H A Dcoresight-cti-core.c269 list_add_tail(&tc->node, &cti_dev->trig_cons); in cti_add_connection_entry()
525 list_for_each_entry(tc, &ctidev->trig_cons, node) { in cti_match_fixup_csdev()
570 list_for_each_entry(ect_item, &ect_net, node) { in cti_add_assoc_to_csdev()
605 list_for_each_entry(tc, &ctidev->trig_cons, node) { in cti_remove_assoc_from_csdev()
634 list_for_each_entry(tc, &ctidev->trig_cons, node) { in cti_update_conn_xrefs()
653 list_for_each_entry(tc, &ctidev->trig_cons, node) { in cti_remove_conn_xrefs()
838 list_for_each_entry_safe(ect_item, ect_tmp, &ect_net, node) { in cti_device_release()
840 list_del(&ect_item->node); in cti_device_release()
942 list_add(&drvdata->node, &ect_net); in cti_probe()
/linux-6.15/kernel/sched/
H A Dtopology.c2038 int node; in sched_update_numa() local
2040 node = cpu_to_node(cpu); in sched_update_numa()
2049 sched_init_numa(online ? NUMA_NO_NODE : node); in sched_update_numa()
2054 int node = cpu_to_node(cpu); in sched_domains_numa_masks_set() local
2116 int node; member
2158 if (node == NUMA_NO_NODE) in sched_numa_find_nth_cpu()
2164 node = numa_nearest_node(node, N_CPU); in sched_numa_find_nth_cpu()
2165 k.node = node; in sched_numa_find_nth_cpu()
2175 cpumask_nth_and_andnot(cpu - k.w, cpus, k.masks[hop][node], k.masks[hop-1][node]) : in sched_numa_find_nth_cpu()
2176 cpumask_nth_and(cpu, cpus, k.masks[0][node]); in sched_numa_find_nth_cpu()
[all …]
H A Dext.c1304 node); in nldsq_next_task()
1910 list_add(&p->scx.dsq_list.node, &prev->scx.dsq_list.node); in dispatch_enqueue()
5263 int i, cpu, node, ret; in scx_ops_enable() local
5306 kfree(dsqs[node]); in scx_ops_enable()
5313 dsqs[node] = dsq; in scx_ops_enable()
6614 scx.dsq_list.node) { in scx_bpf_reenqueue_local()
6670 (node < 0 && node != NUMA_NO_NODE))) in scx_bpf_create_dsq()
6843 INIT_LIST_HEAD(&kit->cursor.node); in bpf_iter_scx_dsq_new()
6868 if (list_empty(&kit->cursor.node)) in bpf_iter_scx_dsq_next()
6884 list_move_tail(&kit->cursor.node, &p->scx.dsq_list.node); in bpf_iter_scx_dsq_next()
[all …]
/linux-6.15/Documentation/devicetree/bindings/pinctrl/
H A Dsunplus,sp7021-pinctrl.yaml71 The device node of pin controller of Sunplus SP7021 has following
107 A pinctrl node should contain at least one subnodes representing the
111 Pinctrl node's client devices use subnodes for desired pin
113 $ref: pinmux-node.yaml#
118 Define 'sunplus,pins' which are used by pinctrl node's client
139 Define pin-function which is used by pinctrl node's client device.
157 which are not used by pinctrl node's client device.
/linux-6.15/net/ceph/
H A Ddebugfs.c71 rb_entry(n, struct ceph_pg_pool_info, node); in osdmap_show()
94 rb_entry(n, struct ceph_pg_mapping, node); in osdmap_show()
105 rb_entry(n, struct ceph_pg_mapping, node); in osdmap_show()
112 rb_entry(n, struct ceph_pg_mapping, node); in osdmap_show()
123 rb_entry(n, struct ceph_pg_mapping, node); in osdmap_show()
162 req = rb_entry(rp, struct ceph_mon_generic_request, node); in monc_show()
267 rb_entry(n, struct ceph_osd_linger_request, node); in dump_linger_requests()
/linux-6.15/include/linux/
H A Dtc.h81 struct list_head node; /* Node in list of all TC devices. */ member
106 struct list_head node; member
/linux-6.15/tools/perf/tests/shell/lib/
H A Dstat_output.sh133 perf stat --per-node -a $2 true
134 commachecker --per-node
/linux-6.15/Documentation/devicetree/bindings/powerpc/opal/
H A Dsensor-groups.txt7 servers. Each child node indicates a sensor group.
11 Each child node contains below properties:
/linux-6.15/Documentation/devicetree/bindings/thermal/
H A Dbrcm,avs-ro-thermal.yaml13 The thermal node should be the child of a syscon node with the
/linux-6.15/Documentation/devicetree/bindings/display/
H A Dmarvell,pxa2xx-lcdc.txt18 This node must have its properties bus-width and remote-endpoint set.
21 This panel node should be in the board dts.

1...<<71727374757677787980>>...242