Lines Matching refs:hda
36 int hda_display_power(struct hda_intel *hda, bool enable) in hda_display_power() argument
38 struct i915_audio_component *acomp = &hda->audio_component; in hda_display_power()
43 dev_dbg(&hda->chip.pci->dev, "display power %s\n", in hda_display_power()
53 void haswell_set_bclk(struct hda_intel *hda) in haswell_set_bclk() argument
57 struct i915_audio_component *acomp = &hda->audio_component; in haswell_set_bclk()
58 struct pci_dev *pci = hda->chip.pci; in haswell_set_bclk()
92 azx_writew(&hda->chip, EM4, bclk_m); in haswell_set_bclk()
93 azx_writew(&hda->chip, EM5, bclk_n); in haswell_set_bclk()
100 struct hda_intel *hda = container_of(chip, struct hda_intel, chip); in hda_component_master_bind() local
101 struct i915_audio_component *acomp = &hda->audio_component; in hda_component_master_bind()
135 struct hda_intel *hda = container_of(chip, struct hda_intel, chip); in hda_component_master_unbind() local
136 struct i915_audio_component *acomp = &hda->audio_component; in hda_component_master_unbind()
154 int hda_i915_init(struct hda_intel *hda) in hda_i915_init() argument
157 struct device *dev = &hda->chip.pci->dev; in hda_i915_init()
158 struct i915_audio_component *acomp = &hda->audio_component; in hda_i915_init()
161 component_match_add(dev, &match, hda_component_master_match, hda); in hda_i915_init()
189 int hda_i915_exit(struct hda_intel *hda) in hda_i915_exit() argument
191 struct device *dev = &hda->chip.pci->dev; in hda_i915_exit()