Searched refs:rentry (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/acpi/ |
H A 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 …]
|
H A 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()
|
H A D | resource.c | 864 struct resource_entry *rentry; in acpi_dev_new_resource_entry() local 866 rentry = resource_list_create_entry(NULL, 0); in acpi_dev_new_resource_entry() 867 if (!rentry) { in acpi_dev_new_resource_entry() 871 *rentry->res = win->res; in acpi_dev_new_resource_entry() 872 rentry->offset = win->offset; in acpi_dev_new_resource_entry() 873 resource_list_add_tail(rentry, c->list); in acpi_dev_new_resource_entry() 1092 struct resource_entry *rentry; in acpi_dev_consumes_res() local 1100 list_for_each_entry(rentry, &resource_list, node) { in acpi_dev_consumes_res() 1101 if (resource_contains(rentry->res, res)) { in acpi_dev_consumes_res()
|
H A 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()
|
/linux/drivers/acpi/arm64/ |
H A 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/drivers/soc/tegra/fuse/ |
H A 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/drivers/acpi/x86/ |
H A 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/drivers/iommu/arm/arm-smmu-v3/ |
H A D | tegra241-cmdqv.c | 720 struct resource_entry *rentry; in tegra241_cmdqv_find_acpi_resource() local 732 rentry = list_first_entry_or_null(&resource_list, in tegra241_cmdqv_find_acpi_resource() 734 if (!rentry) { in tegra241_cmdqv_find_acpi_resource() 744 *res = *rentry->res; in tegra241_cmdqv_find_acpi_resource()
|
/linux/fs/xfs/libxfs/ |
H A 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()
|