Lines Matching refs:spi_send
241 return spi_send(sc->sc_sh, s.cur - s.base, bitstream);
269 error = spi_send(sc->sc_sh, s.cur - s.base, bitstream);
278 error = spi_send(sc->sc_sh, s.cur - s.base, bitstream);
353 error = spi_send(sc->sc_sh, 1, cmd);
361 error = spi_send(sc->sc_sh, len, cmd);
388 error = spi_send(sc->sc_sh, sizeof(cmd), cmd);
392 error = spi_send(sc->sc_sh, rlen, p);
424 error = spi_send(sc->sc_sh, sizeof(cmd), cmd);
430 error = spi_send(sc->sc_sh, rlen, p);
455 error = spi_send(sc->sc_sh, sizeof(cmd), &cmd);
461 error = spi_send(sc->sc_sh, sizeof(data), data);
467 error = spi_send(sc->sc_sh, sizeof(cmd), &cmd);
473 error = spi_send(sc->sc_sh, sizeof(data), data);
479 error = spi_send(sc->sc_sh, sizeof(cmd), &cmd);
485 error = spi_send(sc->sc_sh, rlen, p);
512 error = spi_send(sc->sc_sh, sizeof(cmd), &cmd);
523 error = spi_send(sc->sc_sh, sizeof(data), data);
529 error = spi_send(sc->sc_sh, sizeof(cmd), &cmd);
535 error = spi_send(sc->sc_sh, sizeof(data), data);
541 error = spi_send(sc->sc_sh, sizeof(cmd), &cmd);
558 error = spi_send(sc->sc_sh, rlen, bitstream);