Searched refs:spi_xcomm (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/spi/
H A Dspi-xcomm.c32 struct spi_xcomm { struct
43 static int spi_xcomm_sync_config(struct spi_xcomm *spi_xcomm, unsigned int len) argument
46 uint8_t *buf = spi_xcomm->buf;
48 settings = spi_xcomm->settings;
53 put_unaligned_be16(spi_xcomm->chipselect, &buf[3]);
55 return i2c_master_send(spi_xcomm->i2c, buf, 5);
58 static void spi_xcomm_chipselect(struct spi_xcomm *spi_xcomm, argument
62 uint16_t chipselect = spi_xcomm
72 spi_xcomm_setup_transfer(struct spi_xcomm *spi_xcomm, struct spi_device *spi, struct spi_transfer *t, unsigned int *settings) argument
110 spi_xcomm_txrx_bufs(struct spi_xcomm *spi_xcomm, struct spi_device *spi, struct spi_transfer *t) argument
138 struct spi_xcomm *spi_xcomm = spi_controller_get_devdata(host); local
207 struct spi_xcomm *spi_xcomm; local
[all...]

Completed in 351 milliseconds