| /linux-6.15/include/linux/ |
| H A D | uuid.h | 17 } guid_t; typedef 24 ((guid_t) \ 43 extern const guid_t guid_null; 46 static inline bool guid_equal(const guid_t *u1, const guid_t *u2) in guid_equal() 48 return memcmp(u1, u2, sizeof(guid_t)) == 0; in guid_equal() 51 static inline void guid_copy(guid_t *dst, const guid_t *src) in guid_copy() 53 memcpy(dst, src, sizeof(guid_t)); in guid_copy() 58 memcpy(dst, src, sizeof(guid_t)); in import_guid() 63 memcpy(dst, src, sizeof(guid_t)); in export_guid() 99 extern void guid_gen(guid_t *u); [all …]
|
| H A D | ras.h | 24 void log_non_standard_event(const guid_t *sec_type, 25 const guid_t *fru_id, const char *fru_text, 31 log_non_standard_event(const guid_t *sec_type, in log_non_standard_event() 32 const guid_t *fru_id, const char *fru_text, in log_non_standard_event()
|
| H A D | cper.h | 360 guid_t platform_id; 361 guid_t partition_id; 362 guid_t creator_id; 363 guid_t notification_type; 380 guid_t section_type; 381 guid_t fru_id; 414 guid_t err_type; 577 guid_t record_identifier_guid;
|
| H A D | prmt.h | 7 int acpi_call_prm_handler(guid_t handler_guid, void *param_buffer); 10 static inline int acpi_call_prm_handler(guid_t handler_guid, void *param_buffer) in acpi_call_prm_handler()
|
| H A D | hyperv.h | 297 guid_t if_type; 298 guid_t if_instance; 643 guid_t guest_endpoint_id; 644 guid_t host_service_id; 761 guid_t guid; 1218 guid_t dev_type; 1241 guid_t dev_type; 1244 guid_t dev_instance; 1578 guid_t data; 1603 int vmbus_send_tl_connect_request(const guid_t *shv_guest_servie_id, [all …]
|
| H A D | intel-ish-client-if.h | 97 int ishtp_cl_establish_connection(struct ishtp_cl *cl, const guid_t *uuid, 120 const guid_t *uuid);
|
| /linux-6.15/drivers/acpi/ |
| H A D | prmt.c | 39 guid_t handler_guid; 46 guid_t identifier; 64 guid_t guid; 115 guid_copy(&tm->guid, (guid_t *) module_info->module_guid); in acpi_parse_prmt() 154 guid_copy(&th->guid, (guid_t *)handler_info->handler_guid); in acpi_parse_prmt() 181 static void *find_guid_info(const guid_t *guid, u8 mode) in find_guid_info() 202 static struct prm_module_info *find_prm_module(const guid_t *guid) in find_prm_module() 207 static struct prm_handler_info *find_prm_handler(const guid_t *guid) in find_prm_handler() 227 int acpi_call_prm_handler(guid_t handler_guid, void *param_buffer) in acpi_call_prm_handler()
|
| H A D | acpi_extlog.c | 142 const guid_t *fru_id; in extlog_print() 144 guid_t *sec_type; in extlog_print() 171 fru_id = (guid_t *)gdata->fru_id; in extlog_print() 178 sec_type = (guid_t *)gdata->section_type; in extlog_print() 195 guid_t guid; in extlog_get_l1addr()
|
| H A D | property.c | 40 static const guid_t prp_guids[] = { 62 static const guid_t ads_guid = 67 static const guid_t buffer_prop_guid = 247 if (!guid_equal((guid_t *)guid->buffer.pointer, &ads_guid)) in acpi_enumerate_nondev_subnodes() 334 static bool acpi_is_property_guid(const guid_t *guid) in acpi_is_property_guid() 347 acpi_data_add_props(struct acpi_device_data *data, const guid_t *guid, in acpi_data_add_props() 522 if (guid_equal((guid_t *)guid->buffer.pointer, in acpi_extract_properties() 528 if (!acpi_is_property_guid((guid_t *)guid->buffer.pointer)) in acpi_extract_properties() 538 acpi_data_add_props(data, (const guid_t *)guid->buffer.pointer, in acpi_extract_properties()
|
| /linux-6.15/lib/ |
| H A D | uuid.c | 16 const guid_t guid_null; 60 void guid_gen(guid_t *lu) in guid_gen() 123 int guid_parse(const char *uuid, guid_t *u) in guid_parse()
|
| H A D | test_uuid.c | 14 guid_t le; 64 guid_t le; in test_uuid_test() 93 guid_t le; in test_uuid_wrong()
|
| /linux-6.15/drivers/gpu/drm/amd/include/ |
| H A D | amd_cper.h | 118 guid_t partition_id; /* Reserved */ 120 guid_t notify_type; /* CMC, MCE */ 151 guid_t sec_type; 172 guid_t error_type;
|
| /linux-6.15/net/vmw_vsock/ |
| H A D | hyperv_transport.c | 85 guid_t srv_id; 89 unsigned char b[sizeof(guid_t) - sizeof(unsigned int)]; 97 guid_t vm_srv_id; 98 guid_t host_srv_id; 154 static const guid_t srv_id_template = 160 static bool is_valid_srv_id(const guid_t *id) in is_valid_srv_id() 162 return !memcmp(&id->b[4], &srv_id_template.b[4], sizeof(guid_t) - 4); in is_valid_srv_id() 165 static unsigned int get_port_by_srv_id(const guid_t *svr_id) in get_port_by_srv_id() 170 static void hvs_addr_init(struct sockaddr_vm *addr, const guid_t *svr_id) in hvs_addr_init() 297 guid_t *if_instance, *if_type; in hvs_open_connection()
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/fw/ |
| H A D | acpi.h | 143 extern const guid_t iwl_guid; 147 const guid_t *guid); 199 union acpi_object *args, const guid_t *guid) in iwl_acpi_get_dsm_object()
|
| /linux-6.15/drivers/ras/ |
| H A D | ras.c | 48 void log_non_standard_event(const guid_t *sec_type, const guid_t *fru_id, in log_non_standard_event()
|
| /linux-6.15/include/drm/display/ |
| H A D | drm_dp_mst_helper.h | 254 guid_t guid; 259 guid_t guid; 265 guid_t guid; 275 guid_t peer_guid; 358 guid_t guid; 435 guid_t guid;
|
| /linux-6.15/include/ras/ |
| H A D | ras_event.h | 30 const guid_t *fru_id, 42 __field_struct(guid_t, fru_id) 221 TP_PROTO(const guid_t *sec_type, 222 const guid_t *fru_id,
|
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_cper.c | 27 static const guid_t MCE = CPER_NOTIFY_MCE; 28 static const guid_t CMC = CPER_NOTIFY_CMC; 29 static const guid_t BOOT = BOOT_TYPE; 31 static const guid_t CRASHDUMP = AMD_CRASHDUMP; 32 static const guid_t RUNTIME = AMD_GPU_NONSTANDARD_ERROR; 115 guid_t sec_type, in amdgpu_cper_entry_fill_section_desc()
|
| /linux-6.15/drivers/nvdimm/ |
| H A D | label.h | 137 guid_t type_guid; 138 guid_t abstraction_guid;
|
| H A D | label.c | 15 static guid_t nvdimm_btt_guid; 16 static guid_t nvdimm_btt2_guid; 17 static guid_t nvdimm_pfn_guid; 18 static guid_t nvdimm_dax_guid; 733 static enum nvdimm_claim_class guid_to_nvdimm_cclass(guid_t *guid) in guid_to_nvdimm_cclass() 766 static const guid_t *to_abstraction_guid(enum nvdimm_claim_class claim_class, in to_abstraction_guid() 767 guid_t *target) in to_abstraction_guid() 821 struct nd_namespace_label *nd_label, guid_t *guid) in nsl_set_type_guid() 828 struct nd_namespace_label *nd_label, guid_t *guid) in nsl_validate_type_guid()
|
| /linux-6.15/sound/soc/intel/avs/ |
| H A D | utils.c | 16 static int avs_module_entry_index(struct avs_dev *adev, const guid_t *uuid) in avs_module_entry_index() 47 int avs_get_module_entry(struct avs_dev *adev, const guid_t *uuid, struct avs_module_entry *entry) in avs_get_module_entry() 75 int avs_get_module_id(struct avs_dev *adev, const guid_t *uuid) in avs_get_module_id()
|
| /linux-6.15/drivers/acpi/x86/ |
| H A D | s2idle.c | 57 static guid_t lps0_dsm_guid; 60 static guid_t lps0_dsm_guid_microsoft; 393 static void acpi_sleep_run_lps0_dsm(unsigned int func, unsigned int func_mask, guid_t dsm_guid) in acpi_sleep_run_lps0_dsm() 414 static int validate_dsm(acpi_handle handle, const char *uuid, int rev, guid_t *dsm_guid) in validate_dsm()
|
| /linux-6.15/drivers/vfio/mdev/ |
| H A D | mdev_private.h | 27 int mdev_device_create(struct mdev_type *kobj, const guid_t *uuid);
|
| /linux-6.15/drivers/platform/x86/intel/int1092/ |
| H A D | intel_sar.h | 78 guid_t guid;
|
| /linux-6.15/drivers/hwtracing/coresight/ |
| H A D | coresight-platform.c | 349 static const guid_t acpi_graph_uuid = GUID_INIT(0xab02a46b, 0x74c7, 0x45a2, 353 static const guid_t coresight_graph_uuid = GUID_INIT(0x3ecbc8b6, 0x1d0e, 0x4fb3, 369 const guid_t *guid) in acpi_guid_matches() 372 guid_equal((guid_t *)obj->buffer.pointer, guid); in acpi_guid_matches()
|