Searched refs:IORESOURCE_IRQ_SHAREABLE (Results 1 - 13 of 13) sorted by relevance
/linux-4.1.27/arch/sh/kernel/cpu/sh4a/ |
H A D | setup-sh7757.c | 462 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_SHAREABLE, 484 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_SHAREABLE, 490 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_SHAREABLE, 496 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_SHAREABLE, 502 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_SHAREABLE, 508 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_SHAREABLE, 514 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_SHAREABLE, 520 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_SHAREABLE, 526 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_SHAREABLE, 532 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_SHAREABLE,
|
H A D | setup-sh7780.c | 218 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_SHAREABLE, 238 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_SHAREABLE,
|
H A D | setup-sh7785.c | 288 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_SHAREABLE, 308 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_SHAREABLE,
|
/linux-4.1.27/drivers/ide/ |
H A D | ide_platform.c | 98 if (res_irq->flags & IORESOURCE_IRQ_SHAREABLE) plat_ide_probe()
|
/linux-4.1.27/drivers/tty/serial/8250/ |
H A D | 8250_fintek.c | 174 if (pnp_irq_flags(dev, 0) & IORESOURCE_IRQ_SHAREABLE) fintek_8250_probe()
|
H A D | 8250_pnp.c | 476 if (pnp_irq_flags(dev, 0) & IORESOURCE_IRQ_SHAREABLE) serial_pnp_probe()
|
/linux-4.1.27/drivers/dma/sh/ |
H A D | shdmac.c | 726 * specify IORESOURCE_IRQ_SHAREABLE in their resources, they will be sh_dmae_probe() 809 (errirq_res->flags & IORESOURCE_BITS) == IORESOURCE_IRQ_SHAREABLE) sh_dmae_probe() 848 IORESOURCE_IRQ_SHAREABLE) sh_dmae_probe()
|
/linux-4.1.27/drivers/net/can/sja1000/ |
H A D | sja1000_platform.c | 202 if (res_irq->flags & IORESOURCE_IRQ_SHAREABLE) sp_probe()
|
/linux-4.1.27/arch/blackfin/mach-bf533/boards/ |
H A D | H8606.c | 58 IORESOURCE_IRQ_SHAREABLE),
|
/linux-4.1.27/include/linux/ |
H A D | ioport.h | 63 #define IORESOURCE_IRQ_SHAREABLE (1<<4) macro
|
/linux-4.1.27/drivers/usb/renesas_usbhs/ |
H A D | common.c | 603 if (irq_res->flags & IORESOURCE_IRQ_SHAREABLE) usbhs_probe()
|
/linux-4.1.27/drivers/acpi/ |
H A D | resource.c | 334 flags |= IORESOURCE_IRQ_SHAREABLE; acpi_dev_irq_flags()
|
/linux-4.1.27/drivers/pnp/pnpacpi/ |
H A D | rsparser.c | 60 if (flags & IORESOURCE_IRQ_SHAREABLE) decode_irq_flags()
|
Completed in 303 milliseconds