Searched refs:SpiDevTransfer (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/drivers/hdf_core/adapter/platform/spi/ |
H A D | spi_wm.c | 297 static int32_t SpiDevTransfer(struct SpiCntlr *spiCntlr, struct SpiMsg *spiMsg, uint32_t count); 304 .Transfer = SpiDevTransfer, 462 static int32_t SpiDevTransfer(struct SpiCntlr *spiCntlr, struct SpiMsg *spiMsg, uint32_t count) in SpiDevTransfer() function
|
H A D | spi_stm32f4xx.c | 534 static int32_t SpiDevTransfer(struct SpiCntlr *spiCntlr, struct SpiMsg *spiMsg, uint32_t count); 541 .Transfer = SpiDevTransfer, 696 static int32_t SpiDevTransfer(struct SpiCntlr *spiCntlr, struct SpiMsg *spiMsg, uint32_t count) function
|
H A D | spi_bes.c | 595 static int32_t SpiDevTransfer(struct SpiCntlr *spiCntlr, struct SpiMsg *spiMsg, uint32_t count); 602 .Transfer = SpiDevTransfer, 786 static int32_t SpiDevTransfer(struct SpiCntlr *spiCntlr, struct SpiMsg *spiMsg, uint32_t count) function
|
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/platform/src/ |
H A D | spi_dev.c | 312 static int32_t SpiDevTransfer(struct SpiDev *dev, unsigned long arg) in SpiDevTransfer() function 363 ret = SpiDevTransfer(dev, arg); in SpiDevIoctl()
|