Lines Matching refs:hubArray
74 const context_hub_t *hubArray = nullptr; in getHubs() local
79 &hubArray); in getHubs()
88 c.hubId = hubArray[i].hub_id; in getHubs()
89 c.name = hubArray[i].name; in getHubs()
90 c.vendor = hubArray[i].vendor; in getHubs()
91 c.toolchain = hubArray[i].toolchain; in getHubs()
92 c.toolchainVersion = hubArray[i].toolchain_version; in getHubs()
93 c.platformVersion = hubArray[i].platform_version; in getHubs()
94 c.maxSupportedMsgLen = hubArray[i].max_supported_msg_len; in getHubs()
95 c.peakMips = hubArray[i].peak_mips; in getHubs()
96 c.peakPowerDrawMw = hubArray[i].peak_power_draw_mw; in getHubs()
97 c.stoppedPowerDrawMw = hubArray[i].stopped_power_draw_mw; in getHubs()
98 c.sleepPowerDrawMw = hubArray[i].sleep_power_draw_mw; in getHubs()
101 info.osAppName = hubArray[i].os_app_name; in getHubs()
102 mCachedHubInfo[hubArray[i].hub_id] = info; in getHubs()