Home
last modified time | relevance | path

Searched refs:node (Results 2026 – 2050 of 6034) sorted by relevance

1...<<81828384858687888990>>...242

/linux-6.15/fs/btrfs/
H A Dfree-space-tree.c1159 struct rb_node *node; in btrfs_create_free_space_tree() local
1185 while (node) { in btrfs_create_free_space_tree()
1186 block_group = rb_entry(node, struct btrfs_block_group, in btrfs_create_free_space_tree()
1194 node = rb_next(node); in btrfs_create_free_space_tree()
1290 btrfs_tree_lock(free_space_root->node); in btrfs_delete_free_space_tree()
1291 btrfs_clear_buffer_dirty(trans, free_space_root->node); in btrfs_delete_free_space_tree()
1292 btrfs_tree_unlock(free_space_root->node); in btrfs_delete_free_space_tree()
1294 free_space_root->node, 0, 1); in btrfs_delete_free_space_tree()
1314 struct rb_node *node; in btrfs_rebuild_free_space_tree() local
1332 while (node) { in btrfs_rebuild_free_space_tree()
[all …]
/linux-6.15/drivers/net/pse-pd/
H A Dpd692x0.c782 struct device_node *node; in pd692x0_of_get_ports_manager() local
786 for_each_child_of_node(np, node) { in pd692x0_of_get_ports_manager()
789 if (!of_node_name_eq(node, "port")) in pd692x0_of_get_ports_manager()
804 of_node_get(node); in pd692x0_of_get_ports_manager()
805 manager->port_node[port] = node; in pd692x0_of_get_ports_manager()
817 of_node_put(node); in pd692x0_of_get_ports_manager()
825 struct device_node *managers_node, *node; in pd692x0_of_get_managers() local
836 for_each_child_of_node(managers_node, node) { in pd692x0_of_get_managers()
839 if (!of_node_name_eq(node, "manager")) in pd692x0_of_get_managers()
856 node); in pd692x0_of_get_managers()
[all …]
/linux-6.15/net/dccp/
H A Dfeat.c297 list_for_each_entry(___entry, fn_list, node) \
433 list_for_each_entry(entry, fn_list, node) { in dccp_feat_list_lookup()
455 list_for_each_entry(entry, head, node) in dccp_feat_entry_new()
460 head = &entry->node; in dccp_feat_entry_new()
468 list_add_tail(&entry->node, head); in dccp_feat_entry_new()
537 list_del(&entry->node); in dccp_feat_list_pop()
557 list_for_each_entry(entry, from, node) { in dccp_feat_clone_list()
561 list_add_tail(&new->node, to); in dccp_feat_clone_list()
987 list_for_each_entry(entry, fn, node) in dccp_feat_finalise_settings()
1523 list_for_each_entry(cur, fn_list, node) { in dccp_feat_activate_values()
[all …]
/linux-6.15/drivers/pci/
H A Dpci-driver.c28 struct list_head node; member
74 list_add_tail(&dynid->node, &drv->dynids.list); in pci_add_dynid()
86 list_for_each_entry_safe(dynid, n, &drv->dynids.list, node) { in pci_free_dynids()
87 list_del(&dynid->node); in pci_free_dynids()
148 list_for_each_entry(dynid, &drv->dynids.list, node) { in pci_match_device()
273 list_for_each_entry_safe(dynid, n, &pdrv->dynids.list, node) { in remove_id_store()
280 list_del(&dynid->node); in remove_id_store()
353 int error, node, cpu; in pci_call_probe() local
361 node = dev_to_node(&dev->dev); in pci_call_probe()
370 if (node < 0 || node >= MAX_NUMNODES || !node_online(node) || in pci_call_probe()
[all …]
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-kernel-mm-mempolicy-weighted-interleave11 The interleave weight for a memory node (N). These weights are
18 The minimum weight for a node is always 1.
H A Dsysfs-devices-memory94 points to the corresponding NUMA node directory.
99 /sys/devices/system/memory/memory9/node0 -> ../../node/node0
102 What: /sys/devices/system/node/nodeX/memoryY
107 /sys/devices/system/node/nodeX/memoryY is a symbolic link that
112 /sys/devices/system/node/node0/memory9 -> ../../memory/memory9
/linux-6.15/Documentation/devicetree/bindings/gpio/
H A Dgpio-thunderx.txt5 - gpio-controller: Marks the device node as a GPIO controller.
12 - interrupt-controller: Marks the device node as an interrupt controller.
/linux-6.15/Documentation/devicetree/bindings/thermal/
H A Dnvidia,tegra186-bpmp-thermal.yaml19 The BPMP thermal node must be located directly inside the main BPMP
20 node. See ../firmware/nvidia,tegra186-bpmp.yaml for details of the
/linux-6.15/Documentation/devicetree/bindings/clock/
H A Dbrcm,bcm53573-ilp.txt14 handing power-related aspects. Its node must be sub-node of the PMU
H A Ddove-divider-clock.txt5 the PMU, and thus this node should be a child of the PMU node.
/linux-6.15/Documentation/devicetree/bindings/firmware/
H A Dnxp,imx95-scmi.yaml15 $ref: '/schemas/firmware/arm,scmi.yaml#/$defs/protocol-node'
23 $ref: '/schemas/firmware/arm,scmi.yaml#/$defs/protocol-node'
/linux-6.15/Documentation/hwmon/
H A Dscpi-hwmon.rst33 The driver relies on device tree node to indicate the presence of SCPI
36 devicetree node.
/linux-6.15/Documentation/devicetree/bindings/usb/
H A Drichtek,rt1711h.txt9 Required sub-node:
11 of connector node are specified in
/linux-6.15/Documentation/devicetree/bindings/leds/
H A Drohm,bd71828-leds.yaml16 The LED controller is represented as a sub-node of the PMIC node on the device
/linux-6.15/include/linux/usb/
H A Drole.h55 struct usb_role_switch *fwnode_usb_role_switch_get(struct fwnode_handle *node);
87 fwnode_usb_role_switch_get(struct fwnode_handle *node) in fwnode_usb_role_switch_get() argument
/linux-6.15/tools/perf/util/
H A Dprobe-file.h12 struct list_head node; member
36 list_for_each_entry(entry, &pcache->entries, node)
/linux-6.15/Documentation/devicetree/bindings/mips/img/
H A Dpistachio.txt10 A "cpus" node is required. Required properties:
13 A CPU sub-node is also required for at least CPU 0. Since the topology may
/linux-6.15/Documentation/devicetree/bindings/phy/
H A Dbrcm,sr-pcie-phy.txt6 - brcm,sr-cdru: phandle to the CDRU syscon node
7 - brcm,sr-mhb: phandle to the MHB syscon node
/linux-6.15/Documentation/devicetree/bindings/net/bluetooth/
H A Dmediatek,mt7622-bluetooth.yaml11 child node of the serial node with BTIF. The dt-bindings details for BTIF
/linux-6.15/arch/arm64/include/asm/
H A Ddebug-monitors.h66 struct list_head node; member
77 struct list_head node; member
/linux-6.15/fs/openpromfs/
H A Dinode.c33 struct device_node *node; member
195 dp = oi->u.node; in openpromfs_lookup()
210 ent_data.node = child; in openpromfs_lookup()
273 struct device_node *dp = oi->u.node; in openpromfs_readdir()
395 oi->u.node = of_find_node_by_path("/"); in openprom_fill_super()
/linux-6.15/drivers/devfreq/
H A Drk3399_dmc.c338 struct device_node *np = pdev->dev.of_node, *node; in rk3399_dmcfreq_probe() local
373 node = of_parse_phandle(np, "rockchip,pmu", 0); in rk3399_dmcfreq_probe()
374 if (!node) in rk3399_dmcfreq_probe()
377 data->regmap_pmu = syscon_node_to_regmap(node); in rk3399_dmcfreq_probe()
378 of_node_put(node); in rk3399_dmcfreq_probe()
/linux-6.15/drivers/irqchip/
H A Dirq-imgpdc.c297 struct device_node *node = pdev->dev.of_node; in pdc_intc_probe() local
304 if (!node) in pdc_intc_probe()
328 ret = of_property_read_u32(node, "num-perips", &val); in pdc_intc_probe()
340 ret = of_property_read_u32(node, "num-syswakes", &val); in pdc_intc_probe()
375 priv->domain = irq_domain_add_linear(node, 16, &irq_generic_chip_ops, in pdc_intc_probe()
/linux-6.15/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-core.c41 struct device_node *node, *f = NULL; in __get_pdev_by_id() local
66 node = of_find_compatible_node(f, NULL, compat); in __get_pdev_by_id()
67 if (WARN_ON(!node)) { in __get_pdev_by_id()
72 mdp_pdev = of_find_device_by_node(node); in __get_pdev_by_id()
73 of_node_put(node); in __get_pdev_by_id()
/linux-6.15/arch/arm/mach-omap2/
H A Domap_device.c136 struct device_node *node = pdev->dev.of_node; in omap_device_build_from_dt() local
142 oh_cnt = of_property_count_strings(node, "ti,hwmods"); in omap_device_build_from_dt()
149 ret = of_property_read_string_index(node, "ti,hwmods", 0, &oh_name); in omap_device_build_from_dt()
156 !omap_hwmod_parse_module_range(NULL, node, &res)) in omap_device_build_from_dt()
166 of_property_read_string_index(node, "ti,hwmods", i, &oh_name); in omap_device_build_from_dt()

1...<<81828384858687888990>>...242