intr_type 112 arch/powerpc/platforms/ps3/platform.h enum ps3_interrupt_type *intr_type, unsigned int *interrupt_id); intr_type 142 arch/powerpc/platforms/ps3/platform.h enum ps3_interrupt_type intr_type, unsigned int *interrupt_id); intr_type 232 arch/powerpc/platforms/ps3/repository.c enum ps3_interrupt_type *intr_type, unsigned int *interrupt_id) intr_type 244 arch/powerpc/platforms/ps3/repository.c *intr_type = v1; intr_type 483 arch/powerpc/platforms/ps3/repository.c enum ps3_interrupt_type intr_type, unsigned int *interrupt_id) intr_type 488 arch/powerpc/platforms/ps3/repository.c pr_devel("%s:%d: find intr_type %u\n", __func__, __LINE__, intr_type); intr_type 505 arch/powerpc/platforms/ps3/repository.c if (t == intr_type) { intr_type 515 arch/powerpc/platforms/ps3/repository.c __func__, __LINE__, intr_type, res_index); intr_type 1190 arch/powerpc/platforms/ps3/repository.c enum ps3_interrupt_type intr_type; intr_type 1194 arch/powerpc/platforms/ps3/repository.c repo->dev_index, res_index, &intr_type, &interrupt_id); intr_type 1206 arch/powerpc/platforms/ps3/repository.c intr_type, interrupt_id); intr_type 2596 arch/x86/kvm/vmx/nested.c u32 intr_type = intr_info & INTR_INFO_INTR_TYPE_MASK; intr_type 2604 arch/x86/kvm/vmx/nested.c if (CC(intr_type == INTR_TYPE_RESERVED) || intr_type 2605 arch/x86/kvm/vmx/nested.c CC(intr_type == INTR_TYPE_OTHER_EVENT && intr_type 2610 arch/x86/kvm/vmx/nested.c if (CC(intr_type == INTR_TYPE_NMI_INTR && vector != NMI_VECTOR) || intr_type 2611 arch/x86/kvm/vmx/nested.c CC(intr_type == INTR_TYPE_HARD_EXCEPTION && vector > 31) || intr_type 2612 arch/x86/kvm/vmx/nested.c CC(intr_type == INTR_TYPE_OTHER_EVENT && vector != 0)) intr_type 2617 arch/x86/kvm/vmx/nested.c intr_type == INTR_TYPE_HARD_EXCEPTION && prot_mode && intr_type 2632 arch/x86/kvm/vmx/nested.c switch (intr_type) { intr_type 56 drivers/gpu/drm/msm/disp/dpu1/dpu_core_irq.c enum dpu_intr_type intr_type, u32 instance_idx) intr_type 62 drivers/gpu/drm/msm/disp/dpu1/dpu_core_irq.c return dpu_kms->hw_intr->ops.irq_idx_lookup(intr_type, intr_type 42 drivers/gpu/drm/msm/disp/dpu1/dpu_core_irq.h enum dpu_intr_type intr_type, intr_type 320 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c irq->name, irq->intr_type); intr_type 325 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c irq->intr_type, irq->hw_idx); intr_type 329 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c irq->name, irq->intr_type); intr_type 176 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys.h enum dpu_intr_type intr_type; intr_type 802 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_cmd.c irq->intr_type = DPU_IRQ_TYPE_CTL_START; intr_type 808 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_cmd.c irq->intr_type = DPU_IRQ_TYPE_PING_PONG_COMP; intr_type 814 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_cmd.c irq->intr_type = DPU_IRQ_TYPE_PING_PONG_RD_PTR; intr_type 820 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_cmd.c irq->intr_type = DPU_IRQ_TYPE_INTF_UNDER_RUN; intr_type 740 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_vid.c irq->intr_type = DPU_IRQ_TYPE_INTF_VSYNC; intr_type 746 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_vid.c irq->intr_type = DPU_IRQ_TYPE_INTF_UNDER_RUN; intr_type 186 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_interrupts.c u32 intr_type; intr_type 757 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_interrupts.c static int dpu_hw_intr_irqidx_lookup(enum dpu_intr_type intr_type, intr_type 763 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_interrupts.c if (intr_type == dpu_irq_map[i].intr_type && intr_type 769 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_interrupts.c intr_type, instance_idx); intr_type 91 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_interrupts.h enum dpu_intr_type intr_type, intr_type 73 drivers/mailbox/omap-mailbox.c u32 intr_type; intr_type 83 drivers/mailbox/omap-mailbox.c u32 intr_type; intr_type 110 drivers/mailbox/omap-mailbox.c u32 intr_type; intr_type 224 drivers/mailbox/omap-mailbox.c if (!mbox->intr_type) intr_type 618 drivers/mailbox/omap-mailbox.c reg = MAILBOX_IRQENABLE(mdev->intr_type, usr); intr_type 634 drivers/mailbox/omap-mailbox.c reg = MAILBOX_IRQENABLE(mdev->intr_type, usr); intr_type 708 drivers/mailbox/omap-mailbox.c u32 intr_type, info_count; intr_type 722 drivers/mailbox/omap-mailbox.c intr_type = match_data->intr_type; intr_type 808 drivers/mailbox/omap-mailbox.c fifo->irqenable = MAILBOX_IRQENABLE(intr_type, finfo->tx_usr); intr_type 809 drivers/mailbox/omap-mailbox.c fifo->irqstatus = MAILBOX_IRQSTATUS(intr_type, finfo->tx_usr); intr_type 810 drivers/mailbox/omap-mailbox.c fifo->irqdisable = MAILBOX_IRQDISABLE(intr_type, finfo->tx_usr); intr_type 816 drivers/mailbox/omap-mailbox.c fifo->irqenable = MAILBOX_IRQENABLE(intr_type, finfo->rx_usr); intr_type 817 drivers/mailbox/omap-mailbox.c fifo->irqstatus = MAILBOX_IRQSTATUS(intr_type, finfo->rx_usr); intr_type 818 drivers/mailbox/omap-mailbox.c fifo->irqdisable = MAILBOX_IRQDISABLE(intr_type, finfo->rx_usr); intr_type 821 drivers/mailbox/omap-mailbox.c mbox->intr_type = intr_type; intr_type 837 drivers/mailbox/omap-mailbox.c mdev->intr_type = intr_type; intr_type 667 drivers/media/dvb-frontends/mxl5xx_defs.h u32 intr_type; intr_type 237 drivers/net/ethernet/brocade/bna/bna_hw_defs.h if ((ib->intr_type == BNA_INTR_T_INTX)) { \ intr_type 254 drivers/net/ethernet/brocade/bna/bna_hw_defs.h if (ib->intr_type == BNA_INTR_T_INTX) { \ intr_type 1679 drivers/net/ethernet/brocade/bna/bna_tx_rx.c cfg_req->ib_cfg.msix = (rxp->cq.ib.intr_type == BNA_INTR_T_MSIX) intr_type 2245 drivers/net/ethernet/brocade/bna/bna_tx_rx.c res_info[BNA_RX_RES_T_INTR].res_u.intr_info.intr_type = BNA_INTR_T_MSIX; intr_type 2366 drivers/net/ethernet/brocade/bna/bna_tx_rx.c rxp->cq.ib.intr_type = intr_info->intr_type; intr_type 2367 drivers/net/ethernet/brocade/bna/bna_tx_rx.c if (intr_info->intr_type == BNA_INTR_T_MSIX) intr_type 2455 drivers/net/ethernet/brocade/bna/bna_tx_rx.c rxp->cq.ccb->intr_type = rxp->cq.ib.intr_type; intr_type 3116 drivers/net/ethernet/brocade/bna/bna_tx_rx.c cfg_req->ib_cfg.msix = (txq->ib.intr_type == BNA_INTR_T_MSIX) intr_type 3357 drivers/net/ethernet/brocade/bna/bna_tx_rx.c res_info[BNA_TX_RES_INTR_T_TXCMPL].res_u.intr_info.intr_type = intr_type 3454 drivers/net/ethernet/brocade/bna/bna_tx_rx.c txq->ib.intr_type = intr_info->intr_type; intr_type 3458 drivers/net/ethernet/brocade/bna/bna_tx_rx.c if (intr_info->intr_type == BNA_INTR_T_INTX) intr_type 3472 drivers/net/ethernet/brocade/bna/bna_tx_rx.c txq->tcb->intr_type = txq->ib.intr_type; intr_type 281 drivers/net/ethernet/brocade/bna/bna_types.h enum bna_intr_type intr_type; intr_type 401 drivers/net/ethernet/brocade/bna/bna_types.h enum bna_intr_type intr_type; intr_type 429 drivers/net/ethernet/brocade/bna/bna_types.h enum bna_intr_type intr_type; intr_type 626 drivers/net/ethernet/brocade/bna/bna_types.h enum bna_intr_type intr_type; intr_type 1460 drivers/net/ethernet/brocade/bna/bnad.c intr_info->intr_type = BNA_INTR_T_MSIX; intr_type 1485 drivers/net/ethernet/brocade/bna/bnad.c intr_info->intr_type = BNA_INTR_T_INTX; intr_type 1926 drivers/net/ethernet/brocade/bna/bnad.c if (tx_info->tcb[0]->intr_type == BNA_INTR_T_MSIX) intr_type 2000 drivers/net/ethernet/brocade/bna/bnad.c if (intr_info->intr_type == BNA_INTR_T_MSIX) { intr_type 2173 drivers/net/ethernet/brocade/bna/bnad.c if (rx_info->rx_ctrl[0].ccb->intr_type == BNA_INTR_T_MSIX) intr_type 2263 drivers/net/ethernet/brocade/bna/bnad.c if (intr_info->intr_type == BNA_INTR_T_MSIX) { intr_type 1522 drivers/net/ethernet/freescale/fman/fman.c enum fman_intr_type intr_type) intr_type 1528 drivers/net/ethernet/freescale/fman/fman.c if (intr_type == FMAN_INTR_TYPE_ERR) intr_type 1534 drivers/net/ethernet/freescale/fman/fman.c if (intr_type == FMAN_INTR_TYPE_ERR) intr_type 2074 drivers/net/ethernet/freescale/fman/fman.c u8 mod_id, enum fman_intr_type intr_type, intr_type 2079 drivers/net/ethernet/freescale/fman/fman.c event = get_module_event(module, mod_id, intr_type); intr_type 2100 drivers/net/ethernet/freescale/fman/fman.c u8 mod_id, enum fman_intr_type intr_type) intr_type 2104 drivers/net/ethernet/freescale/fman/fman.c event = get_module_event(module, mod_id, intr_type); intr_type 377 drivers/net/ethernet/freescale/fman/fman.h u8 mod_id, enum fman_intr_type intr_type, intr_type 381 drivers/net/ethernet/freescale/fman/fman.h u8 mod_id, enum fman_intr_type intr_type); intr_type 56 drivers/net/ethernet/huawei/hinic/hinic_hw_dev.c u8 intr_type; intr_type 79 drivers/net/ethernet/huawei/hinic/hinic_hw_dev.c if (dev_cap->intr_type != INTR_MSIX_TYPE) intr_type 439 drivers/net/ethernet/neterion/s2io.c S2IO_PARM_INT(intr_type, 2); intr_type 1137 drivers/net/ethernet/neterion/s2io.c if (nic->config.intr_type == MSI_X) { intr_type 1684 drivers/net/ethernet/neterion/s2io.c if (nic->config.intr_type == MSI_X) intr_type 3600 drivers/net/ethernet/neterion/s2io.c if (sp->config.intr_type == INTA) intr_type 3624 drivers/net/ethernet/neterion/s2io.c if (sp->config.intr_type == INTA) intr_type 3931 drivers/net/ethernet/neterion/s2io.c if (sp->config.intr_type == MSI_X) { intr_type 4171 drivers/net/ethernet/neterion/s2io.c if (sp->config.intr_type == MSI_X) intr_type 6913 drivers/net/ethernet/neterion/s2io.c if (sp->config.intr_type == MSI_X) intr_type 6917 drivers/net/ethernet/neterion/s2io.c sp->config.intr_type = INTA; intr_type 6927 drivers/net/ethernet/neterion/s2io.c if (sp->config.intr_type == MSI_X) { intr_type 6978 drivers/net/ethernet/neterion/s2io.c sp->config.intr_type = INTA; intr_type 6991 drivers/net/ethernet/neterion/s2io.c if (sp->config.intr_type == INTA) { intr_type 7005 drivers/net/ethernet/neterion/s2io.c if (sp->config.intr_type == MSI_X) intr_type 7031 drivers/net/ethernet/neterion/s2io.c if (config->intr_type == MSI_X) { intr_type 7135 drivers/net/ethernet/neterion/s2io.c if (config->intr_type == MSI_X) { intr_type 7172 drivers/net/ethernet/neterion/s2io.c if (sp->config.intr_type == MSI_X) intr_type 7186 drivers/net/ethernet/neterion/s2io.c if (sp->config.intr_type != INTA) { intr_type 7664 drivers/net/ethernet/neterion/s2io.c u8 dev_intr_type = intr_type; intr_type 7726 drivers/net/ethernet/neterion/s2io.c sp->config.intr_type = dev_intr_type; intr_type 7895 drivers/net/ethernet/neterion/s2io.c if (sp->config.intr_type == MSI_X) { intr_type 7908 drivers/net/ethernet/neterion/s2io.c sp->config.intr_type = INTA; intr_type 7912 drivers/net/ethernet/neterion/s2io.c if (config->intr_type == MSI_X) { intr_type 7978 drivers/net/ethernet/neterion/s2io.c (config->intr_type == MSI_X)) intr_type 8062 drivers/net/ethernet/neterion/s2io.c switch (sp->config.intr_type) { intr_type 441 drivers/net/ethernet/neterion/s2io.h u8 intr_type; intr_type 1363 drivers/net/ethernet/neterion/vxge/vxge-main.c if (vdev->config.intr_type == INTA) intr_type 1399 drivers/net/ethernet/neterion/vxge/vxge-main.c if (vdev->config.intr_type == INTA) intr_type 1581 drivers/net/ethernet/neterion/vxge/vxge-main.c if (vdev->config.intr_type == MSI_X) { intr_type 1598 drivers/net/ethernet/neterion/vxge/vxge-main.c if ((vdev->config.intr_type == INTA) && (i == 0)) intr_type 2429 drivers/net/ethernet/neterion/vxge/vxge-main.c if (vdev->config.intr_type == MSI_X) intr_type 2436 drivers/net/ethernet/neterion/vxge/vxge-main.c vdev->config.intr_type == MSI_X) { intr_type 2438 drivers/net/ethernet/neterion/vxge/vxge-main.c } else if (vdev->config.intr_type == INTA) { intr_type 2450 drivers/net/ethernet/neterion/vxge/vxge-main.c if (IS_ENABLED(CONFIG_PCI_MSI) && vdev->config.intr_type == MSI_X) intr_type 2458 drivers/net/ethernet/neterion/vxge/vxge-main.c vdev->config.intr_type = INTA; intr_type 2461 drivers/net/ethernet/neterion/vxge/vxge-main.c if (IS_ENABLED(CONFIG_PCI_MSI) && vdev->config.intr_type == MSI_X) { intr_type 2507 drivers/net/ethernet/neterion/vxge/vxge-main.c vdev->config.intr_type = INTA; intr_type 2547 drivers/net/ethernet/neterion/vxge/vxge-main.c vdev->config.intr_type = INTA; intr_type 2563 drivers/net/ethernet/neterion/vxge/vxge-main.c if (vdev->config.intr_type == INTA) { intr_type 2599 drivers/net/ethernet/neterion/vxge/vxge-main.c if (j && (vdev->config.intr_type != MSI_X)) { intr_type 2735 drivers/net/ethernet/neterion/vxge/vxge-main.c if (vdev->config.intr_type != MSI_X) { intr_type 2889 drivers/net/ethernet/neterion/vxge/vxge-main.c if (vdev->config.intr_type != MSI_X) intr_type 2922 drivers/net/ethernet/neterion/vxge/vxge-main.c if (vdev->config.intr_type != MSI_X) intr_type 3001 drivers/net/ethernet/neterion/vxge/vxge-main.c if (vdev->config.intr_type != MSI_X) intr_type 3858 drivers/net/ethernet/neterion/vxge/vxge-main.c int *intr_type) intr_type 3874 drivers/net/ethernet/neterion/vxge/vxge-main.c *intr_type = INTA; intr_type 3878 drivers/net/ethernet/neterion/vxge/vxge-main.c switch (*intr_type) { intr_type 3917 drivers/net/ethernet/neterion/vxge/vxge-main.c switch (vdev->config.intr_type) { intr_type 4376 drivers/net/ethernet/neterion/vxge/vxge-main.c ll_config->intr_type = MSI_X; intr_type 4384 drivers/net/ethernet/neterion/vxge/vxge-main.c vxge_device_config_init(device_config, &ll_config->intr_type); intr_type 4475 drivers/net/ethernet/neterion/vxge/vxge-main.c (ll_config->intr_type != INTA)) { intr_type 4718 drivers/net/ethernet/neterion/vxge/vxge-main.c if (vdev->config.intr_type == INTA) intr_type 173 drivers/net/ethernet/neterion/vxge/vxge-main.h int intr_type; intr_type 1004 drivers/scsi/lpfc/lpfc.h enum intr_type_t intr_type; intr_type 5274 drivers/scsi/lpfc/lpfc_attr.c (phba->intr_type != MSIX)) intr_type 551 drivers/scsi/lpfc/lpfc_init.c if (phba->intr_type == MSIX) { intr_type 10513 drivers/scsi/lpfc/lpfc_init.c phba->intr_type = MSIX; intr_type 10520 drivers/scsi/lpfc/lpfc_init.c if (cfg_mode >= 1 && phba->intr_type == NONE) { intr_type 10524 drivers/scsi/lpfc/lpfc_init.c phba->intr_type = MSI; intr_type 10530 drivers/scsi/lpfc/lpfc_init.c if (phba->intr_type == NONE) { intr_type 10535 drivers/scsi/lpfc/lpfc_init.c phba->intr_type = INTx; intr_type 10556 drivers/scsi/lpfc/lpfc_init.c if (phba->intr_type == MSIX) intr_type 10566 drivers/scsi/lpfc/lpfc_init.c phba->intr_type = NONE; intr_type 11293 drivers/scsi/lpfc/lpfc_init.c phba->intr_type = MSIX; intr_type 11300 drivers/scsi/lpfc/lpfc_init.c if (cfg_mode >= 1 && phba->intr_type == NONE) { intr_type 11304 drivers/scsi/lpfc/lpfc_init.c phba->intr_type = MSI; intr_type 11310 drivers/scsi/lpfc/lpfc_init.c if (phba->intr_type == NONE) { intr_type 11317 drivers/scsi/lpfc/lpfc_init.c phba->intr_type = INTx; intr_type 11343 drivers/scsi/lpfc/lpfc_init.c if (phba->intr_type == MSIX) { intr_type 11361 drivers/scsi/lpfc/lpfc_init.c phba->intr_type = NONE; intr_type 12740 drivers/scsi/lpfc/lpfc_init.c if (phba->intr_type != MSIX) { intr_type 418 drivers/scsi/lpfc/lpfc_sli.c if ((q->phba->intr_type == INTx) && (arm == LPFC_QUEUE_REARM)) intr_type 451 drivers/scsi/lpfc/lpfc_sli.c if ((q->phba->intr_type == INTx) && (arm == LPFC_QUEUE_REARM)) intr_type 12366 drivers/scsi/lpfc/lpfc_sli.c if (phba->intr_type == MSIX) { intr_type 12657 drivers/scsi/lpfc/lpfc_sli.c if (phba->intr_type == MSIX) { intr_type 14265 drivers/scsi/lpfc/lpfc_sli.c if (phba->intr_type == MSIX) intr_type 113 drivers/thermal/intel/intel_soc_dts_iosf.c if (sensors->intr_type == INTEL_SOC_DTS_INTERRUPT_MSI) intr_type 394 drivers/thermal/intel/intel_soc_dts_iosf.c enum intel_soc_dts_interrupt_type intr_type, int trip_count, intr_type 418 drivers/thermal/intel/intel_soc_dts_iosf.c sensors->intr_type = intr_type; intr_type 420 drivers/thermal/intel/intel_soc_dts_iosf.c if (intr_type == INTEL_SOC_DTS_INTERRUPT_NONE) intr_type 41 drivers/thermal/intel/intel_soc_dts_iosf.h enum intel_soc_dts_interrupt_type intr_type; intr_type 46 drivers/thermal/intel/intel_soc_dts_iosf.h enum intel_soc_dts_interrupt_type intr_type, int trip_count, intr_type 4597 drivers/usb/host/xhci.c int intr_type; intr_type 4608 drivers/usb/host/xhci.c intr_type = usb_endpoint_interrupt_type(desc); intr_type 4609 drivers/usb/host/xhci.c if (intr_type == USB_ENDPOINT_INTR_NOTIFICATION) {