Home
last modified time | relevance | path

Searched refs:SpiCntlrCreate (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/support/platform/include/spi/
H A Dspi_core.h49 struct SpiCntlr *SpiCntlrCreate(struct HdfDeviceObject *device);
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-spi-develop.md339 return (SpiCntlrCreate(device) == NULL) ? HDF_FAILURE : HDF_SUCCESS;
342 struct SpiCntlr *SpiCntlrCreate(struct HdfDeviceObject *device)
/ohos5.0/drivers/hdf_core/framework/support/platform/src/spi/
H A Dspi_core.c372 struct SpiCntlr *SpiCntlrCreate(struct HdfDeviceObject *device) in SpiCntlrCreate() function
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-spi-develop.md258 return (SpiCntlrCreate(device) == NULL) ? HDF_FAILURE : HDF_SUCCESS;
261 struct SpiCntlr *SpiCntlrCreate(struct HdfDeviceObject *device)
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/virtual/
H A Dspi_virtual.c415 return (SpiCntlrCreate(device) == NULL) ? HDF_FAILURE : HDF_SUCCESS; in VirtualSpiDeviceBind()
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/spi/
H A Dspi_adapter.c492 return (SpiCntlrCreate(device) == NULL) ? HDF_FAILURE : HDF_SUCCESS; in HdfSpiDeviceBind()
/ohos5.0/drivers/hdf_core/adapter/platform/spi/
H A Dspi_stm32f4xx.c570 spiCntlr = SpiCntlrCreate(device);