Lines Matching defs:status
144 int status = 0;
152 status = -EINVAL;
156 status = spi_xcomm_setup_transfer(spi_xcomm, spi, t, &settings);
157 if (status < 0)
170 status = spi_xcomm_sync_config(spi_xcomm, t->len);
171 if (status < 0)
175 status = spi_xcomm_sync_config(spi_xcomm, 0);
176 if (status < 0)
181 status = spi_xcomm_txrx_bufs(spi_xcomm, spi, t);
183 if (status < 0)
186 if (status > 0)
187 msg->actual_length += status;
189 status = 0;
196 if (status != 0 || !cs_change)
199 msg->status = status;
202 return status;