Home
last modified time | relevance | path

Searched refs:hub (Results 1 – 18 of 18) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/DataHubDxe/
DDataHubDxe.uni4 // The data hub is a volatile database that is intended as the major focus for the accumulation of
5 // manageability data.T he hub is fed by "producers" with chunks of data in a defined format.
7 // be recorded in the data hub for future processing.Ot her data contributed to the data hub might
14 // discovered the error.The consumer might be a driver that tabularizes data from the data hub,
17 // The intent of the data hub is for drivers that enumerate and configure parts of the system to re…
18 // their discoveries to the data hub.This data can then be extracted by other drivers that report t…
20 // Management Interface (IPMI).The alternative to a data-hub-like architecture is to require all
38hub is a volatile database that is intended as the major focus for the accumulation of manageabili…
DDataHubDxe.inf4 # The data hub is a volatile database that is intended as the major focus for the accumulation of
5 # manageability data.T he hub is fed by "producers" with chunks of data in a defined format.
7 # be recorded in the data hub for future processing.Ot her data contributed to the data hub might
14 # discovered the error.The consumer might be a driver that tabularizes data from the data hub,
17 # The intent of the data hub is for drivers that enumerate and configure parts of the system to re…
18 # their discoveries to the data hub.This data can then be extracted by other drivers that report t…
20 # Management Interface (IPMI).The alternative to a data-hub-like architecture is to require all
/device/google/contexthub/util/nanotool/
Dnanotool.cpp432 std::unique_ptr<ContextHub> hub = GetContextHub(args); in main() local
433 if (!hub || !hub->Initialize()) { in main()
438 hub->SetLoggingEnabled(args->logging_enabled); in main()
443 success = hub->DisableSensors(args->sensors); in main()
446 success = hub->DisableAllSensors(); in main()
450 hub->PrintAllEvents(args->count); in main()
452 hub->PrintSensorEvents(args->sensors, args->count); in main()
457 success = hub->EnableSensors(args->sensors); in main()
459 hub->PrintSensorEvents(args->sensors, args->count); in main()
464 hub->DisableSensors(args->sensors); in main()
[all …]
/device/google/contexthub/contexthubhal/
DNanohubHidlAdapter.cpp69 const context_hub_t *hub = nanohub::get_hub_info(); in getHubs() local
76 c.name = hub->name; in getHubs()
77 c.vendor = hub->vendor; in getHubs()
78 c.toolchain = hub->toolchain; in getHubs()
79 c.platformVersion = hub->platform_version; in getHubs()
80 c.toolchainVersion = hub->toolchain_version; in getHubs()
81 c.hubId = hub->hub_id; in getHubs()
82 c.peakMips = hub->peak_mips; in getHubs()
83 c.stoppedPowerDrawMw = hub->stopped_power_draw_mw; in getHubs()
84 c.sleepPowerDrawMw = hub->sleep_power_draw_mw; in getHubs()
[all …]
/device/google/contexthub/contexthubhal/test/
Dmain.cpp73 explicit Client(const context_hub_t *hub, CHub *parent) { in Client() argument
74 mHub = hub; in Client()
101 CHub *hub = static_cast<CHub*>(cookie); in contextHubCallback() local
102 hub->onMessage(id, msg); in contextHubCallback()
182 CHub *hub = CHub::instantiate(); in NanoClient() local
183 mClient = hub->getClientByIndex(idx); in NanoClient()
/device/google/bonito-sepolicy/vendor/google/
Dhal_contexthub.te1 # Allow context hub HAL to communicate with daemon via socket
/device/google/crosshatch-sepolicy/vendor/google/
Dhal_contexthub.te1 # Allow context hub HAL to communicate with daemon via socket
/device/google/wahoo/sepolicy/vendor/
Dhal_contexthub.te1 # Allow context hub HAL to communicate with daemon via socket
/device/google/coral-sepolicy/vendor/google/
Dhal_contexthub.te1 # Allow context hub HAL to communicate with daemon via socket
/device/google/sunfish-sepolicy/vendor/google/
Dhal_contexthub_default.te1 # Allow context hub HAL to communicate with daemon via socket
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/BsDataHubStatusCode/
DBsDataHubStatusCode.inf18 # Library producing a data hub logger for status code functionality.
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
DPiSmbiosRecordOnDataHubSmbiosRecordThunk.inf2 # This thunk driver register a filter for DataHub protocol, once a data hub record
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DPchXhci.asl83 Name(_ADR, Zero) //address 0 is reserved for root hub
171 …Name(_ADR, 0x02) // 0 is for root hub so physical port index sta…
382 } //end of root hub
/device/google/contexthub/sensorhal/
Dhubconnection.h153 bool hub; // Sensor hub is currently operating in lefty mode member
Dhubconnection.cpp135 mLefty.hub = false; in HubConnection()
504 if (enable == mLefty.hub) return; in setLeftyMode()
551 mLefty.hub = enable; in setLeftyMode()
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c1984 static void syncDebugAdd(uint64_t ap, uint64_t hub) in syncDebugAdd() argument
1994 mApHubSyncDebug.hubFirst = hub; in syncDebugAdd()
2001 (uint32_t) U64_DIV_BY_CONST_U16((hub - mApHubSyncDebug.hubFirst), 1000u); in syncDebugAdd()
/device/linaro/bootloader/edk2/IntelFrameworkPkg/
DFrameworkSpecConformance.txt44 …Section "Alignment" in DataHubSubclass specification say "Fields in a data hub record should be al…
619 …Section "Alignment" in DataHubSubclass specification say "Fields in a data hub record should be al…
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR33.patch5272 + Worker function for ASSERT (). If Error Logging hub is loaded log ASSERT
5273 + information. If Error Logging hub is not loaded EFI_BREAKPOINT ().
5305 + Worker function for DEBUG (). If Error Logging hub is loaded log ASSERT
5306 + information. If Error Logging hub is not loaded do nothing.