Home
last modified time | relevance | path

Searched refs:spi_command (Results 1 – 23 of 23) sorted by relevance

/freebsd/sys/dev/intel/
H A Dspi.h54 struct spi_command *sc_cmd;
67 int intelspi_transfer(device_t dev, device_t child, struct spi_command *cmd);
H A Dspi.c186 struct spi_command *cmd; in intelspi_fill_tx_fifo()
209 struct spi_command *cmd; in intelspi_drain_rx_fifo()
342 intelspi_transfer(device_t dev, device_t child, struct spi_command *cmd) in intelspi_transfer()
/freebsd/sys/dev/flash/
H A Dmx25l.c163 struct spi_command cmd; in mx25l_wait_for_device_ready()
184 struct spi_command cmd; in mx25l_get_device_ident()
225 struct spi_command cmd; in mx25l_set_writable()
245 struct spi_command cmd; in mx25l_erase_cmd()
289 struct spi_command cmd; in mx25l_write()
368 struct spi_command cmd; in mx25l_read()
417 struct spi_command cmd; in mx25l_set_4b_mode()
H A Dat45d.c169 struct spi_command cmd; in at45d_get_status()
189 struct spi_command cmd; in at45d_get_mfg_info()
441 struct spi_command cmd; in at45d_task()
/freebsd/sys/powerpc/mpc85xx/
H A Dfsl_espi.c122 struct spi_command *sc_cmd;
227 struct spi_command *cmd; in fsl_espi_fill_fifo()
249 struct spi_command *cmd; in fsl_espi_drain_fifo()
300 fsl_espi_transfer(device_t dev, device_t child, struct spi_command *cmd) in fsl_espi_transfer()
/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipc_spi.c61 struct spi_command *cmd);
210 chipc_spi_transfer(device_t dev, device_t child, struct spi_command *cmd) in chipc_spi_transfer()
/freebsd/sys/dev/spibus/
H A Dspi.h26 struct spi_command { struct
H A Dspigen.c182 struct spi_command transfer = SPI_COMMAND_INITIALIZER; in spigen_transfer()
227 struct spi_command transfer = SPI_COMMAND_INITIALIZER; in spigen_transfer_mmapped()
H A Dspibus_if.m38 struct spi_command *cmd; struct
H A Dspibus.c250 spibus_transfer_impl(device_t dev, device_t child, struct spi_command *cmd) in spibus_transfer_impl()
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_spivar.h38 struct spi_command *sc_cmd;
/freebsd/sys/arm/ti/
H A Dti_spivar.h41 struct spi_command *cmd;
/freebsd/sys/dev/atopcase/
H A Datopcase.c107 struct spi_command cmd = SPI_COMMAND_INITIALIZER; in atopcase_receive_status()
213 struct spi_command cmd = SPI_COMMAND_INITIALIZER; in atopcase_receive_packet()
319 struct spi_command cmd = SPI_COMMAND_INITIALIZER; in atopcase_send()
/freebsd/sys/arm/xilinx/
H A Dzy7_spi.c75 struct spi_command *cmd;
495 zy7_spi_transfer(device_t dev, device_t child, struct spi_command *cmd) in zy7_spi_transfer()
H A Dzy7_qspi.c85 struct spi_command *cmd;
659 zy7_qspi_transfer(device_t dev, device_t child, struct spi_command *cmd) in zy7_qspi_transfer()
/freebsd/sys/dev/xilinx/
H A Daxi_quad_spi.c177 spi_transfer(device_t dev, device_t child, struct spi_command *cmd) in spi_transfer()
/freebsd/sys/arm/freescale/vybrid/
H A Dvf_spi.c247 spi_transfer(device_t dev, device_t child, struct spi_command *cmd) in spi_transfer()
/freebsd/sys/riscv/sifive/
H A Dsifive_spi.c250 sfspi_transfer(device_t dev, device_t child, struct spi_command *cmd) in sfspi_transfer()
/freebsd/sys/dev/gpio/
H A Dgpiospi.c322 gpio_spi_transfer(device_t dev, device_t child, struct spi_command *cmd) in gpio_spi_transfer()
/freebsd/sys/dev/etherswitch/micrel/
H A Dksz8995ma.c854 struct spi_command cmd; in ksz8995ma_readreg()
879 struct spi_command cmd; in ksz8995ma_writereg()
/freebsd/sys/dev/spibus/controller/rockchip/
H A Drk_spi.c414 rk_spi_transfer(device_t dev, device_t child, struct spi_command *cmd) in rk_spi_transfer()
/freebsd/sys/dev/spibus/controller/allwinner/
H A Daw_spi.c527 aw_spi_transfer(device_t dev, device_t child, struct spi_command *cmd) in aw_spi_transfer()
/freebsd/sys/dev/qcom_qup/
H A Dqcom_spi.c707 qcom_spi_transfer(device_t dev, device_t child, struct spi_command *cmd) in qcom_spi_transfer()