Home
last modified time | relevance | path

Searched refs:driver_caps (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.10/sound/pci/hda/
Dhda_intel.c281 (((chip)->driver_caps & AZX_DCAPS_SNOOP_MASK) >> 10)
424 if (!(chip->driver_caps & AZX_DCAPS_NO_TCSEL)) { in azx_init_pci()
636 chip->driver_caps &= ~AZX_DCAPS_COUNT_LPIB_DELAY; in azx_get_delay_from_lpib()
701 if (chip->driver_caps & AZX_DCAPS_COUNT_LPIB_DELAY) in azx_position_ok()
1321 chip->driver_caps |= AZX_DCAPS_PM_RUNTIME; in init_vga_switcheroo()
1411 if (chip->driver_caps & AZX_DCAPS_I915_COMPONENT) in azx_free()
1577 if (chip->driver_caps & AZX_DCAPS_AMD_WORKAROUND) { in check_position_fix()
1581 if (chip->driver_caps & AZX_DCAPS_POSFIX_LPIB) { in check_position_fix()
1611 (chip->driver_caps & AZX_DCAPS_COUNT_LPIB_DELAY)) { in assign_position_fix()
1705 if (chip->driver_caps & AZX_DCAPS_NO_MSI) { in check_msi()
[all …]
Dhda_controller.h105 unsigned int driver_caps; member
182 ((chip)->driver_caps & AZX_DCAPS_PM_RUNTIME)
Dhda_tegra.c425 unsigned int driver_caps, in hda_tegra_create() argument
440 chip->driver_caps = driver_caps; in hda_tegra_create()
441 chip->driver_type = driver_caps & 0xff; in hda_tegra_create()
Dhda_controller.c188 if ((chip->driver_caps & AZX_DCAPS_CTX_WORKAROUND) && in azx_pcm_prepare()
217 if (chip->driver_caps & AZX_DCAPS_OLD_SSYNC) in azx_pcm_trigger()
616 if (chip->driver_caps & AZX_DCAPS_AMD_WORKAROUND) in azx_pcm_open()
1045 if (chip->driver_caps & AZX_DCAPS_CTX_WORKAROUND) in azx_init_chip()
1126 if (chip->driver_caps & AZX_DCAPS_CTX_WORKAROUND) in azx_interrupt()
1199 if (chip->driver_caps & AZX_DCAPS_CORBRP_SELF_CLEAR) in azx_bus_init()
1202 if (chip->driver_caps & AZX_DCAPS_4K_BDLE_BOUNDARY) in azx_bus_init()
1315 if (chip->driver_caps & AZX_DCAPS_SEPARATE_STREAM_TAG) in azx_init_streams()
/Linux-v5.10/drivers/net/ethernet/intel/ice/
Dice_virtchnl_pf.c112 if (vf->driver_caps & VIRTCHNL_VF_CAP_ADV_LINK_SPEED) { in ice_set_pfe_link()
1911 vf->driver_caps = *(u32 *)msg; in ice_vc_get_vf_res_msg()
1913 vf->driver_caps = VIRTCHNL_VF_OFFLOAD_L2 | in ice_vc_get_vf_res_msg()
1927 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RSS_PF) { in ice_vc_get_vf_res_msg()
1930 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RSS_AQ) in ice_vc_get_vf_res_msg()
1936 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RSS_PCTYPE_V2) in ice_vc_get_vf_res_msg()
1939 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_ENCAP) in ice_vc_get_vf_res_msg()
1942 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_ENCAP_CSUM) in ice_vc_get_vf_res_msg()
1945 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RX_POLLING) in ice_vc_get_vf_res_msg()
1948 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_WB_ON_ITR) in ice_vc_get_vf_res_msg()
[all …]
Dice_virtchnl_pf.h77 u32 driver_caps; /* reported by VF driver */ member
/Linux-v5.10/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.h72 u32 driver_caps; /* reported by VF driver */ member
Di40e_virtchnl_pf.c371 if ((vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RX_POLLING) && in i40e_config_irq_link_list()
1942 vf->driver_caps = *(u32 *)msg; in i40e_vc_get_vf_resources_msg()
1944 vf->driver_caps = VIRTCHNL_VF_OFFLOAD_L2 | in i40e_vc_get_vf_resources_msg()
1954 (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_IWARP)) { in i40e_vc_get_vf_resources_msg()
1961 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RSS_PF) { in i40e_vc_get_vf_resources_msg()
1965 (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RSS_AQ)) in i40e_vc_get_vf_resources_msg()
1972 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RSS_PCTYPE_V2) in i40e_vc_get_vf_resources_msg()
1977 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_ENCAP) in i40e_vc_get_vf_resources_msg()
1981 (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_ENCAP_CSUM)) in i40e_vc_get_vf_resources_msg()
1984 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RX_POLLING) { in i40e_vc_get_vf_resources_msg()
[all …]
/Linux-v5.10/drivers/gpu/drm/i915/
Di915_gpu_error.h180 struct intel_driver_caps driver_caps; member
Di915_gpu_error.c632 intel_driver_caps_print(&error->driver_caps, &p); in err_print_capabilities()
1723 error->driver_caps = i915->caps; in capture_gen()