Searched refs:SpiDevGetCfg (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/platform/src/ |
H A D | spi_dev.c | 148 static int32_t SpiDevGetCfg(struct SpiDev *dev, struct SpiCfg *mask, unsigned long arg) in SpiDevGetCfg() function 367 ret = SpiDevGetCfg(dev, &mask, arg); in SpiDevIoctl() 371 ret = SpiDevGetCfg(dev, &mask, arg); in SpiDevIoctl() 375 ret = SpiDevGetCfg(dev, &mask, arg); in SpiDevIoctl()
|
/ohos5.0/drivers/hdf_core/adapter/platform/spi/ |
H A D | spi_wm.c | 295 static int32_t SpiDevGetCfg(struct SpiCntlr *spiCntlr, struct SpiCfg *spiCfg); 302 .GetCfg = SpiDevGetCfg, 431 static int32_t SpiDevGetCfg(struct SpiCntlr *spiCntlr, struct SpiCfg *spiCfg) in SpiDevGetCfg() function
|
H A D | spi_stm32f4xx.c | 532 static int32_t SpiDevGetCfg(struct SpiCntlr *spiCntlr, struct SpiCfg *spiCfg); 539 .GetCfg = SpiDevGetCfg, 654 static int32_t SpiDevGetCfg(struct SpiCntlr *spiCntlr, struct SpiCfg *spiCfg) function
|
H A D | spi_bes.c | 593 static int32_t SpiDevGetCfg(struct SpiCntlr *spiCntlr, struct SpiCfg *spiCfg); 600 .GetCfg = SpiDevGetCfg, 747 static int32_t SpiDevGetCfg(struct SpiCntlr *spiCntlr, struct SpiCfg *spiCfg) function
|