Searched defs:ac97 (Results 1 – 6 of 6) sorted by relevance
/include/linux/ |
D | ucb1400.h | 85 struct snd_ac97 *ac97; member 95 struct snd_ac97 *ac97; member 112 static inline u16 ucb1400_reg_read(struct snd_ac97 *ac97, u16 reg) in ucb1400_reg_read() 117 static inline void ucb1400_reg_write(struct snd_ac97 *ac97, u16 reg, u16 val) in ucb1400_reg_write() 122 static inline u16 ucb1400_gpio_get_value(struct snd_ac97 *ac97, u16 gpio) in ucb1400_gpio_get_value() 127 static inline void ucb1400_gpio_set_value(struct snd_ac97 *ac97, u16 gpio, in ucb1400_gpio_set_value() 135 static inline u16 ucb1400_gpio_get_direction(struct snd_ac97 *ac97, u16 gpio) in ucb1400_gpio_get_direction() 140 static inline void ucb1400_gpio_set_direction(struct snd_ac97 *ac97, u16 gpio, in ucb1400_gpio_set_direction() 148 static inline void ucb1400_adc_enable(struct snd_ac97 *ac97) in ucb1400_adc_enable() 153 static inline void ucb1400_adc_disable(struct snd_ac97 *ac97) in ucb1400_adc_disable()
|
D | wm97xx.h | 273 struct snd_ac97 *ac97; /* ALSA codec access */ member
|
D | regmap.h | 848 #define regmap_init_ac97(ac97, config) \ argument 1047 #define devm_regmap_init_ac97(ac97, config) \ argument
|
/include/linux/mfd/ |
D | wm97xx.h | 16 struct snd_ac97 *ac97; member
|
/include/sound/ |
D | ac97_codec.h | 290 static inline int ac97_is_audio(struct snd_ac97 * ac97) in ac97_is_audio() 294 static inline int ac97_is_modem(struct snd_ac97 * ac97) in ac97_is_modem() 298 static inline int ac97_is_rev22(struct snd_ac97 * ac97) in ac97_is_rev22() 302 static inline int ac97_can_amap(struct snd_ac97 * ac97) in ac97_can_amap() 306 static inline int ac97_can_spdif(struct snd_ac97 * ac97) in ac97_can_spdif() 329 static inline int snd_ac97_update_power(struct snd_ac97 *ac97, int reg, in snd_ac97_update_power() 413 static inline void snd_ac97_dev_add_pdata(struct snd_ac97 *ac97, void *data) in snd_ac97_dev_add_pdata()
|
D | emu10k1.h | 1721 struct snd_ac97 *ac97; member
|