Home
last modified time | relevance | path

Searched refs:node (Results 6926 - 6950 of 9280) sorted by relevance

1...<<271272273274275276277278279280>>...372

/kernel/linux/linux-5.10/drivers/acpi/
H A Dsysfs.c333 struct list_head node; member
373 list_for_each_entry(attr, &acpi_table_attr_list, node) { in acpi_table_attr_init()
419 list_add_tail(&table_attr->node, &acpi_table_attr_list); in acpi_sysfs_table_handler()
550 list_add_tail(&table_attr->node, &acpi_table_attr_list); in acpi_tables_sysfs_init()
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/
H A Diommu.c121 /* Static array of iommus, one per node
282 nidp = of_get_property(np, "node-id", NULL); in cell_iommu_find_ioc()
383 panic("%s: missing IOC register mappings for node %d\n", in cell_iommu_enable_hardware()
545 * node's iommu. We -might- do something smarter later though it may in cell_get_iommu_table()
550 dev_err(dev, "iommu: missing iommu for %pOF (node %d)\n", in cell_get_iommu_table()
622 /* Get node ID */ in cell_iommu_alloc()
625 printk(KERN_ERR "iommu: failed to get node for %pOF\n", in cell_iommu_alloc()
629 pr_debug("iommu: setting up iommu for node %d (%pOF)\n", in cell_iommu_alloc()
634 * iommu for that node is already setup. in cell_iommu_alloc()
683 int node; in cell_disable_iommus() local
[all...]
/kernel/linux/linux-5.10/arch/alpha/kernel/
H A Dcore_marvel.c365 marvel_io7_present(gct6_node *node) in marvel_io7_present()
369 if (node->type != GCT_TYPE_HOSE || in marvel_io7_present()
370 node->subtype != GCT_SUBTYPE_IO_PORT_MODULE) in marvel_io7_present()
373 pe = (node->id >> 8) & 0xff; in marvel_io7_present()
861 * FIXME - for now each cpu is a node by itself in marvel_pa_to_nid()
361 marvel_io7_present(gct6_node *node) marvel_io7_present() argument
/kernel/linux/linux-5.10/drivers/base/
H A Dbus.c494 list_for_each_entry(sif, &bus->p->interfaces, node) in bus_probe_device()
519 list_for_each_entry(sif, &bus->p->interfaces, node) in bus_remove_device()
1056 list_add_tail(&sif->node, &subsys->p->interfaces); in subsys_interface_register()
1081 list_del_init(&sif->node); in subsys_interface_unregister()
/kernel/linux/linux-5.10/drivers/crypto/cavium/cpt/
H A Dcptvf_main.c176 struct hlist_node *node; in free_command_queues() local
184 hlist_for_each_entry_safe(chunk, node, &cqinfo->queue[i].chead, in free_command_queues()
627 cpumask_set_cpu(cpumask_local_spread(cpu, cptvf->node), in cptvf_set_irq_affinity()
710 cptvf->node = dev_to_node(&pdev->dev); in cptvf_probe()
/kernel/linux/linux-5.10/drivers/clk/
H A Dclk-cdce925.c641 struct device_node *node = client->dev.of_node; in cdce925_probe() local
683 parent_name = of_clk_get_parent_name(node, 0); in cdce925_probe()
690 if (of_property_read_u32(node, "xtal-load-pf", &value) == 0) in cdce925_probe()
722 np_output = of_get_child_by_name(node, child_name); in cdce925_probe()
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/zip/
H A Dzip_main.c244 int zip_create_qps(struct hisi_qp **qps, int qp_num, int node) in zip_create_qps() argument
246 if (node == NUMA_NO_NODE) in zip_create_qps()
247 node = cpu_to_node(smp_processor_id()); in zip_create_qps()
249 return hisi_qm_alloc_qps_node(&zip_devices, qp_num, 0, node, qps); in zip_create_qps()
/kernel/linux/linux-5.10/drivers/dma/sh/
H A Dshdmac.c495 list_for_each_entry_rcu(shdev, &sh_dmae_devices, node) { in sh_dmae_nmi_handler()
559 /* remove from dmaengine device node */ in sh_dmae_chan_probe()
772 list_add_tail_rcu(&shdev->node, &sh_dmae_devices); in sh_dmae_probe()
874 list_del_rcu(&shdev->node); in sh_dmae_probe()
895 list_del_rcu(&shdev->node); in sh_dmae_remove()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_dcb.c1351 struct ice_sched_node *node, *tc_node; in ice_update_port_tc_tree_cfg() local
1398 node = ice_sched_find_node_by_teid(pi->root, teid2); in ice_update_port_tc_tree_cfg()
1399 if (node) in ice_update_port_tc_tree_cfg()
1400 node->tc_num = j; in ice_update_port_tc_tree_cfg()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/
H A Dhisi_femac.c771 struct device_node *node = dev->of_node; in hisi_femac_drv_probe() local
825 ret = of_property_read_u32_array(node, in hisi_femac_drv_probe()
834 phy = of_phy_get_and_connect(ndev, node, hisi_femac_adjust_link); in hisi_femac_drv_probe()
845 mac_addr = of_get_mac_address(node); in hisi_femac_drv_probe()
/kernel/linux/linux-6.6/arch/alpha/kernel/
H A Dcore_marvel.c363 marvel_io7_present(gct6_node *node) in marvel_io7_present()
367 if (node->type != GCT_TYPE_HOSE || in marvel_io7_present()
368 node->subtype != GCT_SUBTYPE_IO_PORT_MODULE) in marvel_io7_present()
371 pe = (node->id >> 8) & 0xff; in marvel_io7_present()
359 marvel_io7_present(gct6_node *node) marvel_io7_present() argument
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/
H A Diommu.c123 /* Static array of iommus, one per node
284 nidp = of_get_property(np, "node-id", NULL); in cell_iommu_find_ioc()
385 panic("%s: missing IOC register mappings for node %d\n", in cell_iommu_enable_hardware()
548 * node's iommu. We -might- do something smarter later though it may in cell_get_iommu_table()
553 dev_err(dev, "iommu: missing iommu for %pOF (node %d)\n", in cell_get_iommu_table()
625 /* Get node ID */ in cell_iommu_alloc()
628 printk(KERN_ERR "iommu: failed to get node for %pOF\n", in cell_iommu_alloc()
632 pr_debug("iommu: setting up iommu for node %d (%pOF)\n", in cell_iommu_alloc()
637 * iommu for that node is already setup. in cell_iommu_alloc()
686 int node; in cell_disable_iommus() local
[all...]
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/
H A Dmmu_v1.c20 hash_for_each_possible(ctx->mmu_shadow_hash, pgt_info, node, in get_pgt_info()
34 hash_del(&pgt_info->node); in _free_hop()
73 hash_add(ctx->mmu_shadow_hash, &pgt_info->node, shadow_addr); in alloc_hop()
514 hash_for_each_safe(ctx->mmu_shadow_hash, i, tmp, pgt_info, node) { in hl_mmu_v1_ctx_fini()
/kernel/linux/linux-5.10/drivers/mfd/
H A Dtwl-core.c1071 struct device_node *node = client->dev.of_node; in twl_probe() local
1078 if (!node && !pdata) { in twl_probe()
1216 if (node) { in twl_probe()
1219 status = of_platform_populate(node, NULL, twl_auxdata_lookup, in twl_probe()
/kernel/linux/linux-5.10/drivers/hid/usbhid/
H A Dhiddev.c45 struct list_head node; member
148 list_for_each_entry(list, &hiddev->list, node) { in hiddev_send_event()
222 list_del(&list->node); in hiddev_release()
269 list_add_tail(&list->node, &hiddev->list); in __hiddev_open()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/
H A Di915_vma.c570 if (vma->node.size < vma->size) { in igt_vma_rotate_remap()
572 vma->size, vma->node.size); in igt_vma_rotate_remap()
664 if (vma->node.size < vma->size) { in assert_pin()
666 name, vma->size, vma->node.size); in assert_pin()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dgen8_ppgtt.c413 u64 start = vma->node.start; in gen8_ppgtt_insert_huge()
494 !iter->sg && IS_ALIGNED(vma->node.start + in gen8_ppgtt_insert_huge()
495 vma->node.size, in gen8_ppgtt_insert_huge()
539 u64 idx = vma->node.start >> GEN8_PTE_SHIFT; in gen8_ppgtt_insert()
/kernel/linux/linux-5.10/drivers/hwmon/
H A Dhwmon.c61 struct list_head node; /* hwmon tzdata list entry */ member
190 err = devm_add_action(dev, hwmon_thermal_remove_sensor, &tdata->node); in hwmon_thermal_add_sensor()
195 list_add(&tdata->node, &hwdev->tzdata); in hwmon_thermal_add_sensor()
236 list_for_each_entry(tzdata, &hwdev->tzdata, node) { in hwmon_thermal_notify()
/kernel/linux/linux-5.10/drivers/hwtracing/intel_th/
H A Dcore.c193 char *node; in intel_th_output_devnode() local
196 node = kasprintf(GFP_KERNEL, "intel_th%d/%s%d", th->id, in intel_th_output_devnode()
199 node = kasprintf(GFP_KERNEL, "intel_th%d/%s", th->id, in intel_th_output_devnode()
202 return node; in intel_th_output_devnode()
/kernel/linux/linux-5.10/drivers/net/phy/
H A Dat803x.c412 struct device_node *node = phydev->mdio.dev.of_node; in at803x_parse_dt() local
421 ret = of_property_read_u32(node, "qca,clk-out-frequency", &freq); in at803x_parse_dt()
462 ret = of_property_read_u32(node, "qca,clk-out-strength", &strength); in at803x_parse_dt()
485 if (of_property_read_bool(node, "qca,keep-pll-enabled")) in at803x_parse_dt()
/kernel/linux/linux-5.10/drivers/perf/
H A Darm_dsu_pmu.c646 * A dsu pmu node is inside a cluster parent node along with cpu nodes. in dsu_pmu_acpi_get_cpus()
818 static int dsu_pmu_cpu_online(unsigned int cpu, struct hlist_node *node) in dsu_pmu_cpu_online() argument
820 struct dsu_pmu *dsu_pmu = hlist_entry_safe(node, struct dsu_pmu, in dsu_pmu_cpu_online()
836 static int dsu_pmu_cpu_teardown(unsigned int cpu, struct hlist_node *node) in dsu_pmu_cpu_teardown() argument
839 struct dsu_pmu *dsu_pmu = hlist_entry_safe(node, struct dsu_pmu, in dsu_pmu_cpu_teardown()
/kernel/linux/linux-5.10/drivers/tty/
H A Dvcc.c575 u64 node; in vcc_probe() local
625 node = vio_vdev_node(hp, vdev); in vcc_probe()
626 if (node == MDESC_NODE_NULL) { in vcc_probe()
632 domain = mdesc_get_property(hp, node, "vcc-domain-name", NULL); in vcc_probe()
/kernel/linux/linux-5.10/sound/aoa/codecs/
H A Donyx.c996 struct device_node *node = client->dev.of_node; in onyx_i2c_probe() local
1020 onyx->codec.node = of_node_get(node); in onyx_i2c_probe()
1037 of_node_put(onyx->codec.node); in onyx_i2c_remove()
/kernel/linux/linux-5.10/kernel/
H A Dpadata.c812 static int padata_cpu_online(unsigned int cpu, struct hlist_node *node) in padata_cpu_online() argument
817 pinst = hlist_entry_safe(node, struct padata_instance, cpu_online_node); in padata_cpu_online()
827 static int padata_cpu_dead(unsigned int cpu, struct hlist_node *node) in padata_cpu_dead() argument
832 pinst = hlist_entry_safe(node, struct padata_instance, cpu_dead_node); in padata_cpu_dead()
/kernel/linux/linux-5.10/kernel/livepatch/
H A Dcore.c609 list_del(&func->node); in __klp_free_funcs()
639 list_del(&obj->node); in __klp_free_objects()
859 list_add_tail(&func->node, &obj->func_list); in klp_init_func_early()
867 list_add_tail(&obj->node, &patch->obj_list); in klp_init_object_early()

Completed in 37 milliseconds

1...<<271272273274275276277278279280>>...372