hirq 115 arch/mips/pmcs-msp71xx/msp_hwbutton.c struct hwbutton_interrupt *hirq = data; hirq 118 arch/mips/pmcs-msp71xx/msp_hwbutton.c if (CIC_EXT_IS_ACTIVE_HI(cic_ext, hirq->eirq)) { hirq 120 arch/mips/pmcs-msp71xx/msp_hwbutton.c CIC_EXT_SET_ACTIVE_LO(cic_ext, hirq->eirq); hirq 121 arch/mips/pmcs-msp71xx/msp_hwbutton.c hirq->handle_hi(hirq->data); hirq 124 arch/mips/pmcs-msp71xx/msp_hwbutton.c CIC_EXT_SET_ACTIVE_HI(cic_ext, hirq->eirq); hirq 125 arch/mips/pmcs-msp71xx/msp_hwbutton.c hirq->handle_lo(hirq->data); hirq 137 arch/mips/pmcs-msp71xx/msp_hwbutton.c static int msp_hwbutton_register(struct hwbutton_interrupt *hirq) hirq 141 arch/mips/pmcs-msp71xx/msp_hwbutton.c if (hirq->handle_hi == NULL || hirq->handle_lo == NULL) hirq 145 arch/mips/pmcs-msp71xx/msp_hwbutton.c CIC_EXT_SET_TRIGGER_LEVEL(cic_ext, hirq->eirq); hirq 146 arch/mips/pmcs-msp71xx/msp_hwbutton.c if (hirq->initial_state == HWBUTTON_HI) hirq 147 arch/mips/pmcs-msp71xx/msp_hwbutton.c CIC_EXT_SET_ACTIVE_LO(cic_ext, hirq->eirq); hirq 149 arch/mips/pmcs-msp71xx/msp_hwbutton.c CIC_EXT_SET_ACTIVE_HI(cic_ext, hirq->eirq); hirq 152 arch/mips/pmcs-msp71xx/msp_hwbutton.c return request_irq(hirq->irq, hwbutton_handler, 0, hirq 153 arch/mips/pmcs-msp71xx/msp_hwbutton.c hirq->name, hirq); hirq 115 arch/powerpc/kvm/book3s_xive_template.c u32 hirq = 0; hirq 119 arch/powerpc/kvm/book3s_xive_template.c while ((xc->mfrr != 0xff || pending != 0) && hirq == 0) { hirq 134 arch/powerpc/kvm/book3s_xive_template.c hirq = XICS_IPI; hirq 157 arch/powerpc/kvm/book3s_xive_template.c hirq = __xive_read_eq(qpage, q->msk, &idx, &toggle); hirq 173 arch/powerpc/kvm/book3s_xive_template.c if (hirq == XICS_IPI || (prio == 0 && !qpage)) { hirq 182 arch/powerpc/kvm/book3s_xive_template.c WARN_ON(hirq && hirq != XICS_IPI); hirq 184 arch/powerpc/kvm/book3s_xive_template.c if (hirq) hirq 189 arch/powerpc/kvm/book3s_xive_template.c if (hirq == XICS_DUMMY) hirq 193 arch/powerpc/kvm/book3s_xive_template.c if (!hirq) { hirq 218 arch/powerpc/kvm/book3s_xive_template.c hirq = XICS_IPI; hirq 231 arch/powerpc/kvm/book3s_xive_template.c return hirq; hirq 242 arch/powerpc/kvm/book3s_xive_template.c return hirq; hirq 253 arch/powerpc/kvm/book3s_xive_template.c if (hirq) hirq 266 arch/powerpc/kvm/book3s_xive_template.c return hirq; hirq 273 arch/powerpc/kvm/book3s_xive_template.c u32 hirq; hirq 289 arch/powerpc/kvm/book3s_xive_template.c hirq = GLUE(X_PFX,scan_interrupts)(xc, xc->pending, scan_fetch); hirq 292 arch/powerpc/kvm/book3s_xive_template.c hirq, xc->hw_cppr, xc->cppr); hirq 296 arch/powerpc/kvm/book3s_xive_template.c if (hirq & 0xff000000) hirq 297 arch/powerpc/kvm/book3s_xive_template.c pr_warn("XIVE: Weird guest interrupt number 0x%08x\n", hirq); hirq 315 arch/powerpc/kvm/book3s_xive_template.c vcpu->arch.regs.gpr[4] = hirq | (old_cppr << 24); hirq 324 arch/powerpc/kvm/book3s_xive_template.c u32 hirq; hirq 347 arch/powerpc/kvm/book3s_xive_template.c hirq = GLUE(X_PFX,scan_interrupts)(xc, pending, scan_poll); hirq 350 arch/powerpc/kvm/book3s_xive_template.c vcpu->arch.regs.gpr[4] = hirq | (xc->cppr << 24); hirq 1229 drivers/usb/host/max3421-hcd.c u8 hirq; hirq 1236 drivers/usb/host/max3421-hcd.c hirq = spi_rd8(hcd, MAX3421_REG_HIRQ); hirq 1237 drivers/usb/host/max3421-hcd.c hirq &= max3421_hcd->hien; hirq 1238 drivers/usb/host/max3421-hcd.c if (!hirq) hirq 1242 drivers/usb/host/max3421-hcd.c hirq & ~(BIT(MAX3421_HI_SNDBAV_BIT) | hirq 1245 drivers/usb/host/max3421-hcd.c if (hirq & BIT(MAX3421_HI_FRAME_BIT)) { hirq 1251 drivers/usb/host/max3421-hcd.c if (hirq & BIT(MAX3421_HI_RCVDAV_BIT)) hirq 1254 drivers/usb/host/max3421-hcd.c if (hirq & BIT(MAX3421_HI_HXFRDN_BIT)) hirq 1257 drivers/usb/host/max3421-hcd.c if (hirq & BIT(MAX3421_HI_CONDET_BIT)) hirq 1267 drivers/usb/host/max3421-hcd.c if (hirq & BIT(MAX3421_HI_BUSEVENT_BIT)) { hirq 1277 drivers/usb/host/max3421-hcd.c if (hirq & BIT(MAX3421_HI_RWU_BIT)) hirq 1279 drivers/usb/host/max3421-hcd.c if (hirq & BIT(MAX3421_HI_SUSDN_BIT))