Searched refs:ac97_controller (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/sound/ac97/ |
D | controller.h | 31 struct ac97_controller { struct 55 void (*reset)(struct ac97_controller *adrv); argument 56 void (*warm_reset)(struct ac97_controller *adrv); 57 int (*write)(struct ac97_controller *adrv, int slot, 59 int (*read)(struct ac97_controller *adrv, int slot, unsigned short reg); 63 struct ac97_controller *snd_ac97_controller_register( 66 void snd_ac97_controller_unregister(struct ac97_controller *ac97_ctrl); 68 static inline struct ac97_controller * 78 snd_ac97_controller_unregister(struct ac97_controller *ac97_ctrl) in snd_ac97_controller_unregister()
|
D | codec.h | 18 struct ac97_controller; 52 struct ac97_controller *ac97_ctrl;
|
/Linux-v4.19/sound/ac97/ |
D | bus.c | 36 static inline struct ac97_controller* 39 return container_of(ac97_adapter, struct ac97_controller, adap); in to_ac97_controller() 42 static int ac97_unbound_ctrl_write(struct ac97_controller *adrv, int slot, in ac97_unbound_ctrl_write() 48 static int ac97_unbound_ctrl_read(struct ac97_controller *adrv, int slot, in ac97_unbound_ctrl_read() 59 static struct ac97_controller ac97_unbound_ctrl = { 64 ac97_codec_find(struct ac97_controller *ac97_ctrl, unsigned int codec_num) in ac97_codec_find() 73 ac97_of_get_child_device(struct ac97_controller *ac97_ctrl, int idx, in ac97_of_get_child_device() 96 struct ac97_controller *ac97_ctrl; in ac97_codec_release() 105 static int ac97_codec_add(struct ac97_controller *ac97_ctrl, int idx, in ac97_codec_add() 141 unsigned int snd_ac97_bus_scan_one(struct ac97_controller *adrv, in snd_ac97_bus_scan_one() [all …]
|
D | snd_ac97_compat.c | 26 struct ac97_controller *actrl = adev->ac97_ctrl; in compat_ac97_reset() 35 struct ac97_controller *actrl = adev->ac97_ctrl; in compat_ac97_warm_reset() 45 struct ac97_controller *actrl = adev->ac97_ctrl; in compat_ac97_write() 54 struct ac97_controller *actrl = adev->ac97_ctrl; in compat_ac97_read() 105 struct ac97_controller *actrl = adev->ac97_ctrl; in snd_ac97_reset()
|
D | ac97_core.h | 9 unsigned int snd_ac97_bus_scan_one(struct ac97_controller *ac97,
|