Lines Matching refs:component
755 static int xa_mixer_terminate(xf_component_t *component, xf_message_t *m) in xa_mixer_terminate() argument
757 XAMixer *mixer = (XAMixer *) component; in xa_mixer_terminate()
786 static int xa_mixer_destroy(xf_component_t *component, xf_message_t *m) in xa_mixer_destroy() argument
788 XAMixer *mixer = (XAMixer *) component; in xa_mixer_destroy()
789 u32 core = xf_component_core(component); in xa_mixer_destroy()
810 static int xa_mixer_cleanup(xf_component_t *component, xf_message_t *m) in xa_mixer_cleanup() argument
812 XAMixer *mixer = (XAMixer *) component; in xa_mixer_cleanup()
831 return xa_mixer_destroy(component, NULL); in xa_mixer_cleanup()
836 component->entry = xa_mixer_terminate; in xa_mixer_cleanup()
837 component->exit = xa_mixer_destroy; in xa_mixer_cleanup()
864 mixer->base.component.exit = xa_mixer_cleanup; in xa_mixer_factory()