Lines Matching refs:ret
433 int ret; in mt6358_put_volsw() local
435 ret = snd_soc_put_volsw(kcontrol, ucontrol); in mt6358_put_volsw()
436 if (ret < 0) in mt6358_put_volsw()
437 return ret; in mt6358_put_volsw()
472 return ret; in mt6358_put_volsw()
2409 int ret; in mt6358_codec_probe() local
2421 ret = regulator_enable(priv->avdd_reg); in mt6358_codec_probe()
2422 if (ret) in mt6358_codec_probe()
2423 return ret; in mt6358_codec_probe()
2440 int ret; in mt6358_parse_dt() local
2443 ret = of_property_read_u32(dev->of_node, "mediatek,dmic-mode", in mt6358_parse_dt()
2445 if (ret) { in mt6358_parse_dt()