| /linux-6.15/drivers/clk/ti/ |
| H A D | clock.h | 202 struct clk *of_ti_clk_register(struct device_node *node, struct clk_hw *hw, 204 struct clk *of_ti_clk_register_omap_hw(struct device_node *node, 217 int ti_clk_get_reg_addr(struct device_node *node, int index, 219 int ti_clk_get_legacy_bit_shift(struct device_node *node); 221 int ti_clk_retry_init(struct device_node *node, void *user, 223 int ti_clk_add_component(struct device_node *node, struct clk_hw *hw, int type); 225 int of_ti_clk_autoidle_setup(struct device_node *node);
|
| /linux-6.15/drivers/accel/qaic/ |
| H A D | qaic_debugfs.c | 38 struct list_head node; member 54 list_for_each_entry(page, &qdev->bootlog, node) { in bootlog_show() 131 list_add_tail(&page->node, &qdev->bootlog); in alloc_bootlog_page() 142 list_for_each_entry_safe(page, i, &qdev->bootlog, node) { in reset_bootlog() 143 list_del(&page->node); in reset_bootlog() 159 page = list_last_entry(&qdev->bootlog, struct bootlog_page, node); in bootlog_get_space() 177 page = list_last_entry(&qdev->bootlog, struct bootlog_page, node); in bootlog_commit()
|
| /linux-6.15/net/caif/ |
| H A D | cfmuxl.c | 70 list_add_rcu(&dn->node, &muxl->frml_list); in cfmuxl_set_dnlayer() 78 list_for_each_entry_rcu(lyr, list, node) { in get_from_id() 96 list_del_rcu(&old->node); in cfmuxl_set_uplayer() 98 list_add_rcu(&up->node, &muxl->srvl_list); in cfmuxl_set_uplayer() 116 list_del_rcu(&dn->node); in cfmuxl_remove_dnlayer() 168 list_del_rcu(&up->node); in cfmuxl_remove_uplayer() 253 list_for_each_entry_rcu(layer, &muxl->srvl_list, node) { in cfmuxl_ctrlcmd()
|
| /linux-6.15/drivers/platform/x86/ |
| H A D | serial-multi-instantiate.c | 247 const struct smi_node *node; in smi_probe() local 251 node = device_get_match_data(dev); in smi_probe() 252 if (!node) { in smi_probe() 263 switch (node->bus_type) { in smi_probe() 266 return smi_i2c_probe(pdev, smi, node->instances); in smi_probe() 271 return smi_spi_probe(pdev, smi, node->instances); in smi_probe() 284 ret = smi_i2c_probe(pdev, smi, node->instances); in smi_probe() 290 return smi_spi_probe(pdev, smi, node->instances); in smi_probe()
|
| /linux-6.15/arch/powerpc/platforms/52xx/ |
| H A D | mpc52xx_pci.c | 355 mpc52xx_add_bridge(struct device_node *node) in mpc52xx_add_bridge() argument 363 pr_debug("Adding MPC52xx PCI host bridge %pOF\n", node); in mpc52xx_add_bridge() 367 if (of_address_to_resource(node, 0, &rsrc) != 0) { in mpc52xx_add_bridge() 368 printk(KERN_ERR "Can't get %pOF resources\n", node); in mpc52xx_add_bridge() 372 bus_range = of_get_property(node, "bus-range", &len); in mpc52xx_add_bridge() 375 node); in mpc52xx_add_bridge() 387 hose = pcibios_alloc_controller(node); in mpc52xx_add_bridge() 400 pci_process_bridge_OF_ranges(hose, node, 1); in mpc52xx_add_bridge()
|
| /linux-6.15/arch/arm/mach-imx/ |
| H A D | pm-imx6.c | 442 struct device_node *node; in imx6_pm_get_base() local 446 node = of_find_compatible_node(NULL, NULL, compat); in imx6_pm_get_base() 447 if (!node) in imx6_pm_get_base() 450 ret = of_address_to_resource(node, 0, &res); in imx6_pm_get_base() 460 of_node_put(node); in imx6_pm_get_base() 467 struct device_node *node; in imx6q_suspend_init() local 482 node = of_find_compatible_node(NULL, NULL, "mmio-sram"); in imx6q_suspend_init() 483 if (!node) { in imx6q_suspend_init() 488 pdev = of_find_device_by_node(node); in imx6q_suspend_init() 591 of_node_put(node); in imx6q_suspend_init()
|
| /linux-6.15/drivers/acpi/acpica/ |
| H A D | dswexec.c | 284 acpi_ds_scope_stack_push(op->named.node, in acpi_ds_exec_begin_op() 285 op->named.node-> in acpi_ds_exec_begin_op() 480 op->common.node = (struct acpi_namespace_node *) in acpi_ds_exec_end_op() 481 op->asl.value.arg->asl.node; in acpi_ds_exec_end_op() 483 node->object); in acpi_ds_exec_end_op() 558 acpi_ns_get_external_pathname(op->common.node); in acpi_ds_exec_end_op() 564 node->object, in acpi_ds_exec_end_op() 591 op->common.parent->common.node; in acpi_ds_exec_end_op() 596 common.node, in acpi_ds_exec_end_op() 611 node)); in acpi_ds_exec_end_op()
|
| H A D | dsmethod.c | 55 acpi_ds_auto_serialize_method(struct acpi_namespace_node *node, in acpi_ds_auto_serialize_method() argument 62 ACPI_FUNCTION_TRACE_PTR(ds_auto_serialize_method, node); in acpi_ds_auto_serialize_method() 66 acpi_ut_get_node_name(node), node)); in acpi_ds_auto_serialize_method() 75 acpi_ps_set_name(op, node->name.integer); in acpi_ds_auto_serialize_method() 76 op->common.node = node; in acpi_ds_auto_serialize_method() 81 acpi_ds_create_walk_state(node->owner_id, NULL, NULL, NULL); in acpi_ds_auto_serialize_method() 87 status = acpi_ds_init_aml_walk(walk_state, op, node, in acpi_ds_auto_serialize_method() 845 method.node, method_desc, walk_state); in acpi_ds_terminate_control_method()
|
| /linux-6.15/drivers/dma-buf/ |
| H A D | dma-fence.c | 386 list_for_each_entry_safe(cur, tmp, &cb_list, node) { in dma_fence_signal_timestamp_locked() 387 INIT_LIST_HEAD(&cur->node); in dma_fence_signal_timestamp_locked() 653 INIT_LIST_HEAD(&cb->node); in dma_fence_add_callback() 661 list_add_tail(&cb->node, &fence->cb_list); in dma_fence_add_callback() 663 INIT_LIST_HEAD(&cb->node); in dma_fence_add_callback() 724 ret = !list_empty(&cb->node); in dma_fence_remove_callback() 726 list_del_init(&cb->node); in dma_fence_remove_callback() 784 list_add(&cb.base.node, &fence->cb_list); in dma_fence_default_wait() 800 if (!list_empty(&cb.base.node)) in dma_fence_default_wait() 801 list_del(&cb.base.node); in dma_fence_default_wait()
|
| /linux-6.15/drivers/slimbus/ |
| H A D | core.c | 154 struct device_node *node) in slim_add_device() argument 163 sbdev->dev.of_node = of_node_get(node); in slim_add_device() 164 sbdev->dev.fwnode = of_fwnode_handle(node); in slim_add_device() 177 struct device_node *node) in slim_alloc_device() argument 187 ret = slim_add_device(ctrl, sbdev, node); in slim_alloc_device() 199 struct device_node *node; in of_register_slim_devices() local 204 for_each_child_of_node(ctrl->dev->of_node, node) { in of_register_slim_devices() 211 compat = of_get_property(node, "compatible", NULL); in of_register_slim_devices() 222 ret = of_property_read_u32_array(node, "reg", reg, 2); in of_register_slim_devices() 234 sbdev = slim_alloc_device(ctrl, &e_addr, node); in of_register_slim_devices()
|
| /linux-6.15/drivers/base/power/ |
| H A D | clock_ops.c | 32 struct list_head node; member 225 list_add_tail(&ce->node, &psd->clock_list); in __pm_clk_add() 364 list_for_each_entry(ce, &psd->clock_list, node) { in pm_clk_remove_clk() 373 list_del(&ce->node); in pm_clk_remove_clk() 434 list_for_each_entry_safe_reverse(ce, c, &psd->clock_list, node) in pm_clk_destroy() 435 list_move(&ce->node, &list); in pm_clk_destroy() 442 list_for_each_entry_safe_reverse(ce, c, &list, node) { in pm_clk_destroy() 443 list_del(&ce->node); in pm_clk_destroy() 486 list_for_each_entry_reverse(ce, &psd->clock_list, node) { in pm_clk_suspend() 524 list_for_each_entry(ce, &psd->clock_list, node) in pm_clk_resume()
|
| /linux-6.15/drivers/input/keyboard/ |
| H A D | cap11xx.c | 198 struct device_node *node = priv->dev->of_node; in cap11xx_init_keys() local 203 if (!node) { in cap11xx_init_keys() 208 if (!of_property_read_u32(node, "microchip,sensor-gain", &u32_val)) { in cap11xx_init_keys() 227 if (of_property_read_bool(node, "microchip,irq-active-high")) { in cap11xx_init_keys() 259 if (!of_property_read_u32_array(node, "microchip,input-threshold", in cap11xx_init_keys() 276 if (!of_property_read_u32_array(node, "microchip,calib-sensitivity", in cap11xx_init_keys() 306 if (!of_property_read_u32_index(node, "microchip,signal-guard", in cap11xx_init_keys() 332 of_property_read_u32_array(node, "linux,keycodes", in cap11xx_init_keys() 419 struct device_node *node = dev->of_node; in cap11xx_init_leds() local 421 int cnt = of_get_child_count(node); in cap11xx_init_leds() [all …]
|
| /linux-6.15/arch/arm64/boot/dts/qcom/ |
| H A D | qru1000.dtsi | 7 /delete-node/ &tenx_mem; 8 /delete-node/ &oem_tenx_mem; 9 /delete-node/ &tenx_q6_buffer_mem;
|
| H A D | msm8996-sony-xperia-tone-dora.dts | 18 /delete-node/ &tof_sensor; 19 /delete-node/ &pm8994_l11; 20 /delete-node/ &pm8994_l14;
|
| /linux-6.15/drivers/of/unittest-data/ |
| H A D | overlay_bad_add_dup_node.dtso | 6 * &electric_1/motor-1 and &spin_ctrl_1 are the same node: 9 * Thus the new node "controller" in each fragment will 10 * result in an attempt to add the same node twice.
|
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | normal_map_btf.c | 12 struct bpf_list_node node; member 16 struct bpf_list_head head __contains(node_data, node); 51 bpf_list_push_back(&value->head, &new->node); in add_to_list_in_array()
|
| /linux-6.15/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_hw_api_cmd.c | 674 struct hinic_api_cmd_cell *node; in api_cmd_create_cell() local 680 if (!node) in api_cmd_create_cell() 683 node->read.hw_wb_resp_paddr = 0; in api_cmd_create_cell() 686 cell_ctxt->cell_vaddr = node; in api_cmd_create_cell() 691 chain->head_node = node; in api_cmd_create_cell() 699 err = alloc_cmd_buf(chain, node, cell_idx); in api_cmd_create_cell() 712 *node_vaddr = node; in api_cmd_create_cell() 731 struct hinic_api_cmd_cell *node; in api_cmd_destroy_cell() local 737 node = cell_ctxt->cell_vaddr; in api_cmd_destroy_cell() 751 dma_free_coherent(&pdev->dev, node_size, node, in api_cmd_destroy_cell() [all …]
|
| /linux-6.15/drivers/dma/xilinx/ |
| H A D | zynqmp_dma.c | 184 struct list_head node; member 395 struct zynqmp_dma_desc_sw, node); in zynqmp_dma_tx_submit() 398 struct zynqmp_dma_desc_sw, node); in zynqmp_dma_tx_submit() 425 struct zynqmp_dma_desc_sw, node); in zynqmp_dma_get_descriptor() 426 list_del(&desc->node); in zynqmp_dma_get_descriptor() 601 struct zynqmp_dma_desc_sw, node); in zynqmp_dma_start_transfer() 648 struct zynqmp_dma_desc_sw, node); in zynqmp_dma_complete_descriptor() 651 list_del(&desc->node); in zynqmp_dma_complete_descriptor() 653 list_add_tail(&desc->node, &chan->done_list); in zynqmp_dma_complete_descriptor() 872 list_add_tail(&new->node, &first->tx_list); in zynqmp_dma_prep_memcpy() [all …]
|
| /linux-6.15/drivers/irqchip/ |
| H A D | irq-gic.c | 1291 of_address_to_resource(node, 1, &cpuif_res); in gic_check_eoimode() 1391 if (!gic || !node) in gic_of_setup() 1394 gic->raw_dist_base = of_iomap(node, 0); in gic_of_setup() 1398 gic->raw_cpu_base = of_iomap(node, 1); in gic_of_setup() 1405 gic_enable_of_quirks(node, gic_quirks, gic); in gic_of_setup() 1472 if (WARN_ON(!node)) in gic_of_init() 1480 ret = gic_of_setup(gic, node); in gic_of_init() 1491 ret = __gic_init_bases(gic, &node->fwnode); in gic_of_init() 1498 gic_init_physaddr(node); in gic_of_init() 1499 gic_of_setup_kvm_info(node); in gic_of_init() [all …]
|
| /linux-6.15/sound/ppc/ |
| H A D | pmac.c | 806 if (chip->node) in snd_pmac_free() 832 if (chip->node) { in snd_pmac_free() 842 of_node_put(chip->node); in snd_pmac_free() 926 if (!chip->node) in snd_pmac_detect() 932 if (! chip->node) { in snd_pmac_detect() 934 if (chip->node && chip->node->parent && in snd_pmac_detect() 941 if (! chip->node) in snd_pmac_detect() 950 of_node_put(chip->node); in snd_pmac_detect() 951 chip->node = NULL; in snd_pmac_detect() 965 chip->node = NULL; in snd_pmac_detect() [all …]
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | epapr_paravirt.c | 24 static int __init early_init_dt_scan_epapr(unsigned long node, in early_init_dt_scan_epapr() argument 32 insts = of_get_flat_dt_prop(node, "hcall-instructions", &len); in early_init_dt_scan_epapr() 48 if (of_get_flat_dt_prop(node, "has-idle", NULL)) in early_init_dt_scan_epapr()
|
| /linux-6.15/fs/btrfs/ |
| H A D | free-space-cache.c | 1096 while (node) { in write_cache_extent_entries() 1111 node = rb_next(node); in write_cache_extent_entries() 2036 for (; node; node = rb_next(node)) { in find_free_space() 2350 if (!node) { in insert_into_bitmap() 3079 node = rb_next(node); in btrfs_is_free_space_trimmed() 3244 if (!node) in btrfs_alloc_from_cluster() 3256 if (!node) in btrfs_alloc_from_cluster() 3444 if (!node) in setup_cluster_no_bitmap() 3454 for (node = rb_next(&entry->offset_index); node; in setup_cluster_no_bitmap() 3745 if (!node) in trim_no_bitmap() [all …]
|
| /linux-6.15/drivers/perf/ |
| H A D | arm-ni.c | 472 struct arm_ni_cd *cd = ni->cds + node->id; in arm_ni_init_cd() 476 cd->id = node->id; in arm_ni_init_cd() 477 cd->num_units = node->num_components; in arm_ni_init_cd() 582 node->base = base; in arm_ni_probe_domain() 583 node->type = FIELD_GET(NI_NODE_TYPE_NODE_TYPE, reg); in arm_ni_probe_domain() 584 node->id = FIELD_GET(NI_NODE_TYPE_NODE_ID, reg); in arm_ni_probe_domain() 721 int node; in arm_ni_pmu_online_cpu() local 724 node = dev_to_node(cd_to_ni(cd)->dev); in arm_ni_pmu_online_cpu() 725 if (cpu_to_node(cd->cpu) != node && cpu_to_node(cpu) == node) in arm_ni_pmu_online_cpu() 734 int node; in arm_ni_pmu_offline_cpu() local [all …]
|
| /linux-6.15/tools/perf/util/ |
| H A D | annotate.c | 1134 struct rb_node *node; in resort_source_line() local 1137 while (node) { in resort_source_line() 1141 next = rb_next(node); in resort_source_line() 1145 node = next; in resort_source_line() 1152 struct rb_node *node; in print_summary() local 1162 node = rb_first(root); in print_summary() 1163 while (node) { in print_summary() 1183 node = rb_next(node); in print_summary() 1306 queue = list_entry(queue->node.next, typeof(*queue), node); in hist_entry__annotate_printf() 2895 struct list_head node; member [all …]
|
| /linux-6.15/drivers/clk/mediatek/ |
| H A D | clk-mtk.c | 468 struct device_node *node) in __mtk_clk_simple_probe() argument 492 base = of_iomap(node, 0); in __mtk_clk_simple_probe() 537 mcd->num_mux_clks, node, in __mtk_clk_simple_probe() 630 struct device_node *node) in __mtk_clk_simple_remove() argument 635 of_clk_del_provider(node); in __mtk_clk_simple_remove() 659 struct device_node *node = dev->parent->of_node; in mtk_clk_pdev_probe() local 661 return __mtk_clk_simple_probe(pdev, node); in mtk_clk_pdev_probe() 667 struct device_node *node = pdev->dev.of_node; in mtk_clk_simple_probe() local 669 return __mtk_clk_simple_probe(pdev, node); in mtk_clk_simple_probe() 676 struct device_node *node = dev->parent->of_node; in mtk_clk_pdev_remove() local [all …]
|