Home
last modified time | relevance | path

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

/Linux-v5.15/sound/pci/hda/
Dhda_intel.c247 (((chip)->driver_caps & AZX_DCAPS_SNOOP_MASK) >> 10)
391 if (!(chip->driver_caps & AZX_DCAPS_NO_TCSEL)) { in azx_init_pci()
603 chip->driver_caps &= ~AZX_DCAPS_COUNT_LPIB_DELAY; in azx_get_delay_from_lpib()
668 if (chip->driver_caps & AZX_DCAPS_COUNT_LPIB_DELAY) in azx_position_ok()
1304 chip->driver_caps |= AZX_DCAPS_PM_RUNTIME; in init_vga_switcheroo()
1387 if (chip->driver_caps & AZX_DCAPS_I915_COMPONENT) in azx_free()
1553 if (chip->driver_caps & AZX_DCAPS_AMD_WORKAROUND) { in check_position_fix()
1557 if (chip->driver_caps & AZX_DCAPS_POSFIX_LPIB) { in check_position_fix()
1587 (chip->driver_caps & AZX_DCAPS_COUNT_LPIB_DELAY)) { in assign_position_fix()
1681 if (chip->driver_caps & AZX_DCAPS_NO_MSI) { in check_msi()
[all …]
Dhda_controller.h103 unsigned int driver_caps; member
179 ((chip)->driver_caps & AZX_DCAPS_PM_RUNTIME)
Dhda_tegra.c386 unsigned int driver_caps, in hda_tegra_create() argument
401 chip->driver_caps = driver_caps; in hda_tegra_create()
402 chip->driver_type = driver_caps & 0xff; in hda_tegra_create()
Dhda_controller.c189 if ((chip->driver_caps & AZX_DCAPS_CTX_WORKAROUND) && in azx_pcm_prepare()
218 if (chip->driver_caps & AZX_DCAPS_OLD_SSYNC) in azx_pcm_trigger()
1028 if (chip->driver_caps & AZX_DCAPS_CTX_WORKAROUND) in azx_init_chip()
1109 if (chip->driver_caps & AZX_DCAPS_CTX_WORKAROUND) in azx_interrupt()
1182 if (chip->driver_caps & AZX_DCAPS_CORBRP_SELF_CLEAR) in azx_bus_init()
1185 if (chip->driver_caps & AZX_DCAPS_4K_BDLE_BOUNDARY) in azx_bus_init()
1305 if (chip->driver_caps & AZX_DCAPS_SEPARATE_STREAM_TAG) in azx_init_streams()
/Linux-v5.15/drivers/net/ethernet/intel/ice/
Dice_virtchnl_pf.c362 if (vf->driver_caps & VIRTCHNL_VF_CAP_ADV_LINK_SPEED) { in ice_set_pfe_link()
1569 vf->driver_caps = 0; in ice_reset_all_vfs()
1676 vf->driver_caps = 0; in ice_reset_vf()
2326 vf->driver_caps = *(u32 *)msg; in ice_vc_get_vf_res_msg()
2328 vf->driver_caps = VIRTCHNL_VF_OFFLOAD_L2 | in ice_vc_get_vf_res_msg()
2342 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RSS_PF) { in ice_vc_get_vf_res_msg()
2345 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RSS_AQ) in ice_vc_get_vf_res_msg()
2351 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_FDIR_PF) in ice_vc_get_vf_res_msg()
2354 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RSS_PCTYPE_V2) in ice_vc_get_vf_res_msg()
2357 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_ENCAP) in ice_vc_get_vf_res_msg()
[all …]
Dice_virtchnl_allowlist.c165 unsigned long caps = vf->driver_caps; in ice_vc_set_caps_allowlist()
Dice_virtchnl_pf.h85 u32 driver_caps; /* reported by VF driver */ member
Dice_virtchnl_fdir.c297 if (!(vf->driver_caps & VIRTCHNL_VF_OFFLOAD_FDIR_PF)) in ice_vc_fdir_param_check()
/Linux-v5.15/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.h72 u32 driver_caps; /* reported by VF driver */ member
Di40e_virtchnl_pf.c91 if (vf->driver_caps & VIRTCHNL_VF_CAP_ADV_LINK_SPEED) { in i40e_set_vf_link_state()
424 if ((vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RX_POLLING) && in i40e_config_irq_link_list()
2015 vf->driver_caps = *(u32 *)msg; in i40e_vc_get_vf_resources_msg()
2017 vf->driver_caps = VIRTCHNL_VF_OFFLOAD_L2 | in i40e_vc_get_vf_resources_msg()
2028 (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_IWARP)) { in i40e_vc_get_vf_resources_msg()
2035 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RSS_PF) { in i40e_vc_get_vf_resources_msg()
2039 (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RSS_AQ)) in i40e_vc_get_vf_resources_msg()
2046 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RSS_PCTYPE_V2) in i40e_vc_get_vf_resources_msg()
2051 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_ENCAP) in i40e_vc_get_vf_resources_msg()
2055 (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_ENCAP_CSUM)) in i40e_vc_get_vf_resources_msg()
[all …]
/Linux-v5.15/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()
1745 error->driver_caps = i915->caps; in capture_gen()