/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/DataHubDxe/ |
D | DataHubDxe.uni | 4 // 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 38 …hub is a volatile database that is intended as the major focus for the accumulation of manageabili…
|
D | DataHubDxe.inf | 4 # 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/ |
D | nanotool.cpp | 432 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/ |
D | NanohubHidlAdapter.cpp | 69 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/ |
D | main.cpp | 73 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/ |
D | hal_contexthub.te | 1 # Allow context hub HAL to communicate with daemon via socket
|
/device/google/crosshatch-sepolicy/vendor/google/ |
D | hal_contexthub.te | 1 # Allow context hub HAL to communicate with daemon via socket
|
/device/google/sunfish-sepolicy/vendor/google/ |
D | hal_contexthub_default.te | 1 # Allow context hub HAL to communicate with daemon via socket
|
/device/google/coral-sepolicy/vendor/google/ |
D | hal_contexthub.te | 1 # Allow context hub HAL to communicate with daemon via socket
|
/device/google/redbull-sepolicy/vendor/google/ |
D | hal_contexthub.te | 1 # Allow context hub HAL to communicate with daemon via socket
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/BsDataHubStatusCode/ |
D | BsDataHubStatusCode.inf | 18 # Library producing a data hub logger for status code functionality.
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/ |
D | PiSmbiosRecordOnDataHubSmbiosRecordThunk.inf | 2 # This thunk driver register a filter for DataHub protocol, once a data hub record
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/ |
D | PchXhci.asl | 83 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/ |
D | hubconnection.h | 153 bool hub; // Sensor hub is currently operating in lefty mode member
|
D | hubconnection.cpp | 135 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/ |
D | nanohubCommand.c | 1984 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/ |
D | FrameworkSpecConformance.txt | 44 …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/ |
D | ShellR33.patch | 5272 + 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.
|