Home | History | Annotate | Download | only in spi

Lines Matching refs:spi_handle_t

79 	spi_handle_t		sc_slaves;
179 spi_handle_t sh;
383 spi_handle_t sh;
471 spi_configure(device_t dev, spi_handle_t sh, int mode, int speed)
526 spi_acquire(spi_handle_t sh)
541 spi_release(spi_handle_t sh)
588 spi_transfer(spi_handle_t sh, struct spi_transfer *st)
644 spi_handle_t sh = st->st_spiprivate;
691 spi_recv(spi_handle_t sh, int cnt, uint8_t *data)
711 spi_send(spi_handle_t sh, int cnt, const uint8_t *data)
731 spi_send_recv(spi_handle_t sh, int scnt, const uint8_t *snd,