| /Linux-v5.4/drivers/mailbox/ |
| D | omap-mailbox.c | 73 u32 intr_type; member 83 u32 intr_type; member 110 u32 intr_type; member 224 if (!mbox->intr_type) in _omap_mbox_disable_irq() 618 reg = MAILBOX_IRQENABLE(mdev->intr_type, usr); in omap_mbox_suspend() 634 reg = MAILBOX_IRQENABLE(mdev->intr_type, usr); in omap_mbox_resume() 708 u32 intr_type, info_count; in omap_mbox_probe() local 722 intr_type = match_data->intr_type; in omap_mbox_probe() 808 fifo->irqenable = MAILBOX_IRQENABLE(intr_type, finfo->tx_usr); in omap_mbox_probe() 809 fifo->irqstatus = MAILBOX_IRQSTATUS(intr_type, finfo->tx_usr); in omap_mbox_probe() [all …]
|
| /Linux-v5.4/drivers/thermal/intel/ |
| D | intel_soc_dts_iosf.h | 41 enum intel_soc_dts_interrupt_type intr_type; member 46 enum intel_soc_dts_interrupt_type intr_type, int trip_count,
|
| D | intel_soc_dts_iosf.c | 113 if (sensors->intr_type == INTEL_SOC_DTS_INTERRUPT_MSI) in update_trip_temp() 394 enum intel_soc_dts_interrupt_type intr_type, int trip_count, in intel_soc_dts_iosf_init() argument 418 sensors->intr_type = intr_type; in intel_soc_dts_iosf_init() 420 if (intr_type == INTEL_SOC_DTS_INTERRUPT_NONE) in intel_soc_dts_iosf_init()
|
| /Linux-v5.4/arch/powerpc/platforms/ps3/ |
| D | repository.c | 232 enum ps3_interrupt_type *intr_type, unsigned int *interrupt_id) in ps3_repository_read_dev_intr() argument 244 *intr_type = v1; in ps3_repository_read_dev_intr() 483 enum ps3_interrupt_type intr_type, unsigned int *interrupt_id) in ps3_repository_find_interrupt() argument 488 pr_devel("%s:%d: find intr_type %u\n", __func__, __LINE__, intr_type); in ps3_repository_find_interrupt() 505 if (t == intr_type) { in ps3_repository_find_interrupt() 515 __func__, __LINE__, intr_type, res_index); in ps3_repository_find_interrupt() 1190 enum ps3_interrupt_type intr_type; in ps3_repository_dump_resource_info() local 1194 repo->dev_index, res_index, &intr_type, &interrupt_id); in ps3_repository_dump_resource_info() 1206 intr_type, interrupt_id); in ps3_repository_dump_resource_info()
|
| D | platform.h | 112 enum ps3_interrupt_type *intr_type, unsigned int *interrupt_id); 142 enum ps3_interrupt_type intr_type, unsigned int *interrupt_id);
|
| /Linux-v5.4/drivers/gpu/drm/msm/disp/dpu1/ |
| D | dpu_core_irq.h | 42 enum dpu_intr_type intr_type,
|
| D | dpu_hw_interrupts.h | 91 enum dpu_intr_type intr_type,
|
| D | dpu_hw_interrupts.c | 186 u32 intr_type; member 757 static int dpu_hw_intr_irqidx_lookup(enum dpu_intr_type intr_type, in dpu_hw_intr_irqidx_lookup() argument 763 if (intr_type == dpu_irq_map[i].intr_type && in dpu_hw_intr_irqidx_lookup() 769 intr_type, instance_idx); in dpu_hw_intr_irqidx_lookup()
|
| D | dpu_encoder_phys_cmd.c | 802 irq->intr_type = DPU_IRQ_TYPE_CTL_START; in dpu_encoder_phys_cmd_init() 808 irq->intr_type = DPU_IRQ_TYPE_PING_PONG_COMP; in dpu_encoder_phys_cmd_init() 814 irq->intr_type = DPU_IRQ_TYPE_PING_PONG_RD_PTR; in dpu_encoder_phys_cmd_init() 820 irq->intr_type = DPU_IRQ_TYPE_INTF_UNDER_RUN; in dpu_encoder_phys_cmd_init()
|
| D | dpu_core_irq.c | 56 enum dpu_intr_type intr_type, u32 instance_idx) in dpu_core_irq_idx_lookup() argument 62 return dpu_kms->hw_intr->ops.irq_idx_lookup(intr_type, in dpu_core_irq_idx_lookup()
|
| D | dpu_encoder_phys.h | 176 enum dpu_intr_type intr_type; member
|
| D | dpu_encoder_phys_vid.c | 740 irq->intr_type = DPU_IRQ_TYPE_INTF_VSYNC; in dpu_encoder_phys_vid_init() 746 irq->intr_type = DPU_IRQ_TYPE_INTF_UNDER_RUN; in dpu_encoder_phys_vid_init()
|
| /Linux-v5.4/drivers/net/ethernet/brocade/bna/ |
| D | bna_types.h | 281 enum bna_intr_type intr_type; member 401 enum bna_intr_type intr_type; member 429 enum bna_intr_type intr_type; member 626 enum bna_intr_type intr_type; member
|
| D | bna_hw_defs.h | 237 if ((ib->intr_type == BNA_INTR_T_INTX)) { \ 254 if (ib->intr_type == BNA_INTR_T_INTX) { \
|
| D | bna_tx_rx.c | 1679 cfg_req->ib_cfg.msix = (rxp->cq.ib.intr_type == BNA_INTR_T_MSIX) in bna_bfi_rx_enet_start() 2245 res_info[BNA_RX_RES_T_INTR].res_u.intr_info.intr_type = BNA_INTR_T_MSIX; in bna_rx_res_req() 2366 rxp->cq.ib.intr_type = intr_info->intr_type; in bna_rx_create() 2367 if (intr_info->intr_type == BNA_INTR_T_MSIX) in bna_rx_create() 2455 rxp->cq.ccb->intr_type = rxp->cq.ib.intr_type; in bna_rx_create() 3116 cfg_req->ib_cfg.msix = (txq->ib.intr_type == BNA_INTR_T_MSIX) in bna_bfi_tx_enet_start() 3357 res_info[BNA_TX_RES_INTR_T_TXCMPL].res_u.intr_info.intr_type = in bna_tx_res_req() 3454 txq->ib.intr_type = intr_info->intr_type; in bna_tx_create() 3458 if (intr_info->intr_type == BNA_INTR_T_INTX) in bna_tx_create() 3472 txq->tcb->intr_type = txq->ib.intr_type; in bna_tx_create()
|
| D | bnad.c | 1460 intr_info->intr_type = BNA_INTR_T_MSIX; in bnad_txrx_irq_alloc() 1485 intr_info->intr_type = BNA_INTR_T_INTX; in bnad_txrx_irq_alloc() 1926 if (tx_info->tcb[0]->intr_type == BNA_INTR_T_MSIX) in bnad_destroy_tx() 2000 if (intr_info->intr_type == BNA_INTR_T_MSIX) { in bnad_setup_tx() 2173 if (rx_info->rx_ctrl[0].ccb->intr_type == BNA_INTR_T_MSIX) in bnad_destroy_rx() 2263 if (intr_info->intr_type == BNA_INTR_T_MSIX) { in bnad_setup_rx()
|
| /Linux-v5.4/drivers/net/ethernet/freescale/fman/ |
| D | fman.h | 376 u8 mod_id, enum fman_intr_type intr_type, 380 u8 mod_id, enum fman_intr_type intr_type);
|
| D | fman.c | 1517 enum fman_intr_type intr_type) in get_module_event() argument 1523 if (intr_type == FMAN_INTR_TYPE_ERR) in get_module_event() 1529 if (intr_type == FMAN_INTR_TYPE_ERR) in get_module_event() 2069 u8 mod_id, enum fman_intr_type intr_type, in fman_register_intr() argument 2074 event = get_module_event(module, mod_id, intr_type); in fman_register_intr() 2095 u8 mod_id, enum fman_intr_type intr_type) in fman_unregister_intr() argument 2099 event = get_module_event(module, mod_id, intr_type); in fman_unregister_intr()
|
| /Linux-v5.4/drivers/net/ethernet/neterion/vxge/ |
| D | vxge-main.c | 1363 if (vdev->config.intr_type == INTA) in vxge_vpath_intr_enable() 1399 if (vdev->config.intr_type == INTA) in vxge_vpath_intr_disable() 1581 if (vdev->config.intr_type == MSI_X) { in vxge_config_ci_for_tti_rti() 1598 if ((vdev->config.intr_type == INTA) && (i == 0)) in vxge_config_ci_for_tti_rti() 2429 if (vdev->config.intr_type == MSI_X) in vxge_rem_msix_isr() 2436 vdev->config.intr_type == MSI_X) { in vxge_rem_isr() 2438 } else if (vdev->config.intr_type == INTA) { in vxge_rem_isr() 2450 if (IS_ENABLED(CONFIG_PCI_MSI) && vdev->config.intr_type == MSI_X) in vxge_add_isr() 2458 vdev->config.intr_type = INTA; in vxge_add_isr() 2461 if (IS_ENABLED(CONFIG_PCI_MSI) && vdev->config.intr_type == MSI_X) { in vxge_add_isr() [all …]
|
| D | vxge-main.h | 173 int intr_type; member
|
| /Linux-v5.4/drivers/net/ethernet/huawei/hinic/ |
| D | hinic_hw_dev.c | 36 enum intr_type { enum 56 u8 intr_type; member 79 if (dev_cap->intr_type != INTR_MSIX_TYPE) in get_capability()
|
| /Linux-v5.4/drivers/net/ethernet/neterion/ |
| D | s2io.c | 439 S2IO_PARM_INT(intr_type, 2); 1137 if (nic->config.intr_type == MSI_X) { in init_tti() 1684 if (nic->config.intr_type == MSI_X) in init_nic() 3600 if (sp->config.intr_type == INTA) in s2io_set_swapper() 3624 if (sp->config.intr_type == INTA) in s2io_set_swapper() 3931 if (sp->config.intr_type == MSI_X) { in s2io_open() 4171 if (sp->config.intr_type == MSI_X) in s2io_xmit() 6913 if (sp->config.intr_type == MSI_X) in s2io_add_isr() 6917 sp->config.intr_type = INTA; in s2io_add_isr() 6927 if (sp->config.intr_type == MSI_X) { in s2io_add_isr() [all …]
|
| /Linux-v5.4/drivers/media/dvb-frontends/ |
| D | mxl5xx_defs.h | 667 u32 intr_type; member
|
| /Linux-v5.4/Documentation/networking/device_drivers/neterion/ |
| D | s2io.txt | 82 e. intr_type
|
| /Linux-v5.4/arch/x86/kvm/vmx/ |
| D | nested.c | 2585 u32 intr_type = intr_info & INTR_INFO_INTR_TYPE_MASK; in nested_check_vm_entry_controls() local 2593 if (CC(intr_type == INTR_TYPE_RESERVED) || in nested_check_vm_entry_controls() 2594 CC(intr_type == INTR_TYPE_OTHER_EVENT && in nested_check_vm_entry_controls() 2599 if (CC(intr_type == INTR_TYPE_NMI_INTR && vector != NMI_VECTOR) || in nested_check_vm_entry_controls() 2600 CC(intr_type == INTR_TYPE_HARD_EXCEPTION && vector > 31) || in nested_check_vm_entry_controls() 2601 CC(intr_type == INTR_TYPE_OTHER_EVENT && vector != 0)) in nested_check_vm_entry_controls() 2606 intr_type == INTR_TYPE_HARD_EXCEPTION && prot_mode && in nested_check_vm_entry_controls() 2621 switch (intr_type) { in nested_check_vm_entry_controls()
|