Lines Matching +defs:val +defs:codec
171 static inline int snd_hdac_read_parm(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_read_parm()
174 unsigned int val; in snd_hdac_read_parm() local
187 static inline void snd_hdac_enter_pm(struct hdac_device *codec) in snd_hdac_enter_pm()
193 static inline void snd_hdac_leave_pm(struct hdac_device *codec) in snd_hdac_leave_pm()
198 static inline bool snd_hdac_is_in_pm(struct hdac_device *codec) in snd_hdac_is_in_pm()
203 static inline bool snd_hdac_is_power_on(struct hdac_device *codec) in snd_hdac_is_power_on()
208 static inline int snd_hdac_power_up(struct hdac_device *codec) { return 0; } in snd_hdac_power_up()
209 static inline int snd_hdac_power_down(struct hdac_device *codec) { return 0; } in snd_hdac_power_down()
210 static inline int snd_hdac_power_up_pm(struct hdac_device *codec) { return 0; } in snd_hdac_power_up_pm()
211 static inline int snd_hdac_power_down_pm(struct hdac_device *codec) { return 0; } in snd_hdac_power_down_pm()
212 static inline int snd_hdac_keep_power_up(struct hdac_device *codec) { return 0; } in snd_hdac_keep_power_up()
213 static inline void snd_hdac_enter_pm(struct hdac_device *codec) {} in snd_hdac_enter_pm()
214 static inline void snd_hdac_leave_pm(struct hdac_device *codec) {} in snd_hdac_leave_pm()
215 static inline bool snd_hdac_is_in_pm(struct hdac_device *codec) { return false; } in snd_hdac_is_in_pm()
216 static inline bool snd_hdac_is_power_on(struct hdac_device *codec) { return true; } in snd_hdac_is_power_on()
424 #define snd_hdac_aligned_write(val, addr, mask) do {} while (0) argument
428 u8 val) in snd_hdac_reg_writeb()
437 u16 val) in snd_hdac_reg_writew()
457 #define snd_hdac_reg_writel(bus, addr, val) writel(val, addr) argument
459 #define snd_hdac_reg_writeq(bus, addr, val) writeq(val, addr) argument
493 #define snd_hdac_chip_updatel(chip, reg, mask, val) \ argument
496 #define snd_hdac_chip_updatew(chip, reg, mask, val) \ argument
499 #define snd_hdac_chip_updateb(chip, reg, mask, val) \ argument
504 #define snd_hdac_updatel(addr, reg, mask, val) \ argument
507 #define snd_hdac_updatew(addr, reg, mask, val) \ argument
626 #define snd_hdac_stream_readb_poll(dev, reg, val, cond, delay_us, timeout_us) \ argument
629 #define snd_hdac_stream_readw_poll(dev, reg, val, cond, delay_us, timeout_us) \ argument
632 #define snd_hdac_stream_readl_poll(dev, reg, val, cond, delay_us, timeout_us) \ argument
637 #define snd_hdac_stream_updatel(dev, reg, mask, val) \ argument
641 #define snd_hdac_stream_updatew(dev, reg, mask, val) \ argument
645 #define snd_hdac_stream_updateb(dev, reg, mask, val) \ argument