Home
last modified time | relevance | path

Searched defs:spi_transfer (Results 1 – 7 of 7) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/spi/
H A Dspivar.h103 struct spi_transfer { struct
105 SIMPLEQ_ENTRY(spi_transfer) st_chain; /* chain of submitted jobs */ argument
110 void (*st_done)(struct spi_transfer *); argument
117 SIMPLEQ_HEAD(spi_transq, spi_transfer); argument
H A Dspi.c247 spi_transfer(struct spi_handle *sh, struct spi_transfer *st) in spi_transfer() function
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/spi/
H A Dspi.h925 struct spi_transfer { struct
931 const void *tx_buf;
932 void *rx_buf;
933 unsigned len;
935 dma_addr_t tx_dma;
936 dma_addr_t rx_dma;
942 unsigned tx_nbits:3;
947 u8 bits_per_word;
951 u32 speed_hz;
960 bool timestamped;
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/spi/
H A Dspi.h925 struct spi_transfer { struct
931 const void *tx_buf;
932 void *rx_buf;
933 unsigned len;
935 dma_addr_t tx_dma;
936 dma_addr_t rx_dma;
942 unsigned tx_nbits:3;
947 u8 bits_per_word;
951 u32 speed_hz;
960 bool timestamped;
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/spi/
H A Dspi.h925 struct spi_transfer { struct
931 const void *tx_buf;
932 void *rx_buf;
933 unsigned len;
935 dma_addr_t tx_dma;
936 dma_addr_t rx_dma;
942 unsigned tx_nbits:3;
947 u8 bits_per_word;
951 u32 speed_hz;
960 bool timestamped;
[all …]
/dports/lang/micropython/micropython-1.17/ports/stm32/
H A Dspi.c493 void spi_transfer(const spi_t *self, size_t len, const uint8_t *src, uint8_t *dest, uint32_t timeou… in spi_transfer() function
/dports/lang/micropython/micropython-1.17/ports/nrf/modules/machine/
H A Dspi.c154 void spi_transfer(const machine_hard_spi_obj_t * self, size_t len, const void * src, void * dest) { in spi_transfer() function