Searched defs:ac97 (Results 1 – 5 of 5) sorted by relevance
| /include/linux/ |
| D | ucb1400.h | 88 struct snd_ac97 *ac97; member 98 struct snd_ac97 *ac97; member 115 static inline u16 ucb1400_reg_read(struct snd_ac97 *ac97, u16 reg) in ucb1400_reg_read() 120 static inline void ucb1400_reg_write(struct snd_ac97 *ac97, u16 reg, u16 val) in ucb1400_reg_write() 125 static inline u16 ucb1400_gpio_get_value(struct snd_ac97 *ac97, u16 gpio) in ucb1400_gpio_get_value() 130 static inline void ucb1400_gpio_set_value(struct snd_ac97 *ac97, u16 gpio, in ucb1400_gpio_set_value() 138 static inline u16 ucb1400_gpio_get_direction(struct snd_ac97 *ac97, u16 gpio) in ucb1400_gpio_get_direction() 143 static inline void ucb1400_gpio_set_direction(struct snd_ac97 *ac97, u16 gpio, in ucb1400_gpio_set_direction() 151 static inline void ucb1400_adc_enable(struct snd_ac97 *ac97) in ucb1400_adc_enable() 156 static inline void ucb1400_adc_disable(struct snd_ac97 *ac97) in ucb1400_adc_disable()
|
| D | regmap.h | 657 #define regmap_init_ac97(ac97, config) \ argument 788 #define devm_regmap_init_ac97(ac97, config) \ argument
|
| D | wm97xx.h | 273 struct snd_ac97 *ac97; /* ALSA codec access */ member
|
| /include/sound/ |
| D | ac97_codec.h | 542 static inline int ac97_is_audio(struct snd_ac97 * ac97) in ac97_is_audio() 546 static inline int ac97_is_modem(struct snd_ac97 * ac97) in ac97_is_modem() 550 static inline int ac97_is_rev22(struct snd_ac97 * ac97) in ac97_is_rev22() 554 static inline int ac97_can_amap(struct snd_ac97 * ac97) in ac97_can_amap() 558 static inline int ac97_can_spdif(struct snd_ac97 * ac97) in ac97_can_spdif() 580 static inline int snd_ac97_update_power(struct snd_ac97 *ac97, int reg, in snd_ac97_update_power() 664 static inline void snd_ac97_dev_add_pdata(struct snd_ac97 *ac97, void *data) in snd_ac97_dev_add_pdata()
|
| D | emu10k1.h | 1736 struct snd_ac97 *ac97; member
|