Home
last modified time | relevance | path

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

/device/board/openvalley/niobeu4/liteos_m/hdf_drivers/spi/
Dspi_esp32u4.c110 static int32_t AttachSpiDevice(struct SpiCntlr *spiCntlr, struct HdfDeviceObject *device) in AttachSpiDevice()
138 struct SpiCntlr *spiCntlr = NULL; in SpiDriverBind() local
153 struct SpiCntlr *spiCntlr = NULL; in SpiDriverInit() local
177 struct SpiCntlr *spiCntlr = NULL; in SpiDriverRelease() local
200 static int32_t SpiDevOpen(struct SpiCntlr *spiCntlr) in SpiDevOpen()
239 static int32_t SpiDevClose(struct SpiCntlr *spiCntlr) in SpiDevClose()
269 static int32_t SpiDevGetCfg(struct SpiCntlr *spiCntlr, struct SpiCfg *spiCfg) in SpiDevGetCfg()
286 static int32_t SpiDevSetCfg(struct SpiCntlr *spiCntlr, struct SpiCfg *spiCfg) in SpiDevSetCfg()
304 static int32_t SpiDevTransfer(struct SpiCntlr *spiCntlr, struct SpiMsg *spiMsg, uint32_t count) in SpiDevTransfer()