Lines Matching defs:component

306 	struct snd_soc_component *component = dai->component;
307 struct ssm2602_priv *ssm2602 = snd_soc_component_get_drvdata(component);
341 struct snd_soc_component *component = dai->component;
342 struct ssm2602_priv *ssm2602 = snd_soc_component_get_drvdata(component);
355 struct ssm2602_priv *ssm2602 = snd_soc_component_get_drvdata(dai->component);
370 struct snd_soc_component *component = codec_dai->component;
371 struct ssm2602_priv *ssm2602 = snd_soc_component_get_drvdata(component);
422 struct ssm2602_priv *ssm2602 = snd_soc_component_get_drvdata(codec_dai->component);
478 static int ssm2602_set_bias_level(struct snd_soc_component *component,
481 struct ssm2602_priv *ssm2602 = snd_soc_component_get_drvdata(component);
545 static int ssm2602_resume(struct snd_soc_component *component)
547 struct ssm2602_priv *ssm2602 = snd_soc_component_get_drvdata(component);
554 static int ssm2602_component_probe(struct snd_soc_component *component)
556 struct snd_soc_dapm_context *dapm = snd_soc_component_get_dapm(component);
557 struct ssm2602_priv *ssm2602 = snd_soc_component_get_drvdata(component);
565 ret = snd_soc_add_component_controls(component, ssm2602_snd_controls,
579 static int ssm2604_component_probe(struct snd_soc_component *component)
581 struct snd_soc_dapm_context *dapm = snd_soc_component_get_dapm(component);
593 static int ssm260x_component_probe(struct snd_soc_component *component)
595 struct ssm2602_priv *ssm2602 = snd_soc_component_get_drvdata(component);
600 dev_err(component->dev, "Failed to issue reset: %d\n", ret);
618 ret = ssm2602_component_probe(component);
621 ret = ssm2604_component_probe(component);