Home
last modified time | relevance | path

Searched refs:SpiOpen (Results 1 - 10 of 10) sorted by relevance

/drivers/hdf_core/framework/include/platform/
H A Dspi_if.h113 * 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 Dspi_bes.h59 int (*SpiOpen)(const struct HAL_SPI_CFG_T *cfg); member
H A Dspi_bes.c53 .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 Dspi_if.c113 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 Dspi_if_u.c363 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 Dspi_fuzzer.cpp94 handle = SpiOpen(&info); in SpiFuzzTest()
/drivers/hdf_core/framework/model/display/driver/panel/
H A Dssp_st7789.c102 spiHandle = SpiOpen(&spiDevinfo); in GetSpiHandle()
104 HDF_LOGE("SpiOpen failed"); in GetSpiHandle()
/drivers/peripheral/sensor/chipset/ppg/
H A Dppg_cs1262_spi.c61 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 Dspi_test.c126 tester.handle = SpiOpen(&info); in SpiTesterGet()
/drivers/hdf_core/framework/model/sensor/driver/common/src/
H A Dsensor_config_parser.c219 busCfg->spiCfg.handle = SpiOpen(&spiDevinfo); in GetSensorSpiHandle()

Completed in 5 milliseconds