Home
last modified time | relevance | path

Searched refs:intr_type (Results 1 – 25 of 26) sorted by relevance

12

/linux/drivers/mailbox/
A Domap-mailbox.c73 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()
711 u32 intr_type, info_count; in omap_mbox_probe() local
725 intr_type = match_data->intr_type; in omap_mbox_probe()
810 fifo->irqenable = MAILBOX_IRQENABLE(intr_type, finfo->tx_usr); in omap_mbox_probe()
823 mbox->intr_type = intr_type; in omap_mbox_probe()
[all …]
/linux/drivers/gpio/
A Dgpio-realtek-otto.c60 u16 intr_type[REALTEK_GPIO_PORTS_PER_BANK]; member
135 realtek_gpio_write_imr(ctrl, port, ctrl->intr_type[port], m); in realtek_gpio_irq_unmask()
152 realtek_gpio_write_imr(ctrl, port, ctrl->intr_type[port], m); in realtek_gpio_irq_mask()
182 t = ctrl->intr_type[port]; in realtek_gpio_irq_set_type()
185 ctrl->intr_type[port] = t; in realtek_gpio_irq_set_type()
/linux/drivers/thermal/intel/
A Dintel_soc_dts_iosf.h39 enum intel_soc_dts_interrupt_type intr_type; member
44 enum intel_soc_dts_interrupt_type intr_type, int trip_count,
A Dintel_soc_dts_iosf.c115 if (sensors->intr_type == INTEL_SOC_DTS_INTERRUPT_MSI) in update_trip_temp()
403 enum intel_soc_dts_interrupt_type intr_type, int trip_count, in intel_soc_dts_iosf_init() argument
427 sensors->intr_type = intr_type; in intel_soc_dts_iosf_init()
429 if (intr_type == INTEL_SOC_DTS_INTERRUPT_NONE) in intel_soc_dts_iosf_init()
/linux/arch/powerpc/platforms/ps3/
A Drepository.c232 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()
A Dplatform.h112 enum ps3_interrupt_type *intr_type, unsigned int *interrupt_id);
142 enum ps3_interrupt_type intr_type, unsigned int *interrupt_id);
/linux/drivers/net/ethernet/brocade/bna/
A Dbna_types.h281 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
A Dbna_hw_defs.h237 if ((ib->intr_type == BNA_INTR_T_INTX)) { \
254 if (ib->intr_type == BNA_INTR_T_INTX) { \
A Dbna_tx_rx.c1679 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()
A Dbnad.c1460 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/drivers/net/ethernet/neterion/vxge/
A Dvxge-main.c1365 if (vdev->config.intr_type == INTA) in vxge_vpath_intr_enable()
1401 if (vdev->config.intr_type == INTA) in vxge_vpath_intr_disable()
2420 if (vdev->config.intr_type == MSI_X) in vxge_rem_msix_isr()
2449 vdev->config.intr_type = INTA; in vxge_add_isr()
2498 vdev->config.intr_type = INTA; in vxge_add_isr()
2538 vdev->config.intr_type = INTA; in vxge_add_isr()
3845 int *intr_type) in vxge_device_config_init() argument
3861 *intr_type = INTA; in vxge_device_config_init()
3865 switch (*intr_type) { in vxge_device_config_init()
3904 switch (vdev->config.intr_type) { in vxge_print_parm()
[all …]
A Dvxge-main.h173 int intr_type; member
/linux/drivers/net/ethernet/freescale/fman/
A Dfman.h377 u8 mod_id, enum fman_intr_type intr_type,
381 u8 mod_id, enum fman_intr_type intr_type);
A Dfman.c1523 enum fman_intr_type intr_type) in get_module_event() argument
1529 if (intr_type == FMAN_INTR_TYPE_ERR) in get_module_event()
1535 if (intr_type == FMAN_INTR_TYPE_ERR) in get_module_event()
2077 u8 mod_id, enum fman_intr_type intr_type, in fman_register_intr() argument
2082 event = get_module_event(module, mod_id, intr_type); in fman_register_intr()
2103 u8 mod_id, enum fman_intr_type intr_type) in fman_unregister_intr() argument
2107 event = get_module_event(module, mod_id, intr_type); in fman_unregister_intr()
/linux/drivers/net/ethernet/neterion/
A Ds2io.c439 S2IO_PARM_INT(intr_type, 2);
1686 if (nic->config.intr_type == MSI_X) in init_nic()
3609 if (sp->config.intr_type == INTA) in s2io_set_swapper()
3633 if (sp->config.intr_type == INTA) in s2io_set_swapper()
4180 if (sp->config.intr_type == MSI_X) in s2io_xmit()
6920 sp->config.intr_type = INTA; in s2io_add_isr()
6981 sp->config.intr_type = INTA; in s2io_add_isr()
7666 u8 dev_intr_type = intr_type; in s2io_init_nic()
7909 sp->config.intr_type = INTA; in s2io_init_nic()
7979 (config->intr_type == MSI_X)) in s2io_init_nic()
[all …]
A Ds2io.h441 u8 intr_type; member
/linux/drivers/media/dvb-frontends/
A Dmxl5xx_defs.h663 u32 intr_type; member
/linux/drivers/net/ethernet/huawei/hinic/
A Dhinic_hw_dev.h413 u8 intr_type; member
A Dhinic_hw_dev.c41 enum intr_type { enum
63 if (!HINIC_IS_VF(hwdev->hwif) && dev_cap->intr_type != INTR_MSIX_TYPE) in parse_capability()
/linux/Documentation/networking/device_drivers/ethernet/neterion/
A Ds2io.rst107 e. intr_type
/linux/arch/x86/kvm/vmx/
A Dnested.c2771 u32 intr_type = intr_info & INTR_INFO_INTR_TYPE_MASK; in nested_check_vm_entry_controls() local
2779 if (CC(intr_type == INTR_TYPE_RESERVED) || in nested_check_vm_entry_controls()
2780 CC(intr_type == INTR_TYPE_OTHER_EVENT && in nested_check_vm_entry_controls()
2785 if (CC(intr_type == INTR_TYPE_NMI_INTR && vector != NMI_VECTOR) || in nested_check_vm_entry_controls()
2786 CC(intr_type == INTR_TYPE_HARD_EXCEPTION && vector > 31) || in nested_check_vm_entry_controls()
2787 CC(intr_type == INTR_TYPE_OTHER_EVENT && vector != 0)) in nested_check_vm_entry_controls()
2792 intr_type == INTR_TYPE_HARD_EXCEPTION && prot_mode && in nested_check_vm_entry_controls()
2807 switch (intr_type) { in nested_check_vm_entry_controls()
/linux/drivers/scsi/lpfc/
A Dlpfc_init.c545 if (phba->intr_type == MSIX) { in lpfc_config_port_post()
12107 phba->intr_type = MSIX; in lpfc_sli_enable_intr()
12117 phba->intr_type = MSI; in lpfc_sli_enable_intr()
12123 if (phba->intr_type == NONE) { in lpfc_sli_enable_intr()
12128 phba->intr_type = INTx; in lpfc_sli_enable_intr()
12149 if (phba->intr_type == MSIX) in lpfc_sli_disable_intr()
12159 phba->intr_type = NONE; in lpfc_sli_disable_intr()
13098 phba->intr_type = MSIX; in lpfc_sli4_enable_intr()
13109 phba->intr_type = MSI; in lpfc_sli4_enable_intr()
13123 phba->intr_type = INTx; in lpfc_sli4_enable_intr()
[all …]
A Dlpfc.h1307 enum intr_type_t intr_type; member
A Dlpfc_sli.c538 if ((q->phba->intr_type == INTx) && (arm == LPFC_QUEUE_REARM)) in lpfc_sli4_write_eq_db()
571 if ((q->phba->intr_type == INTx) && (arm == LPFC_QUEUE_REARM)) in lpfc_sli4_if6_write_eq_db()
13593 if (phba->intr_type == MSIX) { in lpfc_sli_sp_intr_handler()
13898 if (phba->intr_type == MSIX) { in lpfc_sli_fp_intr_handler()
15626 if (phba->intr_type == MSIX) in lpfc_sli4_hba_intr_handler()
/linux/drivers/usb/host/
A Dxhci.c4681 int intr_type; in xhci_calculate_intel_u1_timeout() local
4692 intr_type = usb_endpoint_interrupt_type(desc); in xhci_calculate_intel_u1_timeout()
4693 if (intr_type == USB_ENDPOINT_INTR_NOTIFICATION) { in xhci_calculate_intel_u1_timeout()

Completed in 718 milliseconds

12