Lines Matching refs:ret
52 int ret;
54 ret = mux_control_select(priv->mux, spi_get_chipselect(spi, 0));
55 if (ret)
56 return ret;
104 int ret;
106 ret = spi_mux_select(spi);
107 if (ret)
108 return ret;
130 int ret;
149 ret = dev_err_probe(&spi->dev, PTR_ERR(priv->mux),
166 ret = devm_spi_register_controller(&spi->dev, ctlr);
167 if (ret)
175 return ret;