Home
last modified time | relevance | path

Searched refs:IOMEM_ERR_PTR (Results 1 – 15 of 15) sorted by relevance

/linux-6.6.21/lib/
Ddevres.c133 return IOMEM_ERR_PTR(-EINVAL); in __devm_ioremap_resource()
148 return IOMEM_ERR_PTR(-ENOMEM); in __devm_ioremap_resource()
153 return IOMEM_ERR_PTR(-EBUSY); in __devm_ioremap_resource()
160 dest_ptr = IOMEM_ERR_PTR(-ENOMEM); in __devm_ioremap_resource()
243 return IOMEM_ERR_PTR(-EINVAL); in devm_of_iomap()
/linux-6.6.21/drivers/gpu/drm/tiny/
Dofdrm.c437 return IOMEM_ERR_PTR(-ENODEV); in get_cmap_address_of()
440 return IOMEM_ERR_PTR(-ENODEV); in get_cmap_address_of()
443 return IOMEM_ERR_PTR(-ENODEV); in get_cmap_address_of()
447 return IOMEM_ERR_PTR(-ENODEV); in get_cmap_address_of()
451 return IOMEM_ERR_PTR(-ENOMEM); in get_cmap_address_of()
469 return IOMEM_ERR_PTR(-ENOMEM); in ofdrm_mach64_cmap_ioremap()
628 return IOMEM_ERR_PTR(-ENODEV); in ofdrm_qemu_cmap_ioremap()
632 return IOMEM_ERR_PTR(-ENOMEM); in ofdrm_qemu_cmap_ioremap()
/linux-6.6.21/drivers/bus/
Dmips_cdmm.c471 return IOMEM_ERR_PTR(-ENODEV); in mips_cdmm_early_probe()
476 return IOMEM_ERR_PTR(err); in mips_cdmm_early_probe()
491 return IOMEM_ERR_PTR(-ENODEV); in mips_cdmm_early_probe()
/linux-6.6.21/include/linux/
Dio.h54 #define IOMEM_ERR_PTR(err) (__force void __iomem *)ERR_PTR(err) macro
Dof_address.h96 return IOMEM_ERR_PTR(-EINVAL); in of_io_request_and_map()
/linux-6.6.21/drivers/net/wireless/quantenna/qtnfmac/pcie/
Dpcie.c220 return IOMEM_ERR_PTR(ret); in qtnf_map_bar()
226 return IOMEM_ERR_PTR(-ENOMEM); in qtnf_map_bar()
/linux-6.6.21/arch/arm/mach-exynos/
Dplatsmp.c198 return IOMEM_ERR_PTR(-ENODEV); in cpu_boot_reg()
/linux-6.6.21/drivers/of/
Daddress.c1226 return IOMEM_ERR_PTR(-EINVAL); in of_io_request_and_map()
1231 return IOMEM_ERR_PTR(-EBUSY); in of_io_request_and_map()
1240 return IOMEM_ERR_PTR(-ENOMEM); in of_io_request_and_map()
/linux-6.6.21/drivers/gpio/
Dgpio-mmio.c686 return IOMEM_ERR_PTR(-EINVAL); in bgpio_map()
/linux-6.6.21/drivers/char/tpm/
Dtpm_crb.c513 return IOMEM_ERR_PTR(-EINVAL); in crb_map_res()
/linux-6.6.21/drivers/irqchip/
Dirq-gic-v3.c2250 return IOMEM_ERR_PTR(ret); in gic_of_iomap()
2255 return base ?: IOMEM_ERR_PTR(-ENOMEM); in gic_of_iomap()
/linux-6.6.21/drivers/gpu/drm/i915/
Di915_vma.c555 return IOMEM_ERR_PTR(-EINVAL); in i915_vma_pin_iomap()
614 return IOMEM_ERR_PTR(err); in i915_vma_pin_iomap()
/linux-6.6.21/drivers/pci/
Dpci.c4397 return IOMEM_ERR_PTR(-EINVAL); in devm_pci_remap_cfg_resource()
4408 return IOMEM_ERR_PTR(-ENOMEM); in devm_pci_remap_cfg_resource()
4412 return IOMEM_ERR_PTR(-EBUSY); in devm_pci_remap_cfg_resource()
4419 dest_ptr = IOMEM_ERR_PTR(-ENOMEM); in devm_pci_remap_cfg_resource()
/linux-6.6.21/drivers/phy/qualcomm/
Dphy-qcom-qmp-usb-legacy.c1190 return IOMEM_ERR_PTR(-EINVAL); in qmp_usb_legacy_iomap()
Dphy-qcom-qmp-usb.c2050 return IOMEM_ERR_PTR(-EINVAL); in qmp_usb_iomap()