Searched refs:ac97_controller (Results 1 – 6 of 6) sorted by relevance
31 struct ac97_controller { struct55 void (*reset)(struct ac97_controller *adrv); argument56 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()
18 struct ac97_controller;52 struct ac97_controller *ac97_ctrl;
33 static inline struct ac97_controller*56 static struct ac97_controller ac97_unbound_ctrl = {93 struct ac97_controller *ac97_ctrl; in ac97_codec_release()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()243 struct ac97_controller *ac97_ctrl; in cold_reset_store()257 struct ac97_controller *ac97_ctrl; in warm_reset_store()298 struct ac97_controller *ac97_ctrl; in ac97_adapter_release()348 struct ac97_controller *snd_ac97_controller_register( in snd_ac97_controller_register()[all …]
23 struct ac97_controller *actrl = adev->ac97_ctrl; in compat_ac97_reset()32 struct ac97_controller *actrl = adev->ac97_ctrl; in compat_ac97_warm_reset()42 struct ac97_controller *actrl = adev->ac97_ctrl; in compat_ac97_write()51 struct ac97_controller *actrl = adev->ac97_ctrl; in compat_ac97_read()102 struct ac97_controller *actrl = adev->ac97_ctrl; in snd_ac97_reset()
6 unsigned int snd_ac97_bus_scan_one(struct ac97_controller *adrv,
30 static void pxa2xx_ac97_warm_reset(struct ac97_controller *adrv) in pxa2xx_ac97_warm_reset()37 static void pxa2xx_ac97_cold_reset(struct ac97_controller *adrv) in pxa2xx_ac97_cold_reset()44 static int pxa2xx_ac97_read_actrl(struct ac97_controller *adrv, int slot, in pxa2xx_ac97_read_actrl()50 static int pxa2xx_ac97_write_actrl(struct ac97_controller *adrv, int slot, in pxa2xx_ac97_write_actrl()224 struct ac97_controller *ctrl; in pxa2xx_ac97_dev_probe()268 struct ac97_controller *ctrl = platform_get_drvdata(pdev); in pxa2xx_ac97_dev_remove()
Completed in 7 milliseconds