Home
last modified time | relevance | path

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

/linux/sound/pci/hda/
H A Dhda_intel.c248 (((chip)->driver_caps & AZX_DCAPS_SNOOP_MASK) >> 10)
389 if (!(chip->driver_caps & AZX_DCAPS_NO_TCSEL)) { in azx_init_pci()
601 chip->driver_caps &= ~AZX_DCAPS_COUNT_LPIB_DELAY; in azx_get_delay_from_lpib()
677 if (chip->driver_caps & AZX_DCAPS_COUNT_LPIB_DELAY) in azx_position_ok()
1290 chip->driver_caps |= AZX_DCAPS_PM_RUNTIME; in init_vga_switcheroo()
1377 if (chip->driver_caps & AZX_DCAPS_I915_COMPONENT) in azx_free()
1537 if (chip->driver_caps & AZX_DCAPS_AMD_WORKAROUND) { in check_position_fix()
1541 if (chip->driver_caps & AZX_DCAPS_POSFIX_LPIB) { in check_position_fix()
1571 (chip->driver_caps & AZX_DCAPS_COUNT_LPIB_DELAY)) { in assign_position_fix()
1666 if (chip->driver_caps & AZX_DCAPS_NO_MSI) { in check_msi()
[all …]
H A Dhda_controller.h104 unsigned int driver_caps; member
181 ((chip)->driver_caps & AZX_DCAPS_PM_RUNTIME)
/linux/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl.c211 if (vf->driver_caps & VIRTCHNL_VF_CAP_ADV_LINK_SPEED) { in ice_set_pfe_link()
373 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()
382 } else if (driver_caps & VIRTCHNL_VF_OFFLOAD_VLAN) { 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()
453 vf->driver_caps); in ice_vc_get_vf_res_msg()
455 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RSS_PF) in ice_vc_get_vf_res_msg()
458 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RX_FLEX_DESC) in ice_vc_get_vf_res_msg()
461 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_FDIR_PF) in ice_vc_get_vf_res_msg()
[all …]
H A Dice_vf_lib.h113 u32 driver_caps; /* reported by VF driver */ member
H A Dice_vf_lib.c794 vf->driver_caps = 0; in ice_reset_all_vfs()
943 vf->driver_caps = 0; in ice_reset_vf()
H A Dice_virtchnl_fdir.c108 if (!(vf->driver_caps & VIRTCHNL_VF_OFFLOAD_FDIR_PF)) in ice_vc_fdir_param_check()
/linux/drivers/gpu/drm/i915/
H A Di915_gpu_error.c653 intel_driver_caps_print(&error->driver_caps, &p); in err_print_capabilities()
2004 error->driver_caps = i915->caps; in capture_gen()