wm8400           1184 include/linux/mfd/wm8400-audio.h struct wm8400;
wm8400           1185 include/linux/mfd/wm8400-audio.h void wm8400_reset_codec_reg_cache(struct wm8400 *wm8400);
wm8400            926 include/linux/mfd/wm8400-private.h u16 wm8400_reg_read(struct wm8400 *wm8400, u8 reg);
wm8400            927 include/linux/mfd/wm8400-private.h int wm8400_block_read(struct wm8400 *wm8400, u8 reg, int count, u16 *data);
wm8400            929 include/linux/mfd/wm8400-private.h static inline int wm8400_set_bits(struct wm8400 *wm8400, u8 reg,
wm8400            932 include/linux/mfd/wm8400-private.h 	return regmap_update_bits(wm8400->regmap, reg, mask, val);