| /linux-6.15/drivers/acpi/acpica/ |
| H A D | nsutils.c | 37 acpi_ns_print_node_pathname(struct acpi_namespace_node *node, in acpi_ns_print_node_pathname() argument 43 if (!node) { in acpi_ns_print_node_pathname() 52 status = acpi_ns_handle_to_pathname(node, &buffer, TRUE); in acpi_ns_print_node_pathname() 75 acpi_object_type acpi_ns_get_type(struct acpi_namespace_node * node) in acpi_ns_get_type() argument 79 if (!node) { in acpi_ns_get_type() 84 return_UINT8(node->type); in acpi_ns_get_type() 673 scope_info.scope.node = prefix_node; in acpi_ns_get_node_unlocked()
|
| /linux-6.15/fs/unicode/ |
| H A D | utf8-norm.c | 310 int node; in utf8nlookup() local 315 node = 1; in utf8nlookup() 316 while (node) { in utf8nlookup() 328 node = (*trie & RIGHTNODE); in utf8nlookup() 337 node = (*trie & TRIENODE); in utf8nlookup() 347 node = (*trie & LEFTNODE); in utf8nlookup() 354 node = (*trie & TRIENODE); in utf8nlookup()
|
| /linux-6.15/Documentation/devicetree/bindings/pci/ |
| H A D | ralink,rt3883-pci.txt | 3 1) Main node 28 The main node must have two child nodes which describes the built-in 35 - interrupt-controller: identifies the node as an interrupt controller 71 The PCI host bridge node might have additional sub-nodes representing 72 the onboard PCI devices/PCI slots. Each such sub-node must have the 80 If a given sub-node represents a PCI bridge it must have following 96 - status: indicates the operational status of the sub-node.
|
| /linux-6.15/Documentation/devicetree/bindings/powerpc/fsl/ |
| H A D | dcsr.txt | 15 This node defines the base address and range for the 57 This node represents the region of DCSR space allocated to the EPU 72 by the binding document describing the node's interrupt parent. 168 This node represents the region of DCSR space allocated to 202 This node represents the region of DCSR space allocated to 231 This node represents the region of DCSR space allocated to 259 This node represents the region of DCSR space allocated to 271 Definition: A phandle to associate this debug node with its 291 This node represents the region of DCSR space allocated to 320 This node represents the region of DCSR space allocated to [all …]
|
| /linux-6.15/arch/powerpc/platforms/powernv/ |
| H A D | pci.c | 37 struct device_node *node = np; in pnv_pci_get_slot_id() local 47 for (node = np; node; node = of_get_parent(node)) { in pnv_pci_get_slot_id() 48 if (!PCI_DN(node)) { in pnv_pci_get_slot_id() 49 of_node_put(node); in pnv_pci_get_slot_id() 53 if (!of_device_is_compatible(node, "ibm,ioda2-phb") && in pnv_pci_get_slot_id() 54 !of_device_is_compatible(node, "ibm,ioda3-phb") && in pnv_pci_get_slot_id() 55 !of_device_is_compatible(node, "ibm,ioda2-npu2-opencapi-phb")) { in pnv_pci_get_slot_id() 56 of_node_put(node); in pnv_pci_get_slot_id() 60 ret = of_property_read_u64(node, "ibm,opal-phbid", &phbid); in pnv_pci_get_slot_id() 62 of_node_put(node); in pnv_pci_get_slot_id() [all …]
|
| /linux-6.15/drivers/dma/sh/ |
| H A D | usb-dmac.c | 58 struct list_head node; member 237 list_del(&vd->node); in usb_dmac_chan_start_desc() 274 INIT_LIST_HEAD(&desc->node); in usb_dmac_desc_alloc() 277 list_add_tail(&desc->node, &chan->desc_freed); in usb_dmac_desc_alloc() 292 list_del(&desc->node); in usb_dmac_desc_free() 308 list_move_tail(&desc->node, &chan->desc_got); in usb_dmac_desc_get() 320 node); in usb_dmac_desc_get() 321 list_move_tail(&desc->node, &chan->desc_got); in usb_dmac_desc_get() 335 list_move_tail(&desc->node, &chan->desc_freed); in usb_dmac_desc_put() 459 list_for_each_entry_safe(desc, _desc, &list, node) in usb_dmac_chan_terminate_all() [all …]
|
| /linux-6.15/drivers/pci/hotplug/ |
| H A D | cpqphp_pci.c | 1421 node = func->io_head; in cpqhp_return_board_resources() 1423 while (node) { in cpqhp_return_board_resources() 1424 t_node = node->next; in cpqhp_return_board_resources() 1426 node = t_node; in cpqhp_return_board_resources() 1431 while (node) { in cpqhp_return_board_resources() 1432 t_node = node->next; in cpqhp_return_board_resources() 1434 node = t_node; in cpqhp_return_board_resources() 1439 while (node) { in cpqhp_return_board_resources() 1442 node = t_node; in cpqhp_return_board_resources() 1447 while (node) { in cpqhp_return_board_resources() [all …]
|
| /linux-6.15/sound/soc/renesas/rcar/ |
| H A D | core.c | 1094 if (!node) in rsnd_parse_tdm_split_mode() 1098 if (np == node) { in rsnd_parse_tdm_split_mode() 1104 of_node_put(node); in rsnd_parse_tdm_split_mode() 1151 struct device_node *node, in rsnd_parse_connect_common() argument 1160 if (!node) in rsnd_parse_connect_common() 1182 of_node_put(node); in rsnd_parse_connect_common() 1213 of_node_full_name(node)); in rsnd_node_fixed_index() 1268 if (!node) in rsnd_dai_of_node() 1271 of_node_put(node); in rsnd_dai_of_node() 1282 of_node_put(node); in rsnd_dai_of_node() [all …]
|
| H A D | ctu.c | 318 struct device_node *node; in rsnd_ctu_probe() local 326 node = rsnd_ctu_of_node(priv); in rsnd_ctu_probe() 327 if (!node) in rsnd_ctu_probe() 330 nr = of_get_child_count(node); in rsnd_ctu_probe() 347 for_each_child_of_node(node, np) { in rsnd_ctu_probe() 376 of_node_put(node); in rsnd_ctu_probe()
|
| /linux-6.15/drivers/remoteproc/ |
| H A D | remoteproc_core.c | 440 list_add_tail(&rvdev->node, &rproc->rvdevs); in rproc_add_rvdev() 446 list_del(&rvdev->node); in rproc_remove_rvdev() 582 list_add_tail(&trace->node, &rproc->traces); in rproc_handle_trace() 894 list_add_tail(&mem->node, &rproc->carveouts); in rproc_add_carveout() 1232 list_del(&trace->node); in rproc_resource_cleanup() 1247 list_del(&entry->node); in rproc_resource_cleanup() 1255 list_del(&entry->node); in rproc_resource_cleanup() 2325 list_add_rcu(&rproc->node, &rproc_list); in rproc_add() 2598 list_del_rcu(&rproc->node); in rproc_del() 2660 list_add_tail(&subdev->node, &rproc->subdevs); in rproc_add_subdev() [all …]
|
| /linux-6.15/sound/soc/qcom/qdsp6/ |
| H A D | q6adm.c | 52 struct list_head node; member 98 list_for_each_entry(c, &adm->copps_list, node) { in q6adm_find_copp() 120 list_del(&c->node); in q6adm_free_copp() 308 list_for_each_entry(c, &adm->copps_list, node) { in q6adm_find_matching_copp() 411 list_add_tail(&copp->node, &adm->copps_list); in q6adm_open() 464 struct q6adm_session_map_node_v5 *node; in q6adm_matrix_map() local 472 pkt_size = (APR_HDR_SIZE + sizeof(*route) + sizeof(*node) + in q6adm_matrix_map() 481 node = matrix_map + APR_HDR_SIZE + sizeof(*route); in q6adm_matrix_map() 482 copps_list = matrix_map + APR_HDR_SIZE + sizeof(*route) + sizeof(*node); in q6adm_matrix_map() 504 node->session_id = payload_map.session_id; in q6adm_matrix_map() [all …]
|
| /linux-6.15/drivers/media/platform/mediatek/mdp/ |
| H A D | mtk_mdp_comp.c | 40 int mtk_mdp_comp_init(struct device *dev, struct device_node *node, in mtk_mdp_comp_init() argument 47 comp->dev_node = of_node_get(node); in mtk_mdp_comp_init() 51 comp->clk[i] = of_clk_get(node, i); in mtk_mdp_comp_init()
|
| /linux-6.15/drivers/block/zram/ |
| H A D | zcomp.h | 70 struct hlist_node node; member 73 int zcomp_cpu_up_prepare(unsigned int cpu, struct hlist_node *node); 74 int zcomp_cpu_dead(unsigned int cpu, struct hlist_node *node);
|
| /linux-6.15/Documentation/devicetree/bindings/phy/ |
| H A D | keystone-usb-phy.txt | 11 an NOP PHY driver. Hence this node is referenced as both the usb2 and usb3 12 phy node in the USB Glue layer driver node.
|
| /linux-6.15/Documentation/devicetree/bindings/mfd/ |
| H A D | brcm,bcm59056.txt | 8 - interrupts: interrupt for the PMU. Generic interrupt client node bindings 16 - regulators: container node for regulators following the generic 19 The valid regulator node names for BCM59056 are:
|
| /linux-6.15/Documentation/devicetree/bindings/net/ |
| H A D | hisilicon-hip04-net.txt | 3 * Ethernet controller node 10 phandle, specifies a reference to the syscon ppe node 22 * MDIO bus node: 27 - Inherits from MDIO bus node binding [2]
|
| /linux-6.15/Documentation/devicetree/bindings/usb/ |
| H A D | twlxxxx-usb.txt | 10 - usb-supply : phandle to the regulator device tree node. It should be vusb 18 Board specific device node entry 28 - <supply-name>-supply : phandle to the regulator device tree node. 33 If a sibling node is compatible "ti,twl4030-bci", then it will find
|
| /linux-6.15/arch/arm/mm/ |
| H A D | cache-tauros2.c | 285 struct device_node *node; in tauros2_init() local 289 node = of_find_matching_node(NULL, tauros2_ids); in tauros2_init() 290 if (!node) { in tauros2_init() 293 ret = of_property_read_u32(node, "marvell,tauros2-cache-features", &f); in tauros2_init()
|
| /linux-6.15/arch/arm64/boot/dts/qcom/ |
| H A D | sc7180-trogdor-coachz-r1.dts | 27 /delete-node/ channel@4e; 28 /delete-node/ channel@4f; 34 /delete-node/ charger-thermistor@0; 35 /delete-node/ skin-temp-thermistor@1;
|
| /linux-6.15/drivers/gpu/drm/v3d/ |
| H A D | v3d_mmu.c | 87 u32 page = bo->node.start; in v3d_mmu_insert_ptes() 124 WARN_ON_ONCE(page - bo->node.start != in v3d_mmu_insert_ptes() 137 for (page = bo->node.start; page < bo->node.start + npages; page++) in v3d_mmu_remove_ptes()
|
| /linux-6.15/arch/x86/pci/ |
| H A D | bus_numa.c | 28 return info->node; in x86_pci_root_bus_node() 71 int node, int link) in alloc_pci_root_info() argument 87 info->node = node; in alloc_pci_root_info()
|
| /linux-6.15/Documentation/devicetree/bindings/pinctrl/ |
| H A D | microchip,pic32-pinctrl.txt | 7 PIC32 'pin configuration node' is a node of a group of pins which can be 8 used for a specific device or function. This node represents configurations of 11 Required properties for pin controller node:
|
| /linux-6.15/drivers/clocksource/ |
| H A D | timer-meson6.c | 153 static int __init meson6_timer_init(struct device_node *node) in meson6_timer_init() argument 158 timer_base = of_io_request_and_map(node, 0, "meson6-timer"); in meson6_timer_init() 164 irq = irq_of_parse_and_map(node, 0); in meson6_timer_init() 178 clocksource_mmio_init(timer_base + MESON_ISA_TIMERE, node->name, in meson6_timer_init()
|
| /linux-6.15/drivers/irqchip/ |
| H A D | irq-mtk-cirq.c | 296 static int __init mtk_cirq_of_init(struct device_node *node, in mtk_cirq_of_init() argument 314 cirq_data->base = of_iomap(node, 0); in mtk_cirq_of_init() 321 ret = of_property_read_u32_index(node, "mediatek,ext-irq-range", 0, in mtk_cirq_of_init() 326 ret = of_property_read_u32_index(node, "mediatek,ext-irq-range", 1, in mtk_cirq_of_init() 331 match = of_match_node(mtk_cirq_of_match, node); in mtk_cirq_of_init() 340 irq_num, node, in mtk_cirq_of_init()
|
| H A D | irq-bcm2712-mip.c | 235 static int __init mip_of_msi_init(struct device_node *node, struct device_node *parent) in mip_of_msi_init() argument 241 pdev = of_find_device_by_node(node); in mip_of_msi_init() 242 of_node_put(node); in mip_of_msi_init() 253 ret = mip_parse_dt(mip, node); in mip_of_msi_init() 257 mip->base = of_iomap(node, 0); in mip_of_msi_init() 269 ret = mip_init_domains(mip, node); in mip_of_msi_init()
|