Lines Matching refs:ac97_controller

33 static inline struct ac97_controller*
36 return container_of(ac97_adapter, struct ac97_controller, adap); in to_ac97_controller()
39 static int ac97_unbound_ctrl_write(struct ac97_controller *adrv, int slot, in ac97_unbound_ctrl_write()
45 static int ac97_unbound_ctrl_read(struct ac97_controller *adrv, int slot, in ac97_unbound_ctrl_read()
56 static struct ac97_controller ac97_unbound_ctrl = {
61 ac97_codec_find(struct ac97_controller *ac97_ctrl, unsigned int codec_num) in ac97_codec_find()
70 ac97_of_get_child_device(struct ac97_controller *ac97_ctrl, int idx, in ac97_of_get_child_device()
93 struct ac97_controller *ac97_ctrl; in ac97_codec_release()
102 static int ac97_codec_add(struct ac97_controller *ac97_ctrl, int idx, in ac97_codec_add()
133 unsigned int snd_ac97_bus_scan_one(struct ac97_controller *adrv, in snd_ac97_bus_scan_one()
154 static int ac97_bus_scan(struct ac97_controller *ac97_ctrl) in ac97_bus_scan()
175 static int ac97_bus_reset(struct ac97_controller *ac97_ctrl) in ac97_bus_reset()
222 struct ac97_controller *ac97_ctrl = adev->ac97_ctrl; in snd_ac97_codec_get_platdata()
228 static void ac97_ctrl_codecs_unregister(struct ac97_controller *ac97_ctrl) in ac97_ctrl_codecs_unregister()
243 struct ac97_controller *ac97_ctrl; in cold_reset_store()
257 struct ac97_controller *ac97_ctrl; in warm_reset_store()
286 static void ac97_del_adapter(struct ac97_controller *ac97_ctrl) in ac97_del_adapter()
298 struct ac97_controller *ac97_ctrl; in ac97_adapter_release()
311 static int ac97_add_adapter(struct ac97_controller *ac97_ctrl) in ac97_add_adapter()
348 struct ac97_controller *snd_ac97_controller_register( in snd_ac97_controller_register()
352 struct ac97_controller *ac97_ctrl; in snd_ac97_controller_register()
384 void snd_ac97_controller_unregister(struct ac97_controller *ac97_ctrl) in snd_ac97_controller_unregister()