/linux-6.12.1/drivers/acpi/ |
D | acpi_watchdog.c | 107 struct resource_entry *rentry; in acpi_watchdog_init() local 133 struct resource_entry *rentry; in acpi_watchdog_init() local 152 resource_list_for_each_entry(rentry, &resource_list) { in acpi_watchdog_init() 153 if (rentry->res->flags == res.flags && in acpi_watchdog_init() 154 resource_union(rentry->res, &res, rentry->res)) { in acpi_watchdog_init() 161 rentry = resource_list_create_entry(NULL, 0); in acpi_watchdog_init() 162 if (!rentry) in acpi_watchdog_init() 165 *rentry->res = res; in acpi_watchdog_init() 166 resource_list_add_tail(rentry, &resource_list); in acpi_watchdog_init() 176 resource_list_for_each_entry(rentry, &resource_list) in acpi_watchdog_init() [all …]
|
D | acpi_apd.c | 70 struct resource_entry *rentry; in fch_misc_setup() local 95 list_for_each_entry(rentry, &resource_list, node) { in fch_misc_setup() 96 clk_data->base = devm_ioremap(&adev->dev, rentry->res->start, in fch_misc_setup() 97 resource_size(rentry->res)); in fch_misc_setup()
|
D | acpi_platform.c | 117 struct resource_entry *rentry; in acpi_create_platform_device() local 151 list_for_each_entry(rentry, &resource_list, node) in acpi_create_platform_device() 152 acpi_platform_fill_resource(adev, rentry->res, in acpi_create_platform_device()
|
D | resource.c | 840 struct resource_entry *rentry; in acpi_dev_new_resource_entry() local 842 rentry = resource_list_create_entry(NULL, 0); in acpi_dev_new_resource_entry() 843 if (!rentry) { in acpi_dev_new_resource_entry() 847 *rentry->res = win->res; in acpi_dev_new_resource_entry() 848 rentry->offset = win->offset; in acpi_dev_new_resource_entry() 849 resource_list_add_tail(rentry, c->list); in acpi_dev_new_resource_entry() 1068 struct resource_entry *rentry; in acpi_dev_consumes_res() local 1076 list_for_each_entry(rentry, &resource_list, node) { in acpi_dev_consumes_res() 1077 if (resource_contains(rentry->res, res)) { in acpi_dev_consumes_res()
|
D | scan.c | 1550 struct resource_entry *rentry; in acpi_dma_get_range() local 1586 list_for_each_entry(rentry, &list, node) { in acpi_dma_get_range() 1587 if (rentry->res->start >= rentry->res->end) { in acpi_dma_get_range() 1595 r->cpu_start = rentry->res->start; in acpi_dma_get_range() 1596 r->dma_start = rentry->res->start - rentry->offset; in acpi_dma_get_range() 1597 r->size = resource_size(rentry->res); in acpi_dma_get_range()
|
/linux-6.12.1/drivers/acpi/arm64/ |
D | amba.c | 41 struct resource_entry *rentry; in amba_handler_attach() local 63 list_for_each_entry(rentry, &resource_list, node) { in amba_handler_attach() 64 switch (resource_type(rentry->res)) { in amba_handler_attach() 67 dev->res = *rentry->res; in amba_handler_attach() 74 dev->irq[irq_no++] = rentry->res->start; in amba_handler_attach()
|
/linux-6.12.1/fs/xfs/scrub/ |
D | attr.c | 336 struct xfs_attr_leaf_name_remote *rentry; in xchk_xattr_entry() local 364 rentry = xfs_attr3_leaf_name_remote(leaf, idx); in xchk_xattr_entry() 365 namesize = xfs_attr_leaf_entsize_remote(rentry->namelen); in xchk_xattr_entry() 366 name_end = (char *)rentry + namesize; in xchk_xattr_entry() 367 if (rentry->namelen == 0 || rentry->valueblk == 0) in xchk_xattr_entry() 489 struct xfs_attr_leaf_name_remote *rentry; in xchk_xattr_rec() local 546 rentry = (struct xfs_attr_leaf_name_remote *) in xchk_xattr_rec() 548 if (rentry->namelen <= 0) { in xchk_xattr_rec() 556 calc_hash = xfs_attr_hashval(mp, ent->flags, rentry->name, in xchk_xattr_rec() 557 rentry->namelen, NULL, in xchk_xattr_rec() [all …]
|
D | attr_repair.c | 322 struct xfs_attr_leaf_name_remote *rentry, in xrep_xattr_salvage_remote_attr() argument 334 .namelen = rentry->namelen, in xrep_xattr_salvage_remote_attr() 335 .name = rentry->name, in xrep_xattr_salvage_remote_attr() 337 .valuelen = be32_to_cpu(rentry->valuelen), in xrep_xattr_salvage_remote_attr() 347 namesize = xfs_attr_leaf_entsize_remote(rentry->namelen); in xrep_xattr_salvage_remote_attr() 348 if ((char *)rentry + namesize > buf_end) in xrep_xattr_salvage_remote_attr() 351 !xrep_xattr_want_salvage(rx, ent->flags, rentry->name, in xrep_xattr_salvage_remote_attr() 352 rentry->namelen, NULL, args.valuelen)) in xrep_xattr_salvage_remote_attr() 377 error = xrep_xattr_salvage_key(rx, ent->flags, rentry->name, in xrep_xattr_salvage_remote_attr() 378 rentry->namelen, ab->value, args.valuelen); in xrep_xattr_salvage_remote_attr() [all …]
|
/linux-6.12.1/drivers/dma/ |
D | acpi-dma.c | 46 struct resource_entry *rentry; in acpi_dma_parse_resource_group() local 58 list_for_each_entry(rentry, &resource_list, node) { in acpi_dma_parse_resource_group() 59 if (resource_type(rentry->res) == IORESOURCE_MEM) in acpi_dma_parse_resource_group() 60 mem = rentry->res->start; in acpi_dma_parse_resource_group() 61 else if (resource_type(rentry->res) == IORESOURCE_IRQ) in acpi_dma_parse_resource_group() 62 irq = rentry->res->start; in acpi_dma_parse_resource_group()
|
/linux-6.12.1/drivers/soc/tegra/fuse/ |
D | tegra-apbmisc.c | 266 struct resource_entry *rentry; in tegra_acpi_init_apbmisc() local 290 resource_list_for_each_entry(rentry, &resource_list) { in tegra_acpi_init_apbmisc() 294 resources[rcount++] = rentry->res; in tegra_acpi_init_apbmisc()
|
/linux-6.12.1/drivers/perf/ |
D | thunderx2_pmu.c | 790 struct resource_entry *rentry; in tx2_uncore_pmu_init_dev() local 801 list_for_each_entry(rentry, &list, node) { in tx2_uncore_pmu_init_dev() 802 if (resource_type(rentry->res) == IORESOURCE_MEM) { in tx2_uncore_pmu_init_dev() 803 res = *rentry->res; in tx2_uncore_pmu_init_dev() 804 rentry = NULL; in tx2_uncore_pmu_init_dev() 810 if (rentry) { in tx2_uncore_pmu_init_dev()
|
D | xgene_pmu.c | 1453 struct resource_entry *rentry; in acpi_get_pmu_hw_inf() local 1468 list_for_each_entry(rentry, &resource_list, node) { in acpi_get_pmu_hw_inf() 1469 if (resource_type(rentry->res) == IORESOURCE_MEM) { in acpi_get_pmu_hw_inf() 1470 res = *rentry->res; in acpi_get_pmu_hw_inf() 1471 rentry = NULL; in acpi_get_pmu_hw_inf() 1477 if (rentry) { in acpi_get_pmu_hw_inf()
|
/linux-6.12.1/drivers/bus/ |
D | hisi_lpc.c | 398 struct resource_entry *rentry; in hisi_lpc_acpi_set_io_res() local 434 list_for_each_entry(rentry, &resource_list, node) { in hisi_lpc_acpi_set_io_res() 435 resources[count] = *rentry->res; in hisi_lpc_acpi_set_io_res()
|
/linux-6.12.1/drivers/acpi/x86/ |
D | lpss.c | 620 struct resource_entry *rentry; in acpi_lpss_create_device() local 638 rentry = list_first_entry_or_null(&resource_list, struct resource_entry, node); in acpi_lpss_create_device() 639 if (rentry) { in acpi_lpss_create_device() 643 pdata->mmio_size = resource_size(rentry->res); in acpi_lpss_create_device() 644 pdata->mmio_base = ioremap(rentry->res->start, pdata->mmio_size); in acpi_lpss_create_device()
|
/linux-6.12.1/drivers/usb/typec/mux/ |
D | intel_pmc_mux.c | 663 struct resource_entry *rentry; in pmc_usb_probe_iom() local 686 rentry = list_first_entry_or_null(&resource_list, struct resource_entry, node); in pmc_usb_probe_iom() 687 if (rentry) in pmc_usb_probe_iom() 688 pmc->iom_base = devm_ioremap_resource(pmc->dev, rentry->res); in pmc_usb_probe_iom()
|
/linux-6.12.1/drivers/iommu/arm/arm-smmu-v3/ |
D | tegra241-cmdqv.c | 717 struct resource_entry *rentry; in tegra241_cmdqv_find_acpi_resource() local 729 rentry = list_first_entry_or_null(&resource_list, in tegra241_cmdqv_find_acpi_resource() 731 if (!rentry) { in tegra241_cmdqv_find_acpi_resource() 741 *res = *rentry->res; in tegra241_cmdqv_find_acpi_resource()
|
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_attr_leaf.c | 249 struct xfs_attr_leaf_name_remote *rentry; in xfs_attr3_leaf_verify_entry() local 277 rentry = xfs_attr3_leaf_name_remote(leaf, idx); in xfs_attr3_leaf_verify_entry() 278 namesize = xfs_attr_leaf_entsize_remote(rentry->namelen); in xfs_attr3_leaf_verify_entry() 279 name_end = (char *)rentry + namesize; in xfs_attr3_leaf_verify_entry() 280 if (rentry->namelen == 0) in xfs_attr3_leaf_verify_entry() 283 rentry->valueblk == 0) in xfs_attr3_leaf_verify_entry()
|
/linux-6.12.1/arch/x86/kernel/apic/ |
D | io_apic.c | 1829 struct IO_APIC_route_entry rentry; in ioapic_irq_get_chip_state() local 1839 rentry = __ioapic_read_entry(p->apic, p->pin); in ioapic_irq_get_chip_state() 1846 if (rentry.irr && rentry.is_level) { in ioapic_irq_get_chip_state()
|
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_npc.c | 2299 u16 entry, rentry; in npc_mcam_set_bit() local 2302 rentry = mcam->bmap_entries - index - 1; in npc_mcam_set_bit() 2305 __set_bit(rentry, mcam->bmap_reverse); in npc_mcam_set_bit() 2315 u16 entry, rentry; in npc_mcam_clear_bit() local 2318 rentry = mcam->bmap_entries - index - 1; in npc_mcam_clear_bit() 2321 __clear_bit(rentry, mcam->bmap_reverse); in npc_mcam_clear_bit()
|