Searched refs:SpiOpen (Results 1 - 10 of 10) sorted by relevance
/drivers/hdf_core/framework/include/platform/ |
H A D | spi_if.h | 113 * handle of the SPI device by calling {@link SpiOpen}. 179 DevHandle SpiOpen(const struct SpiDevInfo *info); 184 * @param handle Indicates the pointer to the SPI device handle obtained via {@link SpiOpen}. 193 * @param handle Indicates the pointer to the SPI device handle obtained via {@link SpiOpen}. 206 * @param handle Indicates the pointer to the SPI device handle obtained via {@link SpiOpen}. 219 * @param handle Indicates the pointer to the SPI device handle obtained via {@link SpiOpen}. 232 * @param handle Indicates the pointer to the SPI device handle obtained via {@link SpiOpen}. 244 * @param handle Indicates the pointer to the SPI device handle obtained via {@link SpiOpen}.
|
/drivers/hdf_core/adapter/platform/spi/ |
H A D | spi_bes.h | 59 int (*SpiOpen)(const struct HAL_SPI_CFG_T *cfg); member
|
H A D | spi_bes.c | 53 .SpiOpen = hal_spi_open, 76 .SpiOpen = hal_spilcd_open, 713 ret = spiCtx[spiPort].SpiOpen(spiDevCfg);
|
/drivers/hdf_core/framework/support/platform/src/spi/ |
H A D | spi_if.c | 113 DevHandle SpiOpen(const struct SpiDevInfo *info) in SpiOpen() function 120 HDF_LOGE("SpiOpen: info is null!"); in SpiOpen() 125 HDF_LOGE("SpiOpen: cntlr is null!"); in SpiOpen() 131 HDF_LOGE("SpiOpen: object malloc error!"); in SpiOpen() 137 HDF_LOGE("SpiOpen: spi cntlr open error, ret is %d!", ret); in SpiOpen()
|
H A D | spi_if_u.c | 363 DevHandle SpiOpen(const struct SpiDevInfo *info) in SpiOpen() function 371 HDF_LOGE("SpiOpen: error, info is null!"); in SpiOpen() 376 HDF_LOGE("SpiOpen: service is null"); in SpiOpen() 381 HDF_LOGE("SpiOpen: fail to obtain data!"); in SpiOpen() 386 HDF_LOGE("SpiOpen: write csNum fail!"); in SpiOpen() 393 HDF_LOGE("SpiOpen: service is invalid!"); in SpiOpen() 400 HDF_LOGE("SpiOpen: fail, ret is %d!", ret); in SpiOpen() 408 HDF_LOGE("SpiOpen: client malloc fail!"); in SpiOpen()
|
/drivers/hdf_core/framework/support/platform/test/fuzztest/spi_fuzzer/ |
H A D | spi_fuzzer.cpp | 94 handle = SpiOpen(&info); in SpiFuzzTest()
|
/drivers/hdf_core/framework/model/display/driver/panel/ |
H A D | ssp_st7789.c | 102 spiHandle = SpiOpen(&spiDevinfo); in GetSpiHandle() 104 HDF_LOGE("SpiOpen failed"); in GetSpiHandle()
|
/drivers/peripheral/sensor/chipset/ppg/ |
H A D | ppg_cs1262_spi.c | 61 HDF_LOGI("%s: SpiOpen busNum = %d, csNum = %d", __func__, spiDevinfo.busNum, spiDevinfo.csNum); in Cs1262InitSpi() 63 busCfg->spiCfg.handle = SpiOpen(&spiDevinfo); in Cs1262InitSpi() 65 HDF_LOGE("%s: SpiOpen failed", __func__); in Cs1262InitSpi()
|
/drivers/hdf_core/framework/test/unittest/platform/common/ |
H A D | spi_test.c | 126 tester.handle = SpiOpen(&info); in SpiTesterGet()
|
/drivers/hdf_core/framework/model/sensor/driver/common/src/ |
H A D | sensor_config_parser.c | 219 busCfg->spiCfg.handle = SpiOpen(&spiDevinfo); in GetSensorSpiHandle()
|
Completed in 5 milliseconds