Searched refs:GUID (Results 1 – 25 of 44) sorted by relevance
12
/Linux-v6.6/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-v6.6/Documentation/ABI/stable/ |
D | sysfs-firmware-efi-vars | 12 GUID. They also have an arbitrary binary value 37 guid: The vendor GUID of the variable. This 38 should always match the GUID in the 77 variable that has a matching vendor GUID
|
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-v6.6/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 | 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-v6.6/fs/ntfs/ |
D | layout.h | 1105 } __attribute__ ((__packed__)) GUID; typedef 1123 GUID birth_volume_id; 1124 GUID birth_object_id; 1125 GUID domain_id; 1137 GUID object_id; /* Unique id assigned to the 1145 GUID birth_volume_id; /* Unique id of volume on which 1147 GUID birth_object_id; /* Unique id of file when it was 1149 GUID domain_id; /* Reserved, zero. */ 1596 /* 12*/ GUID object_type; 1597 /* 28*/ GUID inherited_object_type; [all …]
|
/Linux-v6.6/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-v6.6/fs/ntfs3/ |
D | ntfs.h | 46 struct GUID { struct 845 struct GUID ObjId; // 0x00: Unique Id assigned to file. 849 struct GUID BirthVolumeId; //0x10: 855 struct GUID BirthObjectId; // 0x20: 861 struct GUID DomainId; // 0x30: 869 struct GUID ObjId; // 0x10: Unique Id assigned to file. 874 struct GUID BirthVolumeId; // 0x28: 881 struct GUID BirthObjectId; // 0x38: 887 struct GUID BirthDomainId; // 0x48: 998 struct GUID Guid; // 0x08:
|
/Linux-v6.6/tools/testing/selftests/drivers/sdsi/ |
D | sdsi_test.py | 26 GUID = "0x6dd191" variable 104 if self.read_value(folder + "guid") == GUID:
|
/Linux-v6.6/Documentation/driver-api/ |
D | wmi.rst | 8 with WMI devices, and an older GUID-based interface. The latter interface is
|
/Linux-v6.6/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-v6.6/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-v6.6/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.
|
/Linux-v6.6/Documentation/translations/zh_CN/core-api/ |
D | kernel-api.rst | 179 UUID/GUID
|
D | printk-formats.rst | 365 UUID/GUID地址
|
/Linux-v6.6/Documentation/hwmon/ |
D | hp-wmi-sensors.rst | 124 support them. This is because the same WMI event GUID used by this driver
|
/Linux-v6.6/drivers/usb/dwc2/ |
D | core.c | 739 addr = hsotg->regs + GUID; in dwc2_dump_global_registers() 741 (unsigned long)addr, dwc2_readl(hsotg, GUID)); in dwc2_dump_global_registers()
|
/Linux-v6.6/Documentation/core-api/ |
D | kernel-api.rst | 188 UUID/GUID
|
D | debugging-via-ohci1394.rst | 118 firewire_core 0000:15:00.1: created device fw1: GUID 00061b0020105917, S400
|
12