| /linux/arch/arm/mach-omap1/ |
| H A D | mcbsp.c | 112 .flags = IORESOURCE_DMA, 117 .flags = IORESOURCE_DMA, 139 .flags = IORESOURCE_DMA, 144 .flags = IORESOURCE_DMA, 166 .flags = IORESOURCE_DMA, 171 .flags = IORESOURCE_DMA, 212 .flags = IORESOURCE_DMA, 217 .flags = IORESOURCE_DMA, 239 .flags = IORESOURCE_DMA, 244 .flags = IORESOURCE_DMA, [all …]
|
| H A D | devices.c | 142 res[2].flags = IORESOURCE_DMA; in omap_mmc_add() 145 res[3].flags = IORESOURCE_DMA; in omap_mmc_add()
|
| /linux/drivers/pnp/ |
| H A D | resource.c | 86 option = pnp_build_option(dev, IORESOURCE_DMA, option_flags); in pnp_register_dma_resource() 441 for (i = 0; (tres = pnp_get_resource(dev, IORESOURCE_DMA, i)); i++) { in pnp_check_dma() 442 if (tres != res && tres->flags & IORESOURCE_DMA) { in pnp_check_dma() 461 (tres = pnp_get_resource(tdev, IORESOURCE_DMA, i)); in pnp_check_dma() 463 if (tres->flags & IORESOURCE_DMA) { in pnp_check_dma() 479 IORESOURCE_IRQ | IORESOURCE_DMA | in pnp_resource_type() 561 res->flags = IORESOURCE_DMA | flags; in pnp_add_dma_resource() 675 case IORESOURCE_DMA: in pnp_possible_config()
|
| H A D | interface.c | 202 case IORESOURCE_DMA: in pnp_print_option() 291 case IORESOURCE_DMA: in resources_show() 417 IORESOURCE_DMA, in resources_store()
|
| H A D | manager.c | 201 res = pnp_find_resource(dev, rule->flags, IORESOURCE_DMA, idx); in pnp_assign_dma() 283 case IORESOURCE_DMA: in pnp_assign_resources()
|
| H A D | quirks.c | 88 } else if (option->type == IORESOURCE_DMA) { in quirk_cmi8330_resources()
|
| /linux/include/linux/ |
| H A D | pnp.h | 176 struct resource *res = pnp_get_resource(dev, IORESOURCE_DMA, bar); in pnp_dma() 185 struct resource *res = pnp_get_resource(dev, IORESOURCE_DMA, bar); in pnp_dma_flags() 189 return IORESOURCE_DMA | IORESOURCE_AUTO; in pnp_dma_flags() 194 return pnp_resource_valid(pnp_get_resource(dev, IORESOURCE_DMA, bar)); in pnp_dma_valid()
|
| H A D | ioport.h | 44 #define IORESOURCE_DMA 0x00000800 macro 197 DEFINE_RES_NAMED((_dma), 1, (_name), IORESOURCE_DMA)
|
| /linux/sound/soc/au1x/ |
| H A D | ac97c.c | 256 dmares = platform_get_resource(pdev, IORESOURCE_DMA, 0); in au1xac97c_drvprobe() 261 dmares = platform_get_resource(pdev, IORESOURCE_DMA, 1); in au1xac97c_drvprobe()
|
| /linux/drivers/ata/ |
| H A D | pata_pxa.c | 185 dma_res = platform_get_resource(pdev, IORESOURCE_DMA, 0); in pxa_ata_probe()
|
| /linux/sound/soc/ti/ |
| H A D | omap-mcbsp.c | 653 res = platform_get_resource_byname(pdev, IORESOURCE_DMA, "tx"); in omap_mcbsp_init() 661 res = platform_get_resource_byname(pdev, IORESOURCE_DMA, "rx"); in omap_mcbsp_init()
|
| /linux/drivers/pnp/pnpbios/ |
| H A D | rsparser.c | 718 pnp_get_resource(dev, IORESOURCE_DMA, dma)); in pnpbios_encode_allocated_resource_data()
|
| /linux/drivers/pnp/isapnp/ |
| H A D | core.c | 915 res = pnp_get_resource(dev, IORESOURCE_DMA, tmp); in isapnp_set_resources()
|
| /linux/drivers/acpi/ |
| H A D | resource.c | 1094 type = IORESOURCE_DMA; in acpi_dev_filter_resource_type()
|
| /linux/drivers/pnp/pnpacpi/ |
| H A D | rsparser.c | 896 pnp_get_resource(dev, IORESOURCE_DMA, dma)); in pnpacpi_encode_resources()
|
| /linux/drivers/mmc/host/ |
| H A D | mxcmmc.c | 1116 res = platform_get_resource(pdev, IORESOURCE_DMA, 0); in mxcmci_probe()
|
| /linux/lib/ |
| H A D | vsprintf.c | 1120 } else if (res->flags & IORESOURCE_DMA) { in resource_string()
|