Searched defs:spiCntlr (Results 1 – 3 of 3) sorted by relevance
| /drivers/hdf_core/adapter/platform/spi/ |
| D | spi_wm.c | 267 static int32_t AttachSpiDevice(struct SpiCntlr *spiCntlr, const struct HdfDeviceObject *device) in AttachSpiDevice() 327 struct SpiCntlr *spiCntlr = NULL; in SpiDriverBind() local 348 struct SpiCntlr *spiCntlr = NULL; in SpiDriverInit() local 375 struct SpiCntlr *spiCntlr = NULL; in SpiDriverRelease() local 396 static int32_t SpiDevOpen(struct SpiCntlr *spiCntlr) in SpiDevOpen() 419 static int32_t SpiDevClose(struct SpiCntlr *spiCntlr) in SpiDevClose() 431 static int32_t SpiDevGetCfg(struct SpiCntlr *spiCntlr, struct SpiCfg *spiCfg) in SpiDevGetCfg() 446 static int32_t SpiDevSetCfg(struct SpiCntlr *spiCntlr, struct SpiCfg *spiCfg) in SpiDevSetCfg() 462 static int32_t SpiDevTransfer(struct SpiCntlr *spiCntlr, struct SpiMsg *spiMsg, uint32_t count) in SpiDevTransfer()
|
| D | spi_bes.c | 560 static int32_t AttachSpiDevice(struct SpiCntlr *spiCntlr, const struct HdfDeviceObject *device) 625 struct SpiCntlr *spiCntlr = NULL; local 646 struct SpiCntlr *spiCntlr = NULL; local 673 struct SpiCntlr *spiCntlr = NULL; local 694 static int32_t SpiDevOpen(struct SpiCntlr *spiCntlr) 721 static int32_t SpiDevClose(struct SpiCntlr *spiCntlr) 747 static int32_t SpiDevGetCfg(struct SpiCntlr *spiCntlr, struct SpiCfg *spiCfg) 764 static int32_t SpiDevSetCfg(struct SpiCntlr *spiCntlr, struct SpiCfg *spiCfg) 786 static int32_t SpiDevTransfer(struct SpiCntlr *spiCntlr, struct SpiMsg *spiMsg, uint32_t count)
|
| D | spi_stm32f4xx.c | 495 static int32_t AttachSpiDevice(struct SpiCntlr *spiCntlr, const struct HdfDeviceObject *device) 564 struct SpiCntlr *spiCntlr = NULL; local 582 struct SpiCntlr *spiCntlr = NULL; local 609 struct SpiCntlr *spiCntlr = NULL; local 631 static int32_t SpiDevOpen(struct SpiCntlr *spiCntlr) 643 static int32_t SpiDevClose(struct SpiCntlr *spiCntlr) 654 static int32_t SpiDevGetCfg(struct SpiCntlr *spiCntlr, struct SpiCfg *spiCfg) 675 static int32_t SpiDevSetCfg(struct SpiCntlr *spiCntlr, struct SpiCfg *spiCfg) 696 static int32_t SpiDevTransfer(struct SpiCntlr *spiCntlr, struct SpiMsg *spiMsg, uint32_t count)
|