Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/pci/hda/
A Dhda_intel.c391 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()
1301 chip->driver_caps |= AZX_DCAPS_PM_RUNTIME; in init_vga_switcheroo()
1558 if (chip->driver_caps & AZX_DCAPS_POSFIX_LPIB) { in check_position_fix()
1683 if (chip->driver_caps & AZX_DCAPS_NO_MSI) { in check_msi()
1715 if (chip->driver_caps & AZX_DCAPS_SNOOP_OFF) in azx_check_snoop_available()
1759 int dev, unsigned int driver_caps, in azx_create() argument
1785 chip->driver_caps = driver_caps; in azx_create()
1786 chip->driver_type = driver_caps & 0xff; in azx_create()
1885 if (chip->driver_caps & AZX_DCAPS_NO_MSI64) { in azx_first_init()
[all …]
A Dhda_controller.h103 unsigned int driver_caps; member
180 ((chip)->driver_caps & AZX_DCAPS_PM_RUNTIME)
A Dhda_tegra.c405 unsigned int driver_caps, in hda_tegra_create() argument
420 chip->driver_caps = driver_caps; in hda_tegra_create()
421 chip->driver_type = driver_caps & 0xff; in hda_tegra_create()
A 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()
1027 if (chip->driver_caps & AZX_DCAPS_CTX_WORKAROUND) in azx_init_chip()
1106 if (chip->driver_caps & AZX_DCAPS_CTX_WORKAROUND) in azx_interrupt()
1179 if (chip->driver_caps & AZX_DCAPS_CORBRP_SELF_CLEAR) in azx_bus_init()
1182 if (chip->driver_caps & AZX_DCAPS_4K_BDLE_BOUNDARY) in azx_bus_init()
1303 if (chip->driver_caps & AZX_DCAPS_SEPARATE_STREAM_TAG) in azx_init_streams()
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/
A Dice_virtchnl.c373 u32 driver_caps) in ice_vc_get_vlan_caps() argument
379 if (driver_caps & VIRTCHNL_VF_OFFLOAD_VLAN_V2) { in ice_vc_get_vlan_caps()
440 vf->driver_caps = *(u32 *)msg; in ice_vc_get_vf_res_msg()
442 vf->driver_caps = VIRTCHNL_VF_OFFLOAD_L2 | in ice_vc_get_vf_res_msg()
454 vf->driver_caps); in ice_vc_get_vf_res_msg()
459 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RSS_AQ) in ice_vc_get_vf_res_msg()
474 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_ENCAP) in ice_vc_get_vf_res_msg()
495 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_USO) in ice_vc_get_vf_res_msg()
513 vf->driver_caps = vfres->vf_cap_flags; in ice_vc_get_vf_res_msg()
1698 if (vf->driver_caps & in ice_vc_cfg_qs_msg()
[all …]
A Dice_virtchnl_allowlist.c181 unsigned long caps = vf->driver_caps; in ice_vc_set_caps_allowlist()
A Dice_vf_lib.h100 u32 driver_caps; /* reported by VF driver */ member
A Dice_vf_lib.c533 vf->driver_caps = 0; in ice_reset_all_vfs()
670 vf->driver_caps = 0; in ice_reset_vf()
A Dice_virtchnl_fdir.c107 if (!(vf->driver_caps & VIRTCHNL_VF_OFFLOAD_FDIR_PF)) in ice_vc_fdir_param_check()
/linux-6.3-rc2/drivers/net/ethernet/intel/i40e/
A Di40e_virtchnl_pf.h74 u32 driver_caps; /* reported by VF driver */ member
A Di40e_virtchnl_pf.c91 if (vf->driver_caps & VIRTCHNL_VF_CAP_ADV_LINK_SPEED) { in i40e_set_vf_link_state()
2114 vf->driver_caps = *(u32 *)msg; in i40e_vc_get_vf_resources_msg()
2116 vf->driver_caps = VIRTCHNL_VF_OFFLOAD_L2 | in i40e_vc_get_vf_resources_msg()
2127 (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RDMA)) { in i40e_vc_get_vf_resources_msg()
2134 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RSS_PF) { in i40e_vc_get_vf_resources_msg()
2138 (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RSS_AQ)) in i40e_vc_get_vf_resources_msg()
2150 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_ENCAP) in i40e_vc_get_vf_resources_msg()
2169 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_WB_ON_ITR) in i40e_vc_get_vf_resources_msg()
2174 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_REQ_QUEUES) in i40e_vc_get_vf_resources_msg()
2177 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_ADQ) in i40e_vc_get_vf_resources_msg()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/i915/
A Di915_gpu_error.h211 struct intel_driver_caps driver_caps; member
A Di915_gpu_error.c651 intel_driver_caps_print(&error->driver_caps, &p); in err_print_capabilities()
1974 error->driver_caps = i915->caps; in capture_gen()

Completed in 42 milliseconds