Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dhda_intel.c281 (((chip)->driver_caps & AZX_DCAPS_SNOOP_MASK) >> 10)
428 if (!(chip->driver_caps & AZX_DCAPS_NO_TCSEL)) { in azx_init_pci()
640 chip->driver_caps &= ~AZX_DCAPS_COUNT_LPIB_DELAY; in azx_get_delay_from_lpib()
709 if (chip->driver_caps & AZX_DCAPS_COUNT_LPIB_DELAY) in azx_position_ok()
1338 chip->driver_caps |= AZX_DCAPS_PM_RUNTIME; in init_vga_switcheroo()
1428 if (chip->driver_caps & AZX_DCAPS_I915_COMPONENT) in azx_free()
1594 if (chip->driver_caps & AZX_DCAPS_AMD_WORKAROUND) { in check_position_fix()
1598 if (chip->driver_caps & AZX_DCAPS_POSFIX_LPIB) { in check_position_fix()
1628 (chip->driver_caps & AZX_DCAPS_COUNT_LPIB_DELAY)) { in assign_position_fix()
1723 if (chip->driver_caps & AZX_DCAPS_NO_MSI) { in check_msi()
[all …]
H A Dhda_tegra.c388 unsigned int driver_caps, in hda_tegra_create() argument
403 chip->driver_caps = driver_caps; in hda_tegra_create()
404 chip->driver_type = driver_caps & 0xff; in hda_tegra_create()
H A Dhda_controller.h105 unsigned int driver_caps; member
182 ((chip)->driver_caps & AZX_DCAPS_PM_RUNTIME)
H 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()
1039 if (chip->driver_caps & AZX_DCAPS_CTX_WORKAROUND) in azx_init_chip()
1120 if (chip->driver_caps & AZX_DCAPS_CTX_WORKAROUND) in azx_interrupt()
1193 if (chip->driver_caps & AZX_DCAPS_CORBRP_SELF_CLEAR) in azx_bus_init()
1196 if (chip->driver_caps & AZX_DCAPS_4K_BDLE_BOUNDARY) in azx_bus_init()
1316 if (chip->driver_caps & AZX_DCAPS_SEPARATE_STREAM_TAG) in azx_init_streams()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl_pf.c112 if (vf->driver_caps & VIRTCHNL_VF_CAP_ADV_LINK_SPEED) { in ice_set_pfe_link()
1940 vf->driver_caps = *(u32 *)msg; in ice_vc_get_vf_res_msg()
1942 vf->driver_caps = VIRTCHNL_VF_OFFLOAD_L2 | in ice_vc_get_vf_res_msg()
1956 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RSS_PF) { in ice_vc_get_vf_res_msg()
1959 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RSS_AQ) in ice_vc_get_vf_res_msg()
1965 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RSS_PCTYPE_V2) in ice_vc_get_vf_res_msg()
1968 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_ENCAP) in ice_vc_get_vf_res_msg()
1971 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_ENCAP_CSUM) in ice_vc_get_vf_res_msg()
1974 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RX_POLLING) in ice_vc_get_vf_res_msg()
1977 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_WB_ON_ITR) in ice_vc_get_vf_res_msg()
[all …]
H A Dice_virtchnl_pf.h81 u32 driver_caps; /* reported by VF driver */ member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.h74 u32 driver_caps; /* reported by VF driver */ member
H A Di40e_virtchnl_pf.c377 if ((vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RX_POLLING) && in i40e_config_irq_link_list()
2060 vf->driver_caps = *(u32 *)msg; in i40e_vc_get_vf_resources_msg()
2062 vf->driver_caps = VIRTCHNL_VF_OFFLOAD_L2 | in i40e_vc_get_vf_resources_msg()
2072 (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_IWARP)) { in i40e_vc_get_vf_resources_msg()
2079 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RSS_PF) { in i40e_vc_get_vf_resources_msg()
2083 (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RSS_AQ)) in i40e_vc_get_vf_resources_msg()
2090 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RSS_PCTYPE_V2) in i40e_vc_get_vf_resources_msg()
2095 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_ENCAP) in i40e_vc_get_vf_resources_msg()
2099 (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_ENCAP_CSUM)) in i40e_vc_get_vf_resources_msg()
2102 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RX_POLLING) { in i40e_vc_get_vf_resources_msg()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_gpu_error.h180 struct intel_driver_caps driver_caps; member
H A Di915_gpu_error.c632 intel_driver_caps_print(&error->driver_caps, &p); in err_print_capabilities()
1740 error->driver_caps = i915->caps; in capture_gen()