Lines Matching defs:sdev
76 void hda_codec_jack_wake_enable(struct snd_sof_dev *sdev, bool enable)
78 struct hda_bus *hbus = sof_to_hbus(sdev);
79 struct hdac_bus *bus = sof_to_bus(sdev);
98 void hda_codec_jack_check(struct snd_sof_dev *sdev)
100 struct hda_bus *hbus = sof_to_hbus(sdev);
140 static int hda_codec_probe(struct snd_sof_dev *sdev, int address)
143 struct hda_bus *hbus = sof_to_hbus(sdev);
159 dev_dbg(sdev->dev, "HDA codec #%d probed OK: response: %x\n",
162 hda_priv = devm_kzalloc(sdev->dev, sizeof(*hda_priv), GFP_KERNEL);
176 dev_dbg(sdev->dev,
207 void hda_codec_probe_bus(struct snd_sof_dev *sdev)
209 struct hdac_bus *bus = sof_to_bus(sdev);
222 ret = hda_codec_probe(sdev, i);
232 void hda_codec_check_for_state_change(struct snd_sof_dev *sdev)
234 struct hdac_bus *bus = sof_to_bus(sdev);
239 hda_codec_jack_check(sdev);
245 void hda_codec_detect_mask(struct snd_sof_dev *sdev)
247 struct hdac_bus *bus = sof_to_bus(sdev);
270 void hda_codec_init_cmd_io(struct snd_sof_dev *sdev)
272 struct hdac_bus *bus = sof_to_bus(sdev);
283 void hda_codec_resume_cmd_io(struct snd_sof_dev *sdev)
285 struct hdac_bus *bus = sof_to_bus(sdev);
297 void hda_codec_stop_cmd_io(struct snd_sof_dev *sdev)
299 struct hdac_bus *bus = sof_to_bus(sdev);
310 void hda_codec_suspend_cmd_io(struct snd_sof_dev *sdev)
312 struct hdac_bus *bus = sof_to_bus(sdev);
325 void hda_codec_rirb_status_clear(struct snd_sof_dev *sdev)
327 struct hdac_bus *bus = sof_to_bus(sdev);
338 void hda_codec_set_codec_wakeup(struct snd_sof_dev *sdev, bool status)
340 struct hdac_bus *bus = sof_to_bus(sdev);
349 bool hda_codec_check_rirb_status(struct snd_sof_dev *sdev)
351 struct hdac_bus *bus = sof_to_bus(sdev);
376 void hda_codec_device_remove(struct snd_sof_dev *sdev)
378 struct hdac_bus *bus = sof_to_bus(sdev);
393 void hda_codec_i915_display_power(struct snd_sof_dev *sdev, bool enable)
395 struct hdac_bus *bus = sof_to_bus(sdev);
408 int hda_codec_i915_init(struct snd_sof_dev *sdev)
410 struct hdac_bus *bus = sof_to_bus(sdev);
429 int hda_codec_i915_exit(struct snd_sof_dev *sdev)
431 struct hdac_bus *bus = sof_to_bus(sdev);