/drivers/pnp/ |
H A D | Kconfig | 11 peripherals to be configured by software, e.g. assign IRQ's or other
|
/drivers/misc/iwmc3200top/ |
H A D | main.c | 195 LOG_TRACE(priv, IRQ, "enter iwmct_irq_read_worker %p\n", ws); 203 LOG_ERROR(priv, IRQ, "read_req_list empty in read worker\n"); 216 LOG_ERROR(priv, IRQ, "kzalloc error, buf size %d\n", iosize); 220 LOG_INFO(priv, IRQ, "iosize=%d, buf=%p, func=%d\n", 226 LOG_ERROR(priv, IRQ, "error %d reading buffer\n", ret); 230 LOG_HEXDUMP(IRQ, (u8 *)buf, iosize); 244 LOG_WARNING(priv, IRQ, 261 LOG_ERROR(priv, IRQ, 268 LOG_INFO(priv, IRQ, "ACK barker arrived " 271 LOG_INFO(priv, IRQ, "Receive [all...] |
/drivers/pci/ |
H A D | Kconfig | 16 PCI bus instead of asserting a device IRQ pin.
|
/drivers/spi/ |
H A D | spi-s3c24xx-fiq.S | 28 @ fiq_rirq The base of the IRQ registers to find S3C2410_SRCPND 55 @@ set IRQ controller so that next op will trigger IRQ
|
/drivers/scsi/ |
H A D | eata_pio.c | 645 buf->IRQ = ISAirqs[z]; 662 printk("IRQ:%d IRQT:%d FORCADR:%d MCH:%d RIDQ:%d\n", gc->IRQ, gc->IRQ_TR, gc->FORCADR, gc->MAX_CHAN, gc->ID_qest); 709 if ((buff = get_pio_board_data(base, gc->IRQ, gc->scsi_id[3], cplen = (cpu_to_be32(gc->cplen) + 1) / 2, cppadlen = (cpu_to_be16(gc->cppadlen) + 1) / 2)) == NULL) { 725 if (!reg_IRQ[gc->IRQ]) { /* Interrupt already registered ? */ 726 if (!request_irq(gc->IRQ, do_eata_pio_int_handler, IRQF_DISABLED, "EATA-PIO", sh)) { 727 reg_IRQ[gc->IRQ]++; 729 reg_IRQL[gc->IRQ] = 1; /* IRQ is edge triggered */ 731 printk("Couldn't allocate IRQ [all...] |
H A D | eata_generic.h | 141 #define HA_AIRQ 0x02 /* aux IRQ pending bit */ 237 __u8 IRQ:4, /* IRQ used this HA */ member in struct:get_conf 238 IRQ_TR:1, /* IRQ Trigger: 0=edge, 1=level */
|
/drivers/staging/comedi/drivers/ |
H A D | das6402.c | 68 #define IRQ (0x04 << 4) /* these two are */ macro 250 outb_p(IRQ | CONVSRC | BURSTEN | INTE, dev->iobase + 9); 284 b = IRQ | CONVSRC | BURSTEN | INTE;
|
H A D | das800.c | 38 [1] - IRQ (optional, required for timed or externally triggered conversions) 41 IRQ can be omitted, although the cmd interface will not work without it. 95 #define IRQ 0x8 macro 380 if (!(status & IRQ)) 497 /* grab our IRQ */
|
/drivers/tty/serial/8250/ |
H A D | Kconfig | 223 serial ports on the same board to share a single IRQ. To enable 227 bool "Autodetect IRQ on standard ports (unsafe)" 230 Say Y here if you want the kernel to try to guess which IRQ 233 This is considered unsafe; it is far better to configure the IRQ in
|
/drivers/misc/ |
H A D | Kconfig | 255 MFGPTs on the CS5535 require an interrupt. The selected IRQ 258 want to use a different IRQ by default. This is here for
|
/drivers/mmc/host/ |
H A D | Kconfig | 408 bool "Hardware support for SDIO IRQ"
|
/drivers/pci/hotplug/ |
H A D | cpqphp_ctrl.c | 891 irqreturn_t cpqhp_ctrl_intr(int IRQ, void *data) argument 2374 u8 IRQ = 0; local 2473 /* set up the IRQ info */ 2803 /* We should be configuring an IRQ and the bridge's base address 2944 IRQ = resources->irqs->interrupt[(temp_byte + 2947 /* Program IRQ based on card type */ 2951 IRQ = cpqhp_disk_irq; 2953 IRQ = cpqhp_nic_irq; 2956 /* IRQ Line */ 2957 rc = pci_bus_write_config_byte (pci_bus, devfn, PCI_INTERRUPT_LINE, IRQ); [all...] |
H A D | cpqphp.h | 414 extern irqreturn_t cpqhp_ctrl_intr(int IRQ, void *data);
|
/drivers/net/ethernet/i825xx/ |
H A D | lp486e.c | 492 #define IRQ 10 /* default IRQ - can be changed by ECU */ macro 848 printk(KERN_ERR "%s: IRQ %d not free\n", dev->name, dev->irq); 991 dev->irq = IRQ; 1017 printk("%s: lp486e 82596 at %#3lx, IRQ %d,", 1296 static int irq = IRQ;
|
/drivers/dma/ |
H A D | Kconfig | 141 number of IRQ slots and map them dynamically to specific sources.
|
/drivers/ide/ |
H A D | Kconfig | 211 Also, currently, IDE generic doesn't allow IRQ sharing
|
/drivers/mfd/ |
H A D | Kconfig | 223 This core driver provides register access and IRQ handling 577 This core driver provides register access and IRQ handling 826 bool "Support for Qualcomm PM8xxx IRQ features" 830 This is the IRQ driver for Qualcomm PM 8xxx PMIC chips.
|