Lines Matching defs:sdev
66 void hda_codec_jack_wake_enable(struct snd_sof_dev *sdev)
68 struct hda_bus *hbus = sof_to_hbus(sdev);
69 struct hdac_bus *bus = sof_to_bus(sdev);
81 void hda_codec_jack_check(struct snd_sof_dev *sdev)
83 struct hda_bus *hbus = sof_to_hbus(sdev);
84 struct hdac_bus *bus = sof_to_bus(sdev);
99 void hda_codec_jack_wake_enable(struct snd_sof_dev *sdev) {}
100 void hda_codec_jack_check(struct snd_sof_dev *sdev) {}
113 static int hda_codec_probe(struct snd_sof_dev *sdev, int address,
121 struct hda_bus *hbus = sof_to_hbus(sdev);
134 dev_dbg(sdev->dev, "HDA codec #%d probed OK: response: %x\n",
138 hda_priv = devm_kzalloc(sdev->dev, sizeof(*hda_priv), GFP_KERNEL);
156 dev_dbg(sdev->dev,
185 hdev = devm_kzalloc(sdev->dev, sizeof(*hdev), GFP_KERNEL);
196 void hda_codec_probe_bus(struct snd_sof_dev *sdev,
199 struct hdac_bus *bus = sof_to_bus(sdev);
208 ret = hda_codec_probe(sdev, i, hda_codec_use_common_hdmi);
221 void hda_codec_i915_display_power(struct snd_sof_dev *sdev, bool enable)
223 struct hdac_bus *bus = sof_to_bus(sdev);
232 int hda_codec_i915_init(struct snd_sof_dev *sdev)
234 struct hdac_bus *bus = sof_to_bus(sdev);
249 int hda_codec_i915_exit(struct snd_sof_dev *sdev)
251 struct hdac_bus *bus = sof_to_bus(sdev);