/kernel/linux/linux-5.10/sound/hda/ |
H A D | hdac_controller.c | 64 if (chip->driver_caps & AZX_DCAPS_LS2X_WORKAROUND) in snd_hdac_bus_init_cmd_io() 71 if (chip->driver_caps & AZX_DCAPS_LS2X_WORKAROUND) in snd_hdac_bus_init_cmd_io() 89 if (chip->driver_caps & AZX_DCAPS_LS2X_WORKAROUND) { in snd_hdac_bus_init_cmd_io() 511 if (chip->driver_caps & AZX_DCAPS_LS2X_WORKAROUND) in azx_int_clear() 521 if (chip->driver_caps & AZX_DCAPS_LS2X_WORKAROUND) in azx_int_clear() 610 if (chip->driver_caps & AZX_DCAPS_LS2X_WORKAROUND) { in snd_hdac_bus_handle_stream_irq()
|
H A D | hdac_stream.c | 93 if (!fresh_start && !(chip->driver_caps & AZX_DCAPS_LS2X_WORKAROUND)) in snd_hdac_stream_start() 106 if (chip->driver_caps & AZX_DCAPS_LS2X_WORKAROUND) in snd_hdac_stream_start() 114 if (chip->driver_caps & AZX_DCAPS_LS2X_WORKAROUND) in snd_hdac_stream_start() 134 if (chip->driver_caps & AZX_DCAPS_LS2X_WORKAROUND) { in snd_hdac_stream_clear() 213 if (chip->driver_caps & AZX_DCAPS_LS2X_WORKAROUND) in snd_hdac_stream_reset() 279 if (chip->driver_caps & AZX_DCAPS_LS2X_WORKAROUND) { in snd_hdac_stream_setup() 509 if (chip->driver_caps & AZX_DCAPS_LS2X_WORKAROUND) in snd_hdac_stream_setup_periods()
|
H A D | hdac_bus.c | 121 if (chip->driver_caps & AZX_DCAPS_LS2X_WORKAROUND) in snd_hdac_bus_exec_verb_unlocked()
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_controller.c | 189 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() 298 if (chip->driver_caps & AZX_DCAPS_LS2X_WORKAROUND) { in azx_get_position() 940 if (chip->driver_caps & AZX_DCAPS_LS2X_WORKAROUND) in azx_send_cmd() 1058 if (chip->driver_caps & AZX_DCAPS_CTX_WORKAROUND) in azx_init_chip() 1116 if (chip->driver_caps & AZX_DCAPS_LS2X_WORKAROUND) { in azx_interrupt() 1130 (status == 0xffffffff && !(chip->driver_caps & AZX_DCAPS_LS2X_WORKAROUND))) in azx_interrupt() 1148 if (chip->driver_caps & AZX_DCAPS_LS2X_WORKAROUND) in azx_interrupt() 1154 if (chip->driver_caps & AZX_DCAPS_CTX_WORKAROUND) in azx_interrupt() 1227 if (chip->driver_caps in azx_bus_init() [all...] |
H A D | hda_intel.c | 282 (((chip)->driver_caps & AZX_DCAPS_SNOOP_MASK) >> 10) 431 if (!(chip->driver_caps & AZX_DCAPS_NO_TCSEL)) { in azx_init_pci() 643 chip->driver_caps &= ~AZX_DCAPS_COUNT_LPIB_DELAY; in azx_get_delay_from_lpib() 712 if (chip->driver_caps & AZX_DCAPS_COUNT_LPIB_DELAY) in azx_position_ok() 1341 chip->driver_caps |= AZX_DCAPS_PM_RUNTIME; in init_vga_switcheroo() 1431 if (chip->driver_caps & AZX_DCAPS_I915_COMPONENT) in azx_free() 1597 if (chip->driver_caps & AZX_DCAPS_AMD_WORKAROUND) { in check_position_fix() 1601 if (chip->driver_caps & AZX_DCAPS_POSFIX_LPIB) { in check_position_fix() 1631 (chip->driver_caps & AZX_DCAPS_COUNT_LPIB_DELAY)) { in assign_position_fix() 1726 if (chip->driver_caps in check_msi() 1807 azx_create(struct snd_card *card, struct pci_dev *pci, int dev, unsigned int driver_caps, struct azx **rchip) azx_create() argument [all...] |
H A D | hda_loongson.c | 514 unsigned int driver_caps, struct azx **rchip) in azx_create() 537 chip->driver_caps = driver_caps; in azx_create() 538 chip->driver_type = driver_caps & 0xff; in azx_create() 610 if (chip->driver_caps & AZX_DCAPS_NO_64BIT) { in azx_first_init() 619 if (chip->driver_caps & AZX_DCAPS_NO_ALIGN_BUFSIZE) in azx_first_init() 512 azx_create(struct snd_card *card, struct pci_dev *pcidev, struct platform_device *platdev, int dev, unsigned int driver_caps, struct azx **rchip) azx_create() argument
|
H A D | hda_controller.h | 109 unsigned int driver_caps; member 186 ((chip)->driver_caps & AZX_DCAPS_PM_RUNTIME)
|
H A D | hda_tegra.c | 388 unsigned int driver_caps, in hda_tegra_create() 403 chip->driver_caps = driver_caps; in hda_tegra_create() 404 chip->driver_type = driver_caps & 0xff; in hda_tegra_create() 387 hda_tegra_create(struct snd_card *card, unsigned int driver_caps, struct hda_tegra *hda) hda_tegra_create() argument
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_intel.c | 246 (((chip)->driver_caps & AZX_DCAPS_SNOOP_MASK) >> 10) 384 if (!(chip->driver_caps & AZX_DCAPS_NO_TCSEL)) { in azx_init_pci() 596 chip->driver_caps &= ~AZX_DCAPS_COUNT_LPIB_DELAY; in azx_get_delay_from_lpib() 672 if (chip->driver_caps & AZX_DCAPS_COUNT_LPIB_DELAY) in azx_position_ok() 1301 chip->driver_caps |= AZX_DCAPS_PM_RUNTIME; in init_vga_switcheroo() 1388 if (chip->driver_caps & AZX_DCAPS_I915_COMPONENT) in azx_free() 1554 if (chip->driver_caps & AZX_DCAPS_AMD_WORKAROUND) { in check_position_fix() 1558 if (chip->driver_caps & AZX_DCAPS_POSFIX_LPIB) { in check_position_fix() 1588 (chip->driver_caps & AZX_DCAPS_COUNT_LPIB_DELAY)) { in assign_position_fix() 1683 if (chip->driver_caps in check_msi() 1766 azx_create(struct snd_card *card, struct pci_dev *pci, int dev, unsigned int driver_caps, struct azx **rchip) azx_create() argument [all...] |
H A D | hda_controller.h | 103 unsigned int driver_caps; member 180 ((chip)->driver_caps & AZX_DCAPS_PM_RUNTIME)
|
H A D | hda_tegra.c | 406 unsigned int driver_caps, in hda_tegra_create() 421 chip->driver_caps = driver_caps; in hda_tegra_create() 422 chip->driver_type = driver_caps & 0xff; in hda_tegra_create() 405 hda_tegra_create(struct snd_card *card, unsigned int driver_caps, struct hda_tegra *hda) hda_tegra_create() argument
|
H A D | hda_controller.c | 189 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_virtchnl.c | 211 if (vf->driver_caps & VIRTCHNL_VF_CAP_ADV_LINK_SPEED) { in ice_set_pfe_link() 367 * @driver_caps: current driver caps 373 u32 driver_caps) in ice_vc_get_vlan_caps() 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 in ice_vc_get_vf_res_msg() 372 ice_vc_get_vlan_caps(struct ice_hw *hw, struct ice_vf *vf, struct ice_vsi *vsi, u32 driver_caps) ice_vc_get_vlan_caps() argument [all...] |
H A D | ice_virtchnl_allowlist.c | 179 unsigned long caps = vf->driver_caps; in ice_vc_set_caps_allowlist()
|
H A D | ice_vf_lib.h | 99 u32 driver_caps; /* reported by VF driver */ member
|
H A D | ice_vf_lib.c | 761 vf->driver_caps = 0; in ice_reset_all_vfs() 912 vf->driver_caps = 0; in ice_reset_vf()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_virtchnl_pf.c | 112 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 in ice_vc_get_vf_res_msg() [all...] |
H A D | ice_virtchnl_pf.h | 81 u32 driver_caps; /* reported by VF driver */ member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_virtchnl_pf.h | 74 u32 driver_caps; /* reported by VF driver */ member
|
H A D | i40e_virtchnl_pf.c | 403 if ((vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RX_POLLING) && in i40e_config_irq_link_list() 2086 vf->driver_caps = *(u32 *)msg; in i40e_vc_get_vf_resources_msg() 2088 vf->driver_caps = VIRTCHNL_VF_OFFLOAD_L2 | in i40e_vc_get_vf_resources_msg() 2098 (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_IWARP)) { in i40e_vc_get_vf_resources_msg() 2105 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RSS_PF) { in i40e_vc_get_vf_resources_msg() 2109 (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RSS_AQ)) in i40e_vc_get_vf_resources_msg() 2116 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RSS_PCTYPE_V2) in i40e_vc_get_vf_resources_msg() 2121 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_ENCAP) in i40e_vc_get_vf_resources_msg() 2125 (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_ENCAP_CSUM)) in i40e_vc_get_vf_resources_msg() 2128 if (vf->driver_caps in i40e_vc_get_vf_resources_msg() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_virtchnl_pf.h | 74 u32 driver_caps; /* reported by VF driver */ member
|
H A D | i40e_virtchnl_pf.c | 91 if (vf->driver_caps & VIRTCHNL_VF_CAP_ADV_LINK_SPEED) { in i40e_set_vf_link_state() 456 if ((vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RX_POLLING) && in i40e_config_irq_link_list() 2141 vf->driver_caps = *(u32 *)msg; in i40e_vc_get_vf_resources_msg() 2143 vf->driver_caps = VIRTCHNL_VF_OFFLOAD_L2 | in i40e_vc_get_vf_resources_msg() 2154 (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RDMA)) { in i40e_vc_get_vf_resources_msg() 2161 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RSS_PF) { in i40e_vc_get_vf_resources_msg() 2165 (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RSS_AQ)) in i40e_vc_get_vf_resources_msg() 2172 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_RSS_PCTYPE_V2) in i40e_vc_get_vf_resources_msg() 2177 if (vf->driver_caps & VIRTCHNL_VF_OFFLOAD_ENCAP) in i40e_vc_get_vf_resources_msg() 2181 (vf->driver_caps in i40e_vc_get_vf_resources_msg() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_gpu_error.h | 180 struct intel_driver_caps driver_caps; member
|
H A D | i915_gpu_error.c | 632 intel_driver_caps_print(&error->driver_caps, &p); in err_print_capabilities() 1740 error->driver_caps = i915->caps; in capture_gen()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_gpu_error.h | 216 struct intel_driver_caps driver_caps; member
|