Symbol: ac97_controller
include/sound/ac97/codec.h
18
struct ac97_controller;
include/sound/ac97/codec.h
52
struct ac97_controller *ac97_ctrl;
include/sound/ac97/controller.h
55
void (*reset)(struct ac97_controller *adrv);
include/sound/ac97/controller.h
56
void (*warm_reset)(struct ac97_controller *adrv);
include/sound/ac97/controller.h
57
int (*write)(struct ac97_controller *adrv, int slot,
include/sound/ac97/controller.h
59
int (*read)(struct ac97_controller *adrv, int slot, unsigned short reg);
include/sound/ac97/controller.h
63
struct ac97_controller *snd_ac97_controller_register(
include/sound/ac97/controller.h
66
void snd_ac97_controller_unregister(struct ac97_controller *ac97_ctrl);
include/sound/ac97/controller.h
68
static inline struct ac97_controller *
include/sound/ac97/controller.h
78
snd_ac97_controller_unregister(struct ac97_controller *ac97_ctrl)
sound/ac97/ac97_core.h
6
unsigned int snd_ac97_bus_scan_one(struct ac97_controller *adrv,
sound/ac97/bus.c
101
static int ac97_codec_add(struct ac97_controller *ac97_ctrl, int idx,
sound/ac97/bus.c
132
unsigned int snd_ac97_bus_scan_one(struct ac97_controller *adrv,
sound/ac97/bus.c
153
static int ac97_bus_scan(struct ac97_controller *ac97_ctrl)
sound/ac97/bus.c
174
static int ac97_bus_reset(struct ac97_controller *ac97_ctrl)
sound/ac97/bus.c
221
struct ac97_controller *ac97_ctrl = adev->ac97_ctrl;
sound/ac97/bus.c
227
static void ac97_ctrl_codecs_unregister(struct ac97_controller *ac97_ctrl)
sound/ac97/bus.c
242
struct ac97_controller *ac97_ctrl;
sound/ac97/bus.c
255
struct ac97_controller *ac97_ctrl;
sound/ac97/bus.c
283
static void ac97_del_adapter(struct ac97_controller *ac97_ctrl)
sound/ac97/bus.c
295
struct ac97_controller *ac97_ctrl;
sound/ac97/bus.c
309
static int ac97_add_adapter(struct ac97_controller *ac97_ctrl)
sound/ac97/bus.c
32
static inline struct ac97_controller*
sound/ac97/bus.c
347
struct ac97_controller *snd_ac97_controller_register(
sound/ac97/bus.c
35
return container_of(ac97_adapter, struct ac97_controller, adap);
sound/ac97/bus.c
351
struct ac97_controller *ac97_ctrl;
sound/ac97/bus.c
38
static int ac97_unbound_ctrl_write(struct ac97_controller *adrv, int slot,
sound/ac97/bus.c
380
void snd_ac97_controller_unregister(struct ac97_controller *ac97_ctrl)
sound/ac97/bus.c
44
static int ac97_unbound_ctrl_read(struct ac97_controller *adrv, int slot,
sound/ac97/bus.c
55
static struct ac97_controller ac97_unbound_ctrl = {
sound/ac97/bus.c
60
ac97_codec_find(struct ac97_controller *ac97_ctrl, unsigned int codec_num)
sound/ac97/bus.c
69
ac97_of_get_child_device(struct ac97_controller *ac97_ctrl, int idx,
sound/ac97/bus.c
92
struct ac97_controller *ac97_ctrl;
sound/ac97/snd_ac97_compat.c
102
struct ac97_controller *actrl = adev->ac97_ctrl;
sound/ac97/snd_ac97_compat.c
23
struct ac97_controller *actrl = adev->ac97_ctrl;
sound/ac97/snd_ac97_compat.c
32
struct ac97_controller *actrl = adev->ac97_ctrl;
sound/ac97/snd_ac97_compat.c
42
struct ac97_controller *actrl = adev->ac97_ctrl;
sound/ac97/snd_ac97_compat.c
51
struct ac97_controller *actrl = adev->ac97_ctrl;
sound/soc/pxa/pxa2xx-ac97.c
224
struct ac97_controller *ctrl;
sound/soc/pxa/pxa2xx-ac97.c
265
struct ac97_controller *ctrl = platform_get_drvdata(pdev);
sound/soc/pxa/pxa2xx-ac97.c
30
static void pxa2xx_ac97_warm_reset(struct ac97_controller *adrv)
sound/soc/pxa/pxa2xx-ac97.c
37
static void pxa2xx_ac97_cold_reset(struct ac97_controller *adrv)
sound/soc/pxa/pxa2xx-ac97.c
44
static int pxa2xx_ac97_read_actrl(struct ac97_controller *adrv, int slot,
sound/soc/pxa/pxa2xx-ac97.c
50
static int pxa2xx_ac97_write_actrl(struct ac97_controller *adrv, int slot,