Searched refs:ChppLinkApi (Results 1 – 10 of 10) sorted by relevance
89 const struct ChppLinkApi *getLinuxLinkApi(void);
78 struct ChppLinkApi { struct
411 const struct ChppLinkApi *linkApi; // Link API455 const struct ChppLinkApi *linkApi);
192 const struct ChppLinkApi gLinuxLinkApi = {202 const struct ChppLinkApi *getLinuxLinkApi(void) { in getLinuxLinkApi()
73 const struct ChppLinkApi *linkApi = getLinuxLinkApi(); in SetUp()
75 const struct ChppLinkApi gLinkApi = {
78 const struct ChppLinkApi *linkApi = getLinuxLinkApi(); in SetUp()
22 You need to create a `ChppLinkApi` API struct and a `ChppLinkConfiguration` configuration struct fo…
203 - A `ChppLinkApi` API struct composed of pointers to the entry points:227 You need to create an instance of `ChppLinkApi` with pointers to the link functions.242 - You need to pass the link state and the link `ChppLinkApi` struct when initializing the transport…
1348 const struct ChppLinkApi *linkApi) { in chppTransportInit()