Lines Matching defs:hda_codec_ops
112 struct hda_codec_ops { struct
113 int (*build_controls)(struct hda_codec *codec);
114 int (*build_pcms)(struct hda_codec *codec);
115 int (*init)(struct hda_codec *codec);
116 void (*free)(struct hda_codec *codec);
117 void (*unsol_event)(struct hda_codec *codec, unsigned int res);
118 void (*set_power_state)(struct hda_codec *codec, hda_nid_t fg,
121 int (*suspend)(struct hda_codec *codec);
122 int (*resume)(struct hda_codec *codec);
123 int (*check_power_status)(struct hda_codec *codec, hda_nid_t nid);
125 void (*reboot_notify)(struct hda_codec *codec);
126 void (*stream_pm)(struct hda_codec *codec, hda_nid_t nid, bool on);