Searched refs:irq_type (Results 101 - 122 of 122) sorted by relevance

12345

/linux-master/arch/powerpc/kvm/
H A Dbook3s_xive.c1863 vcpu->arch.irq_type = KVMPPC_IRQ_DEFAULT;
1919 if (vcpu->arch.irq_type != KVMPPC_IRQ_DEFAULT)
2030 vcpu->arch.irq_type = KVMPPC_IRQ_XICS;
2679 * Now that we have cleared vcpu->arch.xive_vcpu, vcpu->arch.irq_type
H A Dbooke.c540 BUG_ON(vcpu->arch.irq_type != KVMPPC_IRQ_MPIC);
H A Dpowerpc.c804 switch (vcpu->arch.irq_type) {
/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_nic.c128 cfg->irq_type = aq_pci_func_get_irq_type(self);
130 if ((cfg->irq_type == AQ_HW_IRQ_LEGACY) ||
/linux-master/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_a0.c387 aq_hw_atl_igcr_table_[aq_nic_cfg->irq_type]
H A Dhw_atl_b0.c607 aq_hw_atl_igcr_table_[aq_nic_cfg->irq_type]
/linux-master/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2.c580 aq_hw_atl2_igcr_table_[aq_nic_cfg->irq_type]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v11_0.c934 unsigned int irq_type; local
952 irq_type = AMDGPU_CP_IRQ_GFX_ME0_PIPE0_EOP + ring->pipe;
953 r = amdgpu_ring_init(adev, ring, 1024, &adev->gfx.eop_irq, irq_type,
964 unsigned irq_type; local
983 irq_type = AMDGPU_CP_IRQ_COMPUTE_MEC1_PIPE0_EOP
989 r = amdgpu_ring_init(adev, ring, 1024, &adev->gfx.eop_irq, irq_type,
H A Dgfx_v6_0.c3086 unsigned irq_type; local
3100 irq_type = AMDGPU_CP_IRQ_COMPUTE_MEC1_PIPE0_EOP + ring->pipe;
3102 &adev->gfx.eop_irq, irq_type,
H A Dgfx_v9_4_3.c807 unsigned irq_type; local
833 irq_type = AMDGPU_CP_IRQ_COMPUTE_MEC1_PIPE0_EOP
839 return amdgpu_ring_init(adev, ring, 1024, &adev->gfx.eop_irq, irq_type,
H A Dgfx_v7_0.c4356 unsigned irq_type; local
4369 irq_type = AMDGPU_CP_IRQ_COMPUTE_MEC1_PIPE0_EOP
4375 &adev->gfx.eop_irq, irq_type,
H A Ddce_v11_0.c3382 unsigned int irq_type = amdgpu_display_crtc_idx_to_irq_type(adev, local
3392 if (amdgpu_irq_enabled(adev, source, irq_type)) {
H A Ddce_v10_0.c3251 unsigned int irq_type = amdgpu_display_crtc_idx_to_irq_type(adev, crtc); local
3260 if (amdgpu_irq_enabled(adev, source, irq_type)) {
H A Ddce_v8_0.c3085 unsigned int irq_type = amdgpu_display_crtc_idx_to_irq_type(adev, local
3095 if (amdgpu_irq_enabled(adev, source, irq_type)) {
H A Ddce_v6_0.c2997 unsigned int irq_type = amdgpu_display_crtc_idx_to_irq_type(adev, local
3007 if (amdgpu_irq_enabled(adev, source, irq_type)) {
H A Dgfx_v8_0.c1864 unsigned irq_type; local
1882 irq_type = AMDGPU_CP_IRQ_COMPUTE_MEC1_PIPE0_EOP
1889 r = amdgpu_ring_init(adev, ring, 1024, &adev->gfx.eop_irq, irq_type,
H A Dgfx_v9_0.c1968 unsigned irq_type; local
1987 irq_type = AMDGPU_CP_IRQ_COMPUTE_MEC1_PIPE0_EOP
1993 return amdgpu_ring_init(adev, ring, 1024, &adev->gfx.eop_irq, irq_type,
H A Dgfx_v10_0.c4435 unsigned int irq_type; local
4454 irq_type = AMDGPU_CP_IRQ_GFX_ME0_PIPE0_EOP + ring->pipe;
4457 return amdgpu_ring_init(adev, ring, 1024, &adev->gfx.eop_irq, irq_type,
4464 unsigned int irq_type; local
4483 irq_type = AMDGPU_CP_IRQ_COMPUTE_MEC1_PIPE0_EOP
4489 return amdgpu_ring_init(adev, ring, 1024, &adev->gfx.eop_irq, irq_type,
/linux-master/drivers/net/ethernet/smsc/
H A Dsmsc911x.c1659 if (pdata->config.irq_type) {
2398 config->irq_type = SMSC911X_IRQ_TYPE_PUSH_PULL;
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c7912 int irq_type = local
7922 irq_type);
7927 irq_type);
7934 irq_type);
7939 irq_type);
7947 int irq_type = local
7954 amdgpu_irq_update(adev, &adev->pageflip_irq, irq_type);
/linux-master/drivers/infiniband/hw/hfi1/
H A Dhfi.h681 enum irq_type type;
/linux-master/drivers/vfio/pci/
H A Dvfio_pci_config.c1171 if (vdev->irq_type != VFIO_PCI_MSI_IRQ_INDEX)

Completed in 699 milliseconds

12345