Symbol: ac97_codec_device
drivers/mfd/wm97xx-core.c
251
static int wm97xx_ac97_probe(struct ac97_codec_device *adev)
drivers/mfd/wm97xx-core.c
322
static void wm97xx_ac97_remove(struct ac97_codec_device *adev)
include/sound/ac97/codec.h
100
static inline void *ac97_get_drvdata(struct ac97_codec_device *adev)
include/sound/ac97/codec.h
105
static inline void ac97_set_drvdata(struct ac97_codec_device *adev,
include/sound/ac97/codec.h
111
void *snd_ac97_codec_get_platdata(const struct ac97_codec_device *adev);
include/sound/ac97/codec.h
65
int (*probe)(struct ac97_codec_device *);
include/sound/ac97/codec.h
66
void (*remove)(struct ac97_codec_device *dev);
include/sound/ac97/codec.h
67
void (*shutdown)(struct ac97_codec_device *);
include/sound/ac97/codec.h
71
static inline struct ac97_codec_device *to_ac97_device(struct device *d)
include/sound/ac97/codec.h
73
return container_of(d, struct ac97_codec_device, dev);
include/sound/ac97/codec.h
95
ac97_codec_dev2dev(struct ac97_codec_device *adev)
include/sound/ac97/compat.h
14
struct snd_ac97 *snd_ac97_compat_alloc(struct ac97_codec_device *adev);
include/sound/ac97/controller.h
38
struct ac97_codec_device *codecs[AC97_BUS_MAX_CODECS];
sound/ac97/bus.c
104
struct ac97_codec_device *codec;
sound/ac97/bus.c
219
void *snd_ac97_codec_get_platdata(const struct ac97_codec_device *adev)
sound/ac97/bus.c
388
struct ac97_codec_device *codec = to_ac97_device(dev);
sound/ac97/bus.c
403
struct ac97_codec_device *codec = to_ac97_device(dev);
sound/ac97/bus.c
428
static int ac97_get_enable_clk(struct ac97_codec_device *adev)
sound/ac97/bus.c
443
static void ac97_put_disable_clk(struct ac97_codec_device *adev)
sound/ac97/bus.c
452
struct ac97_codec_device *codec = to_ac97_device(dev);
sound/ac97/bus.c
466
struct ac97_codec_device *adev = to_ac97_device(dev);
sound/ac97/bus.c
484
struct ac97_codec_device *adev = to_ac97_device(dev);
sound/ac97/bus.c
510
struct ac97_codec_device *adev = to_ac97_device(dev);
sound/ac97/bus.c
59
static struct ac97_codec_device *
sound/ac97/bus.c
91
struct ac97_codec_device *adev;
sound/ac97/snd_ac97_compat.c
101
struct ac97_codec_device *adev = to_ac97_device(ac97->private_data);
sound/ac97/snd_ac97_compat.c
22
struct ac97_codec_device *adev = to_ac97_device(ac97->private_data);
sound/ac97/snd_ac97_compat.c
31
struct ac97_codec_device *adev = to_ac97_device(ac97->private_data);
sound/ac97/snd_ac97_compat.c
41
struct ac97_codec_device *adev = to_ac97_device(ac97->private_data);
sound/ac97/snd_ac97_compat.c
50
struct ac97_codec_device *adev = to_ac97_device(ac97->private_data);
sound/ac97/snd_ac97_compat.c
67
struct snd_ac97 *snd_ac97_compat_alloc(struct ac97_codec_device *adev)