Home
last modified time | relevance | path

Searched refs:SpiDevice (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/platform/spi/
H A Dspi_wm.c37 struct SpiDevice { struct
270 struct SpiDevice *spiDevice = NULL; in AttachSpiDevice()
277 spiDevice = (struct SpiDevice *)OsalMemAlloc(sizeof(struct SpiDevice)); in AttachSpiDevice()
376 struct SpiDevice *spiDevice = NULL; in SpiDriverRelease()
391 spiDevice = (struct SpiDevice *)spiCntlr->priv; in SpiDriverRelease()
399 struct SpiDevice *spiDevice = NULL; in SpiDevOpen()
406 spiDevice = (struct SpiDevice *)spiCntlr->priv; in SpiDevOpen()
421 struct SpiDevice *spiDevice = NULL; in SpiDevClose()
433 struct SpiDevice *spiDevice = NULL; in SpiDevGetCfg()
448 struct SpiDevice *spiDevice = NULL; in SpiDevSetCfg()
[all …]
H A Dspi_stm32f4xx.c159 } SpiDevice; typedef
498 SpiDevice *spiDevice = NULL;
509 spiDevice = (SpiDevice *)OsalMemAlloc(sizeof(SpiDevice));
610 SpiDevice *spiDevice = NULL;
634 SpiDevice *spiDevice = NULL;
636 spiDevice = (SpiDevice*)spiCntlr->priv;
645 SpiDevice *spiDevice = NULL;
647 spiDevice = (SpiDevice*)spiCntlr->priv;
656 SpiDevice *spiDevice = NULL;
677 SpiDevice *spiDevice = NULL;
[all …]
H A Dspi_bes.c111 static void SpiIomuxInit(struct SpiDevice *spiDevice) in SpiIomuxInit()
563 struct SpiDevice *spiDevice = NULL;
573 spiDevice = (struct SpiDevice *)OsalMemAlloc(sizeof(struct SpiDevice));
674 struct SpiDevice *spiDevice = NULL;
689 spiDevice = (struct SpiDevice *)spiCntlr->priv;
699 struct SpiDevice *spiDevice = NULL;
706 spiDevice = (struct SpiDevice *)spiCntlr->priv;
725 struct SpiDevice *spiDevice = NULL;
749 struct SpiDevice *spiDevice = NULL;
766 struct SpiDevice *spiDevice = NULL;
[all …]
H A Dspi_bes.h68 struct SpiDevice { struct