| /linux-6.15/Documentation/devicetree/bindings/regulator/ |
| H A D | tps65090.txt | 7 - regulators: A node that houses a sub-node for each regulator within the 8 device. Each sub-node is identified using the node's name, with valid 9 values listed below. The content of each sub-node is defined by the
|
| /linux-6.15/drivers/soc/fsl/qbman/ |
| H A D | qman_portal.c | 185 struct device_node *node = dev->of_node; in qman_portal_probe() local 210 dev_err(dev, "Can't get %pOF property 'reg::CE'\n", node); in qman_portal_probe() 217 dev_err(dev, "Can't get %pOF property 'reg::CI'\n", node); in qman_portal_probe() 221 err = of_property_read_u32(node, "cell-index", &val); in qman_portal_probe() 223 dev_err(dev, "Can't get %pOF property 'cell-index'\n", node); in qman_portal_probe()
|
| /linux-6.15/sound/soc/ti/ |
| H A D | omap-twl4030.c | 241 struct device_node *node = pdev->dev.of_node; in omap_twl4030_probe() local 252 if (node) { in omap_twl4030_probe() 261 dai_node = of_parse_phandle(node, "ti,mcbsp", 0); in omap_twl4030_probe() 272 dai_node = of_parse_phandle(node, "ti,mcbsp-voice", 0); in omap_twl4030_probe() 284 prop = of_find_property(node, "ti,audio-routing", NULL); in omap_twl4030_probe()
|
| /linux-6.15/sound/soc/renesas/rcar/ |
| H A D | dvc.c | 326 struct device_node *node; in rsnd_dvc_probe() local 334 node = rsnd_dvc_of_node(priv); in rsnd_dvc_probe() 335 if (!node) in rsnd_dvc_probe() 338 nr = of_get_child_count(node); in rsnd_dvc_probe() 355 for_each_child_of_node(node, np) { in rsnd_dvc_probe() 379 of_node_put(node); in rsnd_dvc_probe()
|
| /linux-6.15/drivers/net/arcnet/ |
| H A D | arc-rimi.c | 306 static int node; variable 311 module_param(node, int, 0); 328 if (node && node != 0xff) in arc_rimi_init() 329 arcnet_set_addr(dev, node); in arc_rimi_init() 370 node = ints[3]; in arcrimi_setup()
|
| /linux-6.15/drivers/soc/qcom/ |
| H A D | rmtfs_mem.c | 173 struct device_node *node = pdev->dev.of_node; in qcom_rmtfs_mem_probe() local 182 rmem = of_reserved_mem_lookup(node); in qcom_rmtfs_mem_probe() 188 ret = of_property_read_u32(node, "qcom,client-id", &client_id); in qcom_rmtfs_mem_probe() 207 if (of_property_read_bool(node, "qcom,use-guard-pages")) { in qcom_rmtfs_mem_probe() 239 num_vmids = of_property_count_u32_elems(node, "qcom,vmid"); in qcom_rmtfs_mem_probe() 254 ret = of_property_read_u32_array(node, "qcom,vmid", vmid, num_vmids); in qcom_rmtfs_mem_probe()
|
| /linux-6.15/drivers/gpu/drm/msm/ |
| H A D | msm_debugfs.c | 214 struct drm_info_node *node = m->private; in msm_gem_show() local 215 struct drm_device *dev = node->minor->dev; in msm_gem_show() 232 struct drm_info_node *node = m->private; in msm_mm_show() local 233 struct drm_device *dev = node->minor->dev; in msm_mm_show() 243 struct drm_info_node *node = m->private; in msm_fb_show() local 244 struct drm_device *dev = node->minor->dev; in msm_fb_show()
|
| /linux-6.15/io_uring/ |
| H A D | napi.c | 16 struct hlist_node node; member 26 hlist_for_each_entry_rcu(e, hash_list, node) { in io_napi_hash_find() 78 hlist_add_tail_rcu(&e->node, hash_list); in __io_napi_add_id() 100 hash_del_rcu(&e->node); in __io_napi_del_id() 119 hash_del_rcu(&e->node); in __io_napi_remove_stale() 260 hash_del_rcu(&e->node); in io_napi_free()
|
| /linux-6.15/net/ncsi/ |
| H A D | internal.h | 241 struct list_head node; member 252 struct list_head node; /* Form list of packages */ member 342 struct list_head node; /* Form NCSI device list */ member 375 list_for_each_entry_rcu(ndp, &ncsi_dev_list, node) 377 list_for_each_entry_rcu(np, &ndp->packages, node) 379 list_for_each_entry_rcu(nc, &np->channels, node)
|
| /linux-6.15/sound/pci/hda/ |
| H A D | cirrus_scodec_test.c | 166 struct software_node *node; in cirrus_scodec_test_set_spkid_swnode() local 168 node = kunit_kzalloc(test, sizeof(*node), GFP_KERNEL); in cirrus_scodec_test_set_spkid_swnode() 169 if (!node) in cirrus_scodec_test_set_spkid_swnode() 177 node->properties = props; in cirrus_scodec_test_set_spkid_swnode() 179 return device_add_software_node(dev, node); in cirrus_scodec_test_set_spkid_swnode()
|
| /linux-6.15/drivers/macintosh/ |
| H A D | windfarm_smu_sensors.c | 197 static struct smu_ad_sensor *smu_ads_create(struct device_node *node) in smu_ads_create() argument 206 l = of_get_property(node, "location", NULL); in smu_ads_create() 217 if (of_node_is_type(node, "temp-sensor") && in smu_ads_create() 226 } else if (of_node_is_type(node, "current-sensor") && in smu_ads_create() 235 } else if (of_node_is_type(node, "voltage-sensor") && in smu_ads_create() 244 } else if (of_node_is_type(node, "power-sensor") && in smu_ads_create() 256 v = of_get_property(node, "reg", NULL); in smu_ads_create()
|
| /linux-6.15/drivers/misc/vmw_vmci/ |
| H A D | vmci_doorbell.c | 35 struct hlist_node node; member 124 node) { in dbell_index_table_find() 188 hlist_add_head(&entry->node, &vmci_doorbell_it.entries[bucket]); in dbell_index_table_add() 201 hlist_del_init(&entry->node); in dbell_index_table_remove() 360 hlist_for_each_entry(dbell, &vmci_doorbell_it.entries[bucket], node) { in dbell_fire_entries() 466 INIT_HLIST_NODE(&entry->node); in vmci_doorbell_create() 531 if (!hlist_unhashed(&entry->node)) { in vmci_doorbell_destroy()
|
| /linux-6.15/arch/arm/mach-exynos/ |
| H A D | suspend.c | 189 static int __init exynos_pmu_irq_init(struct device_node *node, in exynos_pmu_irq_init() argument 195 pr_err("%pOF: no parent, giving up\n", node); in exynos_pmu_irq_init() 201 pr_err("%pOF: unable to obtain parent domain\n", node); in exynos_pmu_irq_init() 205 pmu_base_addr = of_iomap(node, 0); in exynos_pmu_irq_init() 208 pr_err("%pOF: failed to find exynos pmu register\n", node); in exynos_pmu_irq_init() 213 node, &exynos_pmu_domain_ops, in exynos_pmu_irq_init() 225 of_node_clear_flag(node, OF_POPULATED); in exynos_pmu_irq_init()
|
| /linux-6.15/Documentation/devicetree/bindings/power/ |
| H A D | rockchip,power-controller.yaml | 18 Power domains contained within power-controller node are 24 power domain node representing the domain. 66 $ref: "#/$defs/pd-node" 80 $ref: "#/$defs/pd-node" 94 $ref: "#/$defs/pd-node" 103 pd-node: 106 Represents the power domains within the power controller node.
|
| /linux-6.15/drivers/acpi/ |
| H A D | pptt.c | 60 struct acpi_pptt_processor *node, in acpi_get_pptt_resource() argument 65 if (resource >= node->number_of_priv_resources) in acpi_get_pptt_resource() 68 ref = ACPI_ADD_PTR(u32, node, sizeof(struct acpi_pptt_processor)); in acpi_get_pptt_resource() 217 struct acpi_pptt_processor *node) in acpi_pptt_leaf_node() argument 226 return (node->flags & ACPI_PPTT_ACPI_LEAF_NODE); in acpi_pptt_leaf_node() 229 node_entry = ACPI_PTR_DIFF(node, table_hdr); in acpi_pptt_leaf_node() 327 struct acpi_pptt_processor **node) in acpi_find_cache_node() argument 342 *node = cpu_node; in acpi_find_cache_node()
|
| /linux-6.15/net/smc/ |
| H A D | smc_core.h | 452 struct rb_node *node; in smc_lgr_find_conn() local 454 node = lgr->conns_all.rb_node; in smc_lgr_find_conn() 455 while (node) { in smc_lgr_find_conn() 456 struct smc_connection *cur = rb_entry(node, in smc_lgr_find_conn() 460 node = node->rb_left; in smc_lgr_find_conn() 463 node = node->rb_right; in smc_lgr_find_conn()
|
| /linux-6.15/lib/ |
| H A D | idr.c | 292 struct radix_tree_node *node; in idr_replace() local 298 entry = __radix_tree_lookup(&idr->idr_rt, id, &node, &slot); in idr_replace() 302 __radix_tree_replace(&idr->idr_rt, node, slot, ptr); in idr_replace() 636 struct xa_node *node = xa_to_node(entry); in ida_dump_entry() local 637 unsigned int shift = node->shift + IDA_CHUNK_SHIFT + in ida_dump_entry() 641 xa_dump_node(node); in ida_dump_entry() 643 ida_dump_entry(node->slots[i], in ida_dump_entry() 644 index | (i << node->shift)); in ida_dump_entry()
|
| /linux-6.15/arch/powerpc/include/asm/ |
| H A D | kvm_book3s_64.h | 88 #define for_each_nest_rmap_safe(pos, node, rmapp) \ argument 89 for ((pos) = llist_entry((node), typeof(*(pos)), list); \ 90 (node) && \ 91 (*(rmapp) = ((RMAP_NESTED_IS_SINGLE_ENTRY & ((u64) (node))) ? \ 92 ((u64) (node)) : ((pos)->rmap))) && \ 93 (((node) = ((RMAP_NESTED_IS_SINGLE_ENTRY & ((u64) (node))) ? \ 96 (pos) = llist_entry((node), typeof(*(pos)), list))
|
| /linux-6.15/arch/powerpc/kexec/ |
| H A D | file_load_64.c | 197 int node; in add_usable_mem_property() local 212 node = fdt_path_offset(fdt, path); in add_usable_mem_property() 213 if (node < 0) { in add_usable_mem_property() 254 ret = fdt_setprop(fdt, node, "linux,usable-memory", um_info->buf, in add_usable_mem_property() 276 int node, ret = 0; in update_usable_mem_fdt() local 283 node = fdt_path_offset(fdt, "/ibm,dynamic-reconfiguration-memory"); in update_usable_mem_fdt() 284 if (node == -FDT_ERR_NOTFOUND) in update_usable_mem_fdt() 286 else if (node < 0) { in update_usable_mem_fdt() 309 ret = fdt_setprop(fdt, node, "linux,drconf-usable-memory", in update_usable_mem_fdt()
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_attr_list.c | 220 struct xfs_da_intnode *node; in xfs_attr_node_list_lookup() local 239 node = bp->b_addr; in xfs_attr_node_list_lookup() 240 magic = be16_to_cpu(node->hdr.info.magic); in xfs_attr_node_list_lookup() 247 node, sizeof(*node)); in xfs_attr_node_list_lookup() 255 xfs_da3_node_hdr_from_disk(mp, &nodehdr, node); in xfs_attr_node_list_lookup() 317 struct xfs_da_intnode *node; in xfs_attr_node_list() local 346 node = bp->b_addr; in xfs_attr_node_list() 347 switch (be16_to_cpu(node->hdr.info.magic)) { in xfs_attr_node_list()
|
| /linux-6.15/Documentation/admin-guide/media/ |
| H A D | imx7.rst | 61 routed to a capture device node. 115 device node name /dev/v4l-subdev0 125 device node name /dev/video0 131 device node name /dev/v4l-subdev1 143 device node name /dev/v4l-subdev2 153 device node name /dev/v4l-subdev3 197 device node name /dev/v4l-subdev0 207 device node name /dev/video1 213 device node name /dev/v4l-subdev1
|
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | linked_list_fail.c | 80 CHECK(kptr, push_front, &f->head, &b->node); 81 CHECK(kptr, push_back, &f->head, &b->node); 143 CHECK(kptr_kptr, op, &f1->lock, &f2->head, &b->node); \ 149 CHECK(global_kptr, op, &glock, &f1->head, &b->node); \ 154 CHECK(map_kptr, op, &v->lock, &f2->head, &b->node); \ 159 CHECK(inner_map_kptr, op, &iv->lock, &f2->head, &b->node); \ 444 bpf_list_push_front(&ghead, &b->node); in incorrect_value_type() 489 bpf_list_push_front(&ghead, &f->node); in incorrect_node_off2() 556 bpf_list_push_front((void *)&f->head + 1, &b->node); in incorrect_head_off1()
|
| /linux-6.15/arch/arm64/boot/dts/qcom/ |
| H A D | sdm845-xiaomi-beryllium-common.dtsi | 19 /delete-node/ &tz_mem; 20 /delete-node/ &adsp_mem; 21 /delete-node/ &wlan_msa_mem; 22 /delete-node/ &mpss_region; 23 /delete-node/ &venus_mem; 24 /delete-node/ &cdsp_mem; 25 /delete-node/ &mba_region; 26 /delete-node/ &slpi_mem; 27 /delete-node/ &spss_mem; 28 /delete-node/ &rmtfs_mem;
|
| /linux-6.15/drivers/mtd/ |
| H A D | mtdpart.c | 37 WARN_ON(!list_empty(&mtd->part.node)); in release_mtd_partition() 276 list_add_tail(&child->part.node, &parent->partitions); in mtd_add_partition() 289 list_del(&child->part.node); in mtd_add_partition() 310 list_for_each_entry_safe(child, next, &mtd->partitions, part.node) { in __mtd_del_partition() 318 list_del_init(&mtd->part.node); in __mtd_del_partition() 335 list_for_each_entry_safe(child, next, &mtd->partitions, part.node) { in __del_mtd_partitions() 340 list_del_init(&child->part.node); in __del_mtd_partitions() 373 list_for_each_entry(child, &mtd->partitions, part.node) { in mtd_del_partition() 413 list_add_tail(&child->part.node, &parent->partitions); in add_mtd_partitions() 419 list_del(&child->part.node); in add_mtd_partitions()
|
| /linux-6.15/tools/lib/perf/ |
| H A D | evlist.c | 61 list_for_each_entry_from(next, &evlist->entries, node) in __perf_evlist__propagate_maps() 101 list_for_each_entry_safe(evsel, n, &evlist->entries, node) in perf_evlist__propagate_maps() 109 list_add_tail(&evsel->node, &evlist->entries); in perf_evlist__add() 119 list_del_init(&evsel->node); in perf_evlist__remove() 141 node); in perf_evlist__next() 143 next = list_next_entry(prev, node); in perf_evlist__next() 147 if (&next->node == &evlist->entries) in perf_evlist__next() 158 list_del_init(&pos->node); in perf_evlist__purge() 273 hlist_add_head(&sid->node, &evlist->heads[hash]); in perf_evlist__id_hash() 739 struct perf_evsel, node); in perf_evlist__set_leader()
|