/freebsd/sys/dev/intel/ |
H A D | spi.h | 54 struct spi_command *sc_cmd; 67 int intelspi_transfer(device_t dev, device_t child, struct spi_command *cmd);
|
H A D | spi.c | 186 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 D | mx25l.c | 163 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 D | at45d.c | 169 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 D | fsl_espi.c | 122 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 D | chipc_spi.c | 61 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 D | spi.h | 26 struct spi_command { struct
|
H A D | spigen.c | 182 struct spi_command transfer = SPI_COMMAND_INITIALIZER; in spigen_transfer() 227 struct spi_command transfer = SPI_COMMAND_INITIALIZER; in spigen_transfer_mmapped()
|
H A D | spibus_if.m | 38 struct spi_command *cmd; struct
|
H A D | spibus.c | 250 spibus_transfer_impl(device_t dev, device_t child, struct spi_command *cmd) in spibus_transfer_impl()
|
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_spivar.h | 38 struct spi_command *sc_cmd;
|
/freebsd/sys/arm/ti/ |
H A D | ti_spivar.h | 41 struct spi_command *cmd;
|
/freebsd/sys/dev/atopcase/ |
H A D | atopcase.c | 107 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 D | zy7_spi.c | 75 struct spi_command *cmd; 495 zy7_spi_transfer(device_t dev, device_t child, struct spi_command *cmd) in zy7_spi_transfer()
|
H A D | zy7_qspi.c | 85 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 D | axi_quad_spi.c | 177 spi_transfer(device_t dev, device_t child, struct spi_command *cmd) in spi_transfer()
|
/freebsd/sys/arm/freescale/vybrid/ |
H A D | vf_spi.c | 247 spi_transfer(device_t dev, device_t child, struct spi_command *cmd) in spi_transfer()
|
/freebsd/sys/riscv/sifive/ |
H A D | sifive_spi.c | 250 sfspi_transfer(device_t dev, device_t child, struct spi_command *cmd) in sfspi_transfer()
|
/freebsd/sys/dev/gpio/ |
H A D | gpiospi.c | 322 gpio_spi_transfer(device_t dev, device_t child, struct spi_command *cmd) in gpio_spi_transfer()
|
/freebsd/sys/dev/etherswitch/micrel/ |
H A D | ksz8995ma.c | 854 struct spi_command cmd; in ksz8995ma_readreg() 879 struct spi_command cmd; in ksz8995ma_writereg()
|
/freebsd/sys/dev/spibus/controller/rockchip/ |
H A D | rk_spi.c | 414 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 D | aw_spi.c | 527 aw_spi_transfer(device_t dev, device_t child, struct spi_command *cmd) in aw_spi_transfer()
|
/freebsd/sys/dev/qcom_qup/ |
H A D | qcom_spi.c | 707 qcom_spi_transfer(device_t dev, device_t child, struct spi_command *cmd) in qcom_spi_transfer()
|