Searched refs:ac97_ctrl (Results 1 – 5 of 5) sorted by relevance
60 ac97_codec_find(struct ac97_controller *ac97_ctrl, unsigned int codec_num) in ac97_codec_find() argument65 return ac97_ctrl->codecs[codec_num]; in ac97_codec_find()69 ac97_of_get_child_device(struct ac97_controller *ac97_ctrl, int idx, in ac97_of_get_child_device() argument79 for_each_child_of_node(ac97_ctrl->parent->of_node, node) { in ac97_of_get_child_device()92 struct ac97_controller *ac97_ctrl; in ac97_codec_release() local95 ac97_ctrl = adev->ac97_ctrl; in ac97_codec_release()96 ac97_ctrl->codecs[adev->num] = NULL; in ac97_codec_release()101 static int ac97_codec_add(struct ac97_controller *ac97_ctrl, int idx, in ac97_codec_add() argument110 ac97_ctrl->codecs[idx] = codec; in ac97_codec_add()114 codec->dev.parent = &ac97_ctrl->adap; in ac97_codec_add()[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()
66 void snd_ac97_controller_unregister(struct ac97_controller *ac97_ctrl);78 snd_ac97_controller_unregister(struct ac97_controller *ac97_ctrl) in snd_ac97_controller_unregister() argument
52 struct ac97_controller *ac97_ctrl; member
359 unsigned int ac97_ctrl; member