Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/hda/
Dhda_intel.c288 (((chip)->driver_caps & AZX_DCAPS_SNOOP_MASK) >> 10)
485 if (!(chip->driver_caps & AZX_DCAPS_NO_TCSEL)) { in azx_init_pci()
649 if (chip->driver_caps & AZX_DCAPS_I915_POWERWELL) in hda_intel_init_chip()
662 if (chip->driver_caps & AZX_DCAPS_I915_POWERWELL) in hda_intel_init_chip()
698 chip->driver_caps &= ~AZX_DCAPS_COUNT_LPIB_DELAY; in azx_get_delay_from_lpib()
768 if (chip->driver_caps & AZX_DCAPS_COUNT_LPIB_DELAY) in azx_position_ok()
1024 if ((chip->driver_caps & AZX_DCAPS_I915_POWERWELL) in azx_suspend()
1049 if (chip->driver_caps & AZX_DCAPS_I915_POWERWELL) { in azx_resume()
1065 if ((chip->driver_caps & AZX_DCAPS_I915_POWERWELL) && in azx_resume()
1128 if ((chip->driver_caps & AZX_DCAPS_I915_POWERWELL) in azx_runtime_suspend()
[all …]
Dhda_controller.h124 unsigned int driver_caps; member
202 ((chip)->driver_caps & AZX_DCAPS_PM_RUNTIME)
Dhda_tegra.c436 unsigned int driver_caps, in hda_tegra_create() argument
451 chip->driver_caps = driver_caps; in hda_tegra_create()
452 chip->driver_type = driver_caps & 0xff; in hda_tegra_create()
Dhda_controller.c203 if ((chip->driver_caps & AZX_DCAPS_CTX_WORKAROUND) && in azx_pcm_prepare()
232 if (chip->driver_caps & AZX_DCAPS_OLD_SSYNC) in azx_pcm_trigger()
1096 if (chip->driver_caps & AZX_DCAPS_CTX_WORKAROUND) in azx_init_chip()
1169 if (chip->driver_caps & AZX_DCAPS_CTX_WORKAROUND) in azx_interrupt()
1266 if (chip->driver_caps & AZX_DCAPS_CORBRP_SELF_CLEAR) in azx_bus_init()
1269 if (chip->driver_caps & AZX_DCAPS_4K_BDLE_BOUNDARY) in azx_bus_init()
1276 if (chip->driver_caps & AZX_DCAPS_SYNC_WRITE) { in azx_bus_init()
1389 if (chip->driver_caps & AZX_DCAPS_SEPARATE_STREAM_TAG) in azx_init_streams()
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.h71 u32 driver_caps; /* reported by VF driver */ member
Di40e_virtchnl_pf.c365 if ((vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RX_POLLING) && in i40e_config_irq_link_list()
1714 vf->driver_caps = *(u32 *)msg; in i40e_vc_get_vf_resources_msg()
1716 vf->driver_caps = VIRTCHNL_VF_OFFLOAD_L2 | in i40e_vc_get_vf_resources_msg()
1726 (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_IWARP)) { in i40e_vc_get_vf_resources_msg()
1733 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RSS_PF) { in i40e_vc_get_vf_resources_msg()
1737 (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RSS_AQ)) in i40e_vc_get_vf_resources_msg()
1744 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RSS_PCTYPE_V2) in i40e_vc_get_vf_resources_msg()
1749 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_ENCAP) in i40e_vc_get_vf_resources_msg()
1753 (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_ENCAP_CSUM)) in i40e_vc_get_vf_resources_msg()
1756 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RX_POLLING) { in i40e_vc_get_vf_resources_msg()
[all …]
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_gpu_error.h48 struct intel_driver_caps driver_caps; member
Di915_gpu_error.c832 err_print_capabilities(m, &error->device_info, &error->driver_caps); in i915_error_state_to_str()
1749 error->driver_caps = i915->caps; in capture_gen_state()