Home
last modified time | relevance | path

Searched refs:SpiClient (Results 1 – 2 of 2) sorted by relevance

/drivers/hdf_core/framework/support/platform/src/spi/
Dspi_if.c19 struct SpiClient { struct
41 struct SpiClient *client = NULL; in SpiTransfer() argument
47 client = (struct SpiClient *)handle; in SpiTransfer()
73 struct SpiClient *client = NULL; in SpiSetCfg()
79 client = (struct SpiClient *)handle; in SpiSetCfg()
85 struct SpiClient *client = NULL; in SpiGetCfg()
91 client = (struct SpiClient *)handle; in SpiGetCfg()
98 struct SpiClient *client = NULL; in SpiClose()
105 client = (struct SpiClient *)handle; in SpiClose()
116 struct SpiClient *object = NULL; in SpiOpen()
[all …]
Dspi_if_u.c19 struct SpiClient { struct
150 struct SpiClient *client = NULL; in SpiTransfer()
156 client = (struct SpiClient *)handle; in SpiTransfer()
223 struct SpiClient *client = NULL; in SpiSetCfg()
231 client = (struct SpiClient *)handle; in SpiSetCfg()
274 struct SpiClient *client = NULL; in SpiGetCfg()
281 client = (struct SpiClient *)handle; in SpiGetCfg()
328 struct SpiClient *client = NULL; in SpiClose()
336 client = (struct SpiClient *)handle; in SpiClose()
366 struct SpiClient *client = NULL; in SpiOpen()
[all …]