Lines Matching defs:component

309 	struct snd_soc_component *component = dai->component;
310 struct ssm2602_priv *ssm2602 = snd_soc_component_get_drvdata(component);
344 struct snd_soc_component *component = dai->component;
345 struct ssm2602_priv *ssm2602 = snd_soc_component_get_drvdata(component);
358 struct ssm2602_priv *ssm2602 = snd_soc_component_get_drvdata(dai->component);
373 struct snd_soc_component *component = codec_dai->component;
374 struct ssm2602_priv *ssm2602 = snd_soc_component_get_drvdata(component);
431 struct ssm2602_priv *ssm2602 = snd_soc_component_get_drvdata(codec_dai->component);
487 static int ssm2602_set_bias_level(struct snd_soc_component *component,
490 struct ssm2602_priv *ssm2602 = snd_soc_component_get_drvdata(component);
554 static int ssm2602_resume(struct snd_soc_component *component)
556 struct ssm2602_priv *ssm2602 = snd_soc_component_get_drvdata(component);
563 static int ssm2602_component_probe(struct snd_soc_component *component)
565 struct snd_soc_dapm_context *dapm = snd_soc_component_get_dapm(component);
566 struct ssm2602_priv *ssm2602 = snd_soc_component_get_drvdata(component);
574 ret = snd_soc_add_component_controls(component, ssm2602_snd_controls,
588 static int ssm2604_component_probe(struct snd_soc_component *component)
590 struct snd_soc_dapm_context *dapm = snd_soc_component_get_dapm(component);
602 static int ssm260x_component_probe(struct snd_soc_component *component)
604 struct ssm2602_priv *ssm2602 = snd_soc_component_get_drvdata(component);
609 dev_err(component->dev, "Failed to issue reset: %d\n", ret);
627 ret = ssm2602_component_probe(component);
630 ret = ssm2604_component_probe(component);