Lines Matching defs:codec
164 static inline int snd_hdac_read_parm(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_read_parm()
180 static inline void snd_hdac_enter_pm(struct hdac_device *codec) in snd_hdac_enter_pm()
186 static inline void snd_hdac_leave_pm(struct hdac_device *codec) in snd_hdac_leave_pm()
191 static inline bool snd_hdac_is_in_pm(struct hdac_device *codec) in snd_hdac_is_in_pm()
196 static inline bool snd_hdac_is_power_on(struct hdac_device *codec) in snd_hdac_is_power_on()
201 static inline int snd_hdac_power_up(struct hdac_device *codec) { return 0; } in snd_hdac_power_up()
202 static inline int snd_hdac_power_down(struct hdac_device *codec) { return 0; } in snd_hdac_power_down()
203 static inline int snd_hdac_power_up_pm(struct hdac_device *codec) { return 0; } in snd_hdac_power_up_pm()
204 static inline int snd_hdac_power_down_pm(struct hdac_device *codec) { return 0; } in snd_hdac_power_down_pm()
205 static inline int snd_hdac_keep_power_up(struct hdac_device *codec) { return 0; } in snd_hdac_keep_power_up()
206 static inline void snd_hdac_enter_pm(struct hdac_device *codec) {} in snd_hdac_enter_pm()
207 static inline void snd_hdac_leave_pm(struct hdac_device *codec) {} in snd_hdac_leave_pm()
208 static inline bool snd_hdac_is_in_pm(struct hdac_device *codec) { return 0; } in snd_hdac_is_in_pm()
209 static inline bool snd_hdac_is_power_on(struct hdac_device *codec) { return 1; } in snd_hdac_is_power_on()
373 static inline void snd_hdac_codec_link_up(struct hdac_device *codec) in snd_hdac_codec_link_up()
378 static inline void snd_hdac_codec_link_down(struct hdac_device *codec) in snd_hdac_codec_link_down()