/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | palmas.c | 393 struct device_node *node = i2c->dev.of_node; in palmas_dt_to_pdata() local 397 ret = of_property_read_u32(node, "ti,mux-pad1", &prop); in palmas_dt_to_pdata() 403 ret = of_property_read_u32(node, "ti,mux-pad2", &prop); in palmas_dt_to_pdata() 410 ret = of_property_read_u32(node, "ti,power-ctrl", &prop); in palmas_dt_to_pdata() 420 pdata->pm_off = of_property_read_bool(node, in palmas_dt_to_pdata() 511 struct device_node *node = i2c->dev.of_node; in palmas_i2c_probe() local 518 if (node && !pdata) { in palmas_i2c_probe() 554 palmas->i2c_clients[i]->dev.of_node = of_node_get(node); in palmas_i2c_probe() 675 if (node) { in palmas_i2c_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | fs_chains.c | 41 struct rhash_head node; member 61 struct rhash_head node; member 76 .head_offset = offsetof(struct fs_chain, node), 83 .head_offset = offsetof(struct prio, node), 323 err = rhashtable_insert_fast(&chains_ht(chains), &chain_s->node, in mlx5_chains_create_chain() 342 rhashtable_remove_fast(&chains_ht(chains), &chain->node, in mlx5_chains_destroy_chain() 544 err = rhashtable_insert_fast(&prios_ht(chains), &prio_s->node, in mlx5_chains_create_prio() 561 rhashtable_remove_fast(&prios_ht(chains), &prio_s->node, in mlx5_chains_create_prio() 587 rhashtable_remove_fast(&prios_ht(chains), &prio->node, in mlx5_chains_destroy_prio()
|
/kernel/linux/linux-6.6/fs/ocfs2/dlm/ |
H A D | dlmlock.c | 47 u8 node, u64 cookie); 115 lock->ml.node != dlm->node_num) { in dlmlock_master() 143 "node %u for reco lock\n", dlm->name, in dlmlock_master() 144 lock->ml.node); in dlmlock_master() 154 "node %u for reco lock\n", dlm->name, in dlmlock_master() 155 lock->ml.node); in dlmlock_master() 237 /* recovery lock was mastered by dead node. in dlmlock_remote() 241 "dead node %u, remaster it now.\n", in dlmlock_remote() 261 mlog(0, "%s: $RECOVERY lock for this node (%u) is " in dlmlock_remote() 305 "owned by node in dlm_send_remote_lock_request() 376 dlm_init_lock(struct dlm_lock *newlock, int type, u8 node, u64 cookie) dlm_init_lock() argument 405 dlm_new_lock(int type, u8 node, u64 cookie, struct dlm_lockstatus *lksb) dlm_new_lock() argument [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_devinfo.c | 30 struct list_head node; /* our node for being on the master list */ member 275 list_for_each_entry(devinfo_table, &scsi_dev_info_list, node) in scsi_devinfo_lookup_by_key() 633 list_entry(dl->top, struct scsi_dev_info_list_table, node); in devinfo_seq_show() 658 node); in devinfo_seq_start() 672 list_entry(dl->top, struct scsi_dev_info_list_table, node); in devinfo_seq_next() 684 node); in devinfo_seq_next() 798 INIT_LIST_HEAD(&devinfo_table->node); in scsi_dev_info_add_list() 802 list_add_tail(&devinfo_table->node, &scsi_dev_info_list); in scsi_dev_info_add_list() 827 list_del(&devinfo_table->node); in scsi_dev_info_remove_list() [all...] |
/kernel/linux/linux-6.6/drivers/soc/fsl/dpio/ |
H A D | dpio-service.c | 25 struct list_head node; member 87 d = list_entry(dpio_list.next, struct dpaa2_io, node); in service_select() 88 list_del(&d->node); in service_select() 89 list_add_tail(&d->node, &dpio_list); in service_select() 167 INIT_LIST_HEAD(&obj->node); in dpaa2_io_create() 181 list_add_tail(&obj->node, &dpio_list); in dpaa2_io_create() 210 list_del(&d->node); in dpaa2_io_down() 315 list_add(&ctx->node, &d->notifications); in dpaa2_io_service_register() 347 list_del(&ctx->node); in dpaa2_io_service_deregister()
|
/kernel/linux/linux-6.6/drivers/bcma/ |
H A D | main.c | 143 struct device_node *node; in bcma_of_find_child_device() local 149 for_each_child_of_node(parent->of_node, node) { in bcma_of_find_child_device() 151 ret = of_address_to_resource(node, 0, &res); in bcma_of_find_child_device() 155 return node; in bcma_of_find_child_device() 203 struct device_node *node; in bcma_of_fill_device() local 205 node = bcma_of_find_child_device(parent, core); in bcma_of_fill_device() 206 if (node) in bcma_of_fill_device() 207 core->dev.of_node = node; in bcma_of_fill_device() 211 of_dma_configure(&core->dev, node, false); in bcma_of_fill_device()
|
/kernel/linux/linux-6.6/drivers/pci/controller/ |
H A D | pcie-iproc-msi.c | 446 static int iproc_msi_alloc_domains(struct device_node *node, in iproc_msi_alloc_domains() argument 454 msi->msi_domain = pci_msi_create_irq_domain(of_node_to_fwnode(node), in iproc_msi_alloc_domains() 519 int iproc_msi_init(struct iproc_pcie *pcie, struct device_node *node) in iproc_msi_init() argument 525 if (!of_device_is_compatible(node, "brcm,iproc-msi")) in iproc_msi_init() 528 if (!of_property_read_bool(node, "msi-controller")) in iproc_msi_init() 547 msi->nr_irqs = of_irq_count(node); in iproc_msi_init() 588 msi->has_inten_reg = of_property_read_bool(node, "brcm,pcie-msi-inten"); in iproc_msi_init() 602 unsigned int irq = irq_of_parse_and_map(node, i); in iproc_msi_init() 623 ret = iproc_msi_alloc_domains(node, msi); in iproc_msi_init()
|
/kernel/linux/linux-6.6/drivers/perf/ |
H A D | arm_pmu.c | 703 static int arm_perf_starting_cpu(unsigned int cpu, struct hlist_node *node) in arm_perf_starting_cpu() argument 705 struct arm_pmu *pmu = hlist_entry_safe(node, struct arm_pmu, node); in arm_perf_starting_cpu() 722 static int arm_perf_teardown_cpu(unsigned int cpu, struct hlist_node *node) in arm_perf_teardown_cpu() argument 724 struct arm_pmu *pmu = hlist_entry_safe(node, struct arm_pmu, node); in arm_perf_teardown_cpu() 828 &cpu_pmu->node); in cpu_pmu_init() 840 &cpu_pmu->node); in cpu_pmu_init() 849 &cpu_pmu->node); in cpu_pmu_destroy()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | api.c | 485 const struct crypto_type *frontend, int node, in crypto_alloc_tfmmem() 496 mem = kzalloc_node(total, gfp, node); in crypto_alloc_tfmmem() 502 tfm->node = node; in crypto_alloc_tfmmem() 510 int node) in crypto_create_tfm_node() 516 mem = crypto_alloc_tfmmem(alg, frontend, node, GFP_KERNEL); in crypto_create_tfm_node() 554 mem = crypto_alloc_tfmmem(alg, frontend, otfm->node, GFP_ATOMIC); in crypto_clone_tfm() 590 * @node: NUMA node in which users desire to put requests, if node i 484 crypto_alloc_tfmmem(struct crypto_alg *alg, const struct crypto_type *frontend, int node, gfp_t gfp) crypto_alloc_tfmmem() argument 508 crypto_create_tfm_node(struct crypto_alg *alg, const struct crypto_type *frontend, int node) crypto_create_tfm_node() argument 607 crypto_alloc_tfm_node(const char *alg_name, const struct crypto_type *frontend, u32 type, u32 mask, int node) crypto_alloc_tfm_node() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_trace.h | 73 __entry->offset = vma->node.start; 74 __entry->size = vma->node.size; 98 __entry->offset = vma->node.start; 99 __entry->size = vma->node.size; 222 TP_PROTO(struct i915_address_space *vm, struct drm_mm_node *node, unsigned int flags), 223 TP_ARGS(vm, node, flags), 237 __entry->start = node->start; 238 __entry->size = node->size; 239 __entry->color = node->color;
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | cpumap.c | 21 * The numa node X as read from /sys/devices/system/node/nodeX indexed by the 219 if (a->node != b->node) in aggr_cpu_id__cmp() 220 return a->node - b->node; in aggr_cpu_id__cmp() 355 id.node = cpu__get_node(cpu); in aggr_cpu_id__node() 369 /* setup simple routines to easily access node numbers given a cpu number */ 381 /* start on the right, to find highest node num */ in get_max_num() 441 /* Determine highest possible node i [all...] |
/kernel/linux/linux-6.6/net/ipv6/ila/ |
H A D | ila_xlat.c | 19 struct rhash_head node; member 86 .head_offset = offsetof(struct ila_map, node), 240 &ila->node, rht_params); in ila_add_mapping() 266 &head->node, in ila_add_mapping() 267 &ila->node, rht_params); in ila_add_mapping() 321 &ilan->xlat.rhash_table, &ila->node, in ila_del_mapping() 322 &head->node, rht_params); in ila_del_mapping() 329 &ila->node, rht_params); in ila_del_mapping() 407 &ila->node, rht_params); in ila_xlat_nl_cmd_flush()
|
/kernel/linux/linux-6.6/net/nfc/ |
H A D | llcp_commands.c | 128 INIT_HLIST_NODE(&sdres->node); in nfc_llcp_build_sdres_tlv() 169 INIT_HLIST_NODE(&sdreq->node); in nfc_llcp_build_sdreq_tlv() 185 hlist_for_each_entry_safe(sdp, n, head, node) { in nfc_llcp_free_sdp_tlv_list() 186 hlist_del(&sdp->node); in nfc_llcp_free_sdp_tlv_list() 566 hlist_for_each_entry_safe(sdp, n, tlv_list, node) { in nfc_llcp_send_snl_sdres() 569 hlist_del(&sdp->node); in nfc_llcp_send_snl_sdres() 596 hlist_for_each_entry_safe(sdreq, n, tlv_list, node) { in nfc_llcp_send_snl_sdreq() 601 hlist_del(&sdreq->node); in nfc_llcp_send_snl_sdreq() 603 hlist_add_head(&sdreq->node, &local->pending_sdreqs); in nfc_llcp_send_snl_sdreq()
|
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/ |
H A D | page_track.c | 188 hlist_add_head_rcu(&n->node, &head->track_notifier_list); in kvm_page_track_register_notifier() 206 hlist_del_rcu(&n->node); in kvm_page_track_unregister_notifier() 213 * Notify the node that write access is intercepted and write emulation is 216 * The node should figure out if the written page is the one that node is 232 hlist_for_each_entry_srcu(n, &head->track_notifier_list, node, in kvm_page_track_write() 240 * Notify the node that memory slot is being removed or moved so that it can 243 * The node should figure out it has any write-protected pages in this slot 258 hlist_for_each_entry_srcu(n, &head->track_notifier_list, node, in kvm_page_track_flush_slot()
|
/kernel/linux/linux-5.10/drivers/clocksource/ |
H A D | jcore-pit.c | 136 static int __init jcore_pit_init(struct device_node *node) in jcore_pit_init() argument 143 jcore_pit_base = of_iomap(node, 0); in jcore_pit_init() 149 pit_irq = irq_of_parse_and_map(node, 0); in jcore_pit_init() 221 pit->base = of_iomap(node, cpu); in jcore_pit_init()
|
H A D | timer-atmel-pit.c | 166 static int __init at91sam926x_pit_dt_init(struct device_node *node) in at91sam926x_pit_dt_init() argument 177 data->base = of_iomap(node, 0); in at91sam926x_pit_dt_init() 184 data->mck = of_clk_get(node, 0); in at91sam926x_pit_dt_init() 198 data->irq = irq_of_parse_and_map(node, 0); in at91sam926x_pit_dt_init()
|
/kernel/linux/linux-5.10/arch/mips/kvm/ |
H A D | loongson_ipi.c | 55 uint32_t node = (addr >> 44) & 3; in loongson_vipi_read() local 56 uint32_t id = core + node * 4; in loongson_vipi_read() 100 uint32_t node = (addr >> 44) & 3; in loongson_vipi_write() local 101 uint32_t id = core + node * 4; in loongson_vipi_write()
|
/kernel/linux/linux-5.10/arch/powerpc/sysdev/ |
H A D | i8259.c | 161 static int i8259_host_match(struct irq_domain *h, struct device_node *node, in i8259_host_match() argument 165 return of_node == NULL || of_node == node; in i8259_host_match() 218 * @node: device node of the legacy PIC (can be NULL, but then, it will match 223 void i8259_init(struct device_node *node, unsigned long intack_addr) in i8259_init() argument 263 i8259_host = irq_domain_add_legacy_isa(node, &i8259_host_ops, NULL); in i8259_init()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/ |
H A D | setup.c | 157 int node; in cell_publish_devices() local 174 for_each_online_node(node) { in cell_publish_devices() 175 if (cbe_get_cpu_mic_tm_regs(cbe_node_to_cpu(node)) == NULL) in cell_publish_devices() 177 platform_device_register_simple("cbe-mic", node, NULL, 0); in cell_publish_devices()
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | prom_32.c | 41 * node. 47 * formats, and the platform plus the type of the node determine the 50 * For children of the ROOT node, the naming convention is fixed and 146 * may have the same name) the node number is printed in ambapp_path_component() 212 phandle node; in of_console_init() local 245 prom_printf("Cannot find PROM_V0 console node.\n"); in of_console_init() 263 node = (*romvec->pv_v2devops.v2_inst2pkg)(fd); in of_console_init() 267 if (!node) { in of_console_init() 268 prom_printf("Cannot resolve stdout node from " in of_console_init() 272 dp = of_find_node_by_phandle(node); in of_console_init() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/platforms/82xx/ |
H A D | ep8248e.c | 52 printk(KERN_ERR "PIC init: can not find cpm-pic node\n"); in ep8248e_pic_init() 114 struct device_node *node; in ep8248e_mdio_probe() local 117 node = of_get_parent(ofdev->dev.of_node); in ep8248e_mdio_probe() 118 of_node_put(node); in ep8248e_mdio_probe() 119 if (node != ep8248e_bcsr_node) in ep8248e_mdio_probe()
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | rscreate.c | 190 struct acpi_namespace_node *node; in acpi_rs_create_pci_routing_table() local 305 node = obj_desc->reference.node; in acpi_rs_create_pci_routing_table() 314 status = acpi_ns_handle_to_pathname((acpi_handle)node, &path_buffer, FALSE); in acpi_rs_create_pci_routing_table()
|
/kernel/linux/linux-5.10/drivers/clk/axs10x/ |
H A D | i2s_pll_clock.c | 169 struct device_node *node = dev->of_node; in i2s_pll_clk_probe() local 185 clk_name = node->name; in i2s_pll_clk_probe() 188 parent_name = of_clk_get_parent_name(node, 0); in i2s_pll_clk_probe() 201 return of_clk_add_provider(node, of_clk_src_simple_get, clk); in i2s_pll_clk_probe()
|
/kernel/linux/linux-5.10/arch/csky/kernel/ |
H A D | smp.c | 182 struct device_node *node = NULL; in setup_smp() local 185 for_each_of_cpu_node(node) { in setup_smp() 186 if (!of_device_is_available(node)) in setup_smp() 189 if (of_property_read_u32(node, "reg", &cpu)) in setup_smp()
|
/kernel/linux/linux-6.6/arch/mips/kvm/ |
H A D | loongson_ipi.c | 55 uint32_t node = (addr >> 44) & 3; in loongson_vipi_read() local 56 uint32_t id = core + node * 4; in loongson_vipi_read() 100 uint32_t node = (addr >> 44) & 3; in loongson_vipi_write() local 101 uint32_t id = core + node * 4; in loongson_vipi_write()
|