Searched refs:SpiDevSetCfg (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/platform/src/ |
H A D | spi_dev.c | 181 static int32_t SpiDevSetCfg(struct SpiDev *dev, struct SpiCfg *mask, unsigned long arg) in SpiDevSetCfg() function 379 ret = SpiDevSetCfg(dev, &mask, arg); in SpiDevIoctl() 383 ret = SpiDevSetCfg(dev, &mask, arg); in SpiDevIoctl() 387 ret = SpiDevSetCfg(dev, &mask, arg); in SpiDevIoctl()
|
/ohos5.0/drivers/hdf_core/adapter/platform/spi/ |
H A D | spi_wm.c | 296 static int32_t SpiDevSetCfg(struct SpiCntlr *spiCntlr, struct SpiCfg *spiCfg); 303 .SetCfg = SpiDevSetCfg, 446 static int32_t SpiDevSetCfg(struct SpiCntlr *spiCntlr, struct SpiCfg *spiCfg) in SpiDevSetCfg() function
|
H A D | spi_stm32f4xx.c | 533 static int32_t SpiDevSetCfg(struct SpiCntlr *spiCntlr, struct SpiCfg *spiCfg); 540 .SetCfg = SpiDevSetCfg, 675 static int32_t SpiDevSetCfg(struct SpiCntlr *spiCntlr, struct SpiCfg *spiCfg) function
|
H A D | spi_bes.c | 594 static int32_t SpiDevSetCfg(struct SpiCntlr *spiCntlr, struct SpiCfg *spiCfg); 601 .SetCfg = SpiDevSetCfg, 764 static int32_t SpiDevSetCfg(struct SpiCntlr *spiCntlr, struct SpiCfg *spiCfg) function
|