Searched refs:snd_cs4231 (Results 1 – 1 of 1) sorted by relevance
/sound/sparc/ |
D | cs4231.c | 65 struct snd_cs4231; 81 struct snd_cs4231 { struct 118 struct snd_cs4231 *next; argument 257 static u8 __cs4231_readb(struct snd_cs4231 *cp, void __iomem *reg_addr) in __cs4231_readb() 265 static void __cs4231_writeb(struct snd_cs4231 *cp, u8 val, in __cs4231_writeb() 278 static void snd_cs4231_ready(struct snd_cs4231 *chip) in snd_cs4231_ready() 290 static void snd_cs4231_dout(struct snd_cs4231 *chip, unsigned char reg, in snd_cs4231_dout() 306 static inline void snd_cs4231_outm(struct snd_cs4231 *chip, unsigned char reg, in snd_cs4231_outm() 316 static void snd_cs4231_out(struct snd_cs4231 *chip, unsigned char reg, in snd_cs4231_out() 324 static unsigned char snd_cs4231_in(struct snd_cs4231 *chip, unsigned char reg) in snd_cs4231_in() [all …]
|