| /linux/Documentation/driver-api/ |
| H A D | wmi.rst | 8 with WMI devices, and an older GUID-based interface. The latter interface is 10 it has some issues with multiple WMI devices sharing the same GUID. 13 same GUID. Drivers can then register a :c:type:`struct wmi_driver <wmi_driver>`
|
| /linux/drivers/platform/x86/hp/ |
| H A D | tc1100-wmi.c | 21 #define GUID "C364AC71-36DB-495A-8494-B439D472A505" macro 59 status = wmi_query_block(GUID, instance, &result); in get_state() 111 status = wmi_set_block(GUID, instance, &input); in set_state() 231 if (!wmi_has_guid(GUID)) in tc1100_init()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-intel_pmt | 21 GUID for the device. 36 (RO) The GUID for this telemetry device. The GUID identifies 66 can be determined from an XML file of specified GUID for the 82 (RO) The GUID for this crashlog device. The GUID identifies the
|
| H A D | sysfs-driver-intel_sdsi | 35 (RO) The GUID for the registers file. The GUID identifies 37 Information about the register layouts for a particular GUID 47 is determined by the GUID in this directory. Information about 48 the layout for a particular GUID is available at
|
| H A D | sysfs-bus-wmi | 37 This file contains the GUID used to match WMI devices to 38 compatible WMI drivers. This GUID is not necessarily unique
|
| H A D | configfs-tsm-report | 137 Specifying an empty/null GUID (00000000-0000-0000-0000-000000) 139 part of the attestation report. Specifying a GUID request
|
| H A D | securityfs-secrets-coco | 16 where the filename is the GUID of the entry in the secrets
|
| H A D | sysfs-devices-platform-ipmi | 96 (RO) A GUID (Globally Unique ID), also referred to as a UUID 98 as described in section 20.8 'Get Device GUID Command' of the
|
| H A D | sysfs-firmware-efi-esrt | 30 Description: Each ESRT entry is identified by a GUID, and each gets a
|
| /linux/Documentation/driver-api/mei/ |
| H A D | mei.rst | 17 Each Intel ME feature, or Intel ME Client is addressed by a unique GUID and 29 :c:macro:`MEI_CONNECT_CLIENT_IOCTL`, which passes the desired GUID. 99 in_client_uuid - GUID of the FW Feature that needs 106 ENOTTY No such client (i.e. wrong GUID) or connection is not allowed. 134 in_client_uuid - GUID of the FW Feature that needs 143 ENOTTY No such client (i.e. wrong GUID) or connection is not allowed.
|
| /linux/fs/ntfs3/ |
| H A D | ntfs.h | 46 struct GUID { struct 844 struct GUID ObjId; // 0x00: Unique Id assigned to file. 848 struct GUID BirthVolumeId; //0x10: 854 struct GUID BirthObjectId; // 0x20: 860 struct GUID DomainId; // 0x30: 868 struct GUID ObjId; // 0x10: Unique Id assigned to file. 873 struct GUID BirthVolumeId; // 0x28: 880 struct GUID BirthObjectId; // 0x38: 886 struct GUID BirthDomainId; // 0x48: 997 struct GUID Guid; // 0x08:
|
| /linux/Documentation/translations/zh_CN/security/secrets/ |
| H A D | coco.rst | 33 条目(对应的GUID值为 ``adf956ad-e98c-484c-ae11-b51c7d336447`` )的形式发布。 38 所有者密钥数据”应采用带GUID的密钥值表结构,其二进制格式在 ``drivers/virt/ 43 ``EFI_SECRET_TABLE_HEADER_GUID`` (对应的GUID为 ``1e74f542-71dd-4d66-963e-ef4287ff173b`` )
|
| /linux/Documentation/wmi/devices/ |
| H A D | lenovo-wmi-other.rst | 18 WMI GUID ``DC2A8805-3A8C-41BA-A6F7-092E0089CD3B`` 39 WMI GUID ``362A3AFE-3D96-4665-8530-96DAD5BB300E`` 55 WMI GUID ``7A8F5407-CB67-4D6E-B547-39B3BE018154`` 78 WMI GUID ``B642801B-3D21-45DE-90AE-6E86F164FB21``
|
| H A D | wmi-bmof.rst | 23 The Binary MOF WMI device is identified by the WMI GUID ``05901221-D566-11D1-B2F0-00A0C9062910``.
|
| H A D | lenovo-wmi-gamezone.rst | 10 The primary "Gamezone" GUID provides advanced features such as fan 17 WMI GUID ``887B54E3-DDDC-4B2C-8B88-68A26A8835D0`` 56 WMI GUID ``D320289E-8FEA-41E0-86F9-911D83151B5F``
|
| H A D | uniwill-laptop.rst | 50 that the WMI-GUID is not unique. This makes the WMI-GUID unusable for autoloading.
|
| /linux/tools/testing/selftests/drivers/sdsi/ |
| H A D | sdsi_test.py | 26 GUID = "0x6dd191" variable 104 if self.read_value(folder + "guid") == GUID:
|
| /linux/Documentation/wmi/ |
| H A D | driver-development-guide.rst | 11 using the deprecated GUID-based WMI interface. 93 and are forbidden from using any deprecated GUID-based or ACPI-based WMI functions. This means 100 .. warning:: Using both GUID-based and non-GUID-based functions for querying WMI data blocks and 202 - usage of the deprecated GUID-based WMI interface which uses GUIDs instead of WMI device structs
|
| H A D | acpi-interface.rst | 31 0x00 16 128 bit Variant 2 object GUID. 45 Each WMI object GUID can appear multiple times inside a system.
|
| /linux/Documentation/admin-guide/acpi/ |
| H A D | ssdt-overlays.rst | 121 "Name-GUID" and that the first 4 bytes in the file (little-endian format) 156 # try to pick up an existing GUID 159 # use a randomly generated GUID
|
| /linux/Documentation/driver-api/cxl/conventions/ |
| H A D | cxl-atl.rst | 58 PRM handler has a specific GUID to uniquely identify platforms with support for 254 configuring HDM decoders on platforms with Normalized addressing. The GUID and 265 The PRM handler is identified by the following GUID: 270 handler GUID and a pointer to the Parameter Buffer to invoke the handler. The
|
| /linux/drivers/platform/wmi/ |
| H A D | Kconfig | 33 the same GUID to fail in some corner cases.
|
| /linux/Documentation/ABI/stable/ |
| H A D | sysfs-bus-vmbus | 19 Description: The VMBus interface type GUID of the device 26 Description: The VMBus interface instance GUID of the device
|
| H A D | sysfs-driver-ib_srp | 15 byte I/O controller GUID portion of the 16-byte target port 132 Description: Eight-byte I/O controller GUID portion of the 16-byte target
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | kernel-api.rst | 179 UUID/GUID
|