Home
last modified time | relevance | path

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

/Linux-v5.4/sound/pci/hda/
Dhda_intel.c278 (((chip)->driver_caps & AZX_DCAPS_SNOOP_MASK) >> 10)
423 if (!(chip->driver_caps & AZX_DCAPS_NO_TCSEL)) { in azx_init_pci()
635 chip->driver_caps &= ~AZX_DCAPS_COUNT_LPIB_DELAY; in azx_get_delay_from_lpib()
700 if (chip->driver_caps & AZX_DCAPS_COUNT_LPIB_DELAY) in azx_position_ok()
1288 chip->driver_caps |= AZX_DCAPS_PM_RUNTIME; in init_vga_switcheroo()
1375 if (chip->driver_caps & AZX_DCAPS_I915_COMPONENT) in azx_free()
1485 if (chip->driver_caps & AZX_DCAPS_AMD_WORKAROUND) { in check_position_fix()
1489 if (chip->driver_caps & AZX_DCAPS_POSFIX_LPIB) { in check_position_fix()
1519 (chip->driver_caps & AZX_DCAPS_COUNT_LPIB_DELAY)) { in assign_position_fix()
1613 if (chip->driver_caps & AZX_DCAPS_NO_MSI) { in check_msi()
[all …]
Dhda_controller.h105 unsigned int driver_caps; member
181 ((chip)->driver_caps & AZX_DCAPS_PM_RUNTIME)
Dhda_tegra.c369 unsigned int driver_caps, in hda_tegra_create() argument
384 chip->driver_caps = driver_caps; in hda_tegra_create()
385 chip->driver_type = driver_caps & 0xff; in hda_tegra_create()
Dhda_controller.c192 if ((chip->driver_caps & AZX_DCAPS_CTX_WORKAROUND) && in azx_pcm_prepare()
221 if (chip->driver_caps & AZX_DCAPS_OLD_SSYNC) in azx_pcm_trigger()
620 if (chip->driver_caps & AZX_DCAPS_AMD_WORKAROUND) in azx_pcm_open()
1094 if (chip->driver_caps & AZX_DCAPS_CTX_WORKAROUND) in azx_init_chip()
1167 if (chip->driver_caps & AZX_DCAPS_CTX_WORKAROUND) in azx_interrupt()
1241 if (chip->driver_caps & AZX_DCAPS_CORBRP_SELF_CLEAR) in azx_bus_init()
1244 if (chip->driver_caps & AZX_DCAPS_4K_BDLE_BOUNDARY) in azx_bus_init()
1251 if (chip->driver_caps & AZX_DCAPS_SYNC_WRITE) { in azx_bus_init()
1364 if (chip->driver_caps & AZX_DCAPS_SEPARATE_STREAM_TAG) in azx_init_streams()
/Linux-v5.4/drivers/net/ethernet/intel/ice/
Dice_virtchnl_pf.c79 if (vf->driver_caps & VIRTCHNL_VF_CAP_ADV_LINK_SPEED) { in ice_set_pfe_link()
1616 vf->driver_caps = *(u32 *)msg; in ice_vc_get_vf_res_msg()
1618 vf->driver_caps = VIRTCHNL_VF_OFFLOAD_L2 | in ice_vc_get_vf_res_msg()
1632 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RSS_PF) { in ice_vc_get_vf_res_msg()
1635 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RSS_AQ) in ice_vc_get_vf_res_msg()
1641 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RSS_PCTYPE_V2) in ice_vc_get_vf_res_msg()
1644 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_ENCAP) in ice_vc_get_vf_res_msg()
1647 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_ENCAP_CSUM) in ice_vc_get_vf_res_msg()
1650 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RX_POLLING) in ice_vc_get_vf_res_msg()
1653 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_WB_ON_ITR) in ice_vc_get_vf_res_msg()
[all …]
Dice_virtchnl_pf.h69 u32 driver_caps; /* reported by VF driver */ member
/Linux-v5.4/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.h73 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()
1870 vf->driver_caps = *(u32 *)msg; in i40e_vc_get_vf_resources_msg()
1872 vf->driver_caps = VIRTCHNL_VF_OFFLOAD_L2 | in i40e_vc_get_vf_resources_msg()
1882 (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_IWARP)) { in i40e_vc_get_vf_resources_msg()
1889 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RSS_PF) { in i40e_vc_get_vf_resources_msg()
1893 (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RSS_AQ)) in i40e_vc_get_vf_resources_msg()
1900 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RSS_PCTYPE_V2) in i40e_vc_get_vf_resources_msg()
1905 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_ENCAP) in i40e_vc_get_vf_resources_msg()
1909 (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_ENCAP_CSUM)) in i40e_vc_get_vf_resources_msg()
1912 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RX_POLLING) { in i40e_vc_get_vf_resources_msg()
[all …]
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_gpu_error.h51 struct intel_driver_caps driver_caps; member
Di915_gpu_error.c786 &error->driver_caps); in __err_print_to_sgl()
1642 error->driver_caps = i915->caps; in capture_gen_state()