Searched refs:GUID (Results 1 – 25 of 47) sorted by relevance
12
/linux-6.12.1/Documentation/driver-api/ |
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>`
|
D | wbrf.rst | 42 The GUID used for the _DSM is 7B7656CF-DC3D-4C1C-83E9-66E721DE3070.
|
/linux-6.12.1/drivers/platform/x86/hp/ |
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-6.12.1/Documentation/ABI/testing/ |
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
|
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
|
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
|
D | configfs-tsm | 121 Specifying an empty/null GUID (00000000-0000-0000-0000-000000) 123 part of the attestation report. Specifying a GUID request
|
D | securityfs-secrets-coco | 16 where the filename is the GUID of the entry in the secrets
|
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
|
D | sysfs-firmware-efi-esrt | 30 Description: Each ESRT entry is identified by a GUID, and each gets a
|
/linux-6.12.1/Documentation/driver-api/mei/ |
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.
|
D | iamt.rst | 56 firmware feature using a defined GUID and then communicates with the feature
|
/linux-6.12.1/fs/ntfs3/ |
D | ntfs.h | 46 struct GUID { struct 841 struct GUID ObjId; // 0x00: Unique Id assigned to file. 845 struct GUID BirthVolumeId; //0x10: 851 struct GUID BirthObjectId; // 0x20: 857 struct GUID DomainId; // 0x30: 865 struct GUID ObjId; // 0x10: Unique Id assigned to file. 870 struct GUID BirthVolumeId; // 0x28: 877 struct GUID BirthObjectId; // 0x38: 883 struct GUID BirthDomainId; // 0x48: 994 struct GUID Guid; // 0x08:
|
/linux-6.12.1/tools/testing/selftests/drivers/sdsi/ |
D | sdsi_test.py | 26 GUID = "0x6dd191" variable 104 if self.read_value(folder + "guid") == GUID:
|
/linux-6.12.1/Documentation/admin-guide/acpi/ |
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-6.12.1/Documentation/wmi/devices/ |
D | wmi-bmof.rst | 23 The Binary MOF WMI device is identified by the WMI GUID ``05901221-D566-11D1-B2F0-00A0C9062910``.
|
/linux-6.12.1/Documentation/wmi/ |
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.
|
D | driver-development-guide.rst | 11 using the deprecated GUID-based WMI interface. 83 and are forbidden from using any deprecated GUID-based WMI functions. This means that the 159 - usage of the deprecated GUID-based WMI interface which uses GUIDs instead of WMI device structs
|
/linux-6.12.1/Documentation/ABI/stable/ |
D | sysfs-bus-vmbus | 19 Description: The VMBus interface type GUID of the device 26 Description: The VMBus interface instance GUID of the device
|
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
|
D | sysfs-class-infiniband | 15 node_guid: (RO) Node GUID 17 sys_image_guid: (RO) System image GUID 353 administrative state of a given GUID
|
/linux-6.12.1/Documentation/translations/zh_CN/core-api/ |
D | kernel-api.rst | 179 UUID/GUID
|
D | printk-formats.rst | 365 UUID/GUID地址
|
/linux-6.12.1/Documentation/hwmon/ |
D | hp-wmi-sensors.rst | 124 support them. This is because the same WMI event GUID used by this driver
|
/linux-6.12.1/drivers/usb/dwc2/ |
D | core.c | 744 addr = hsotg->regs + GUID; in dwc2_dump_global_registers() 746 (unsigned long)addr, dwc2_readl(hsotg, GUID)); in dwc2_dump_global_registers()
|
12