/linux/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() 56 static inline void import_guid(guid_t *dst, const __u8 *src) in import_guid() 58 memcpy(dst, src, sizeof(guid_t)); in import_guid() 61 static inline void export_guid(__u8 *dst, const guid_t *src) in export_guid() [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 | 356 guid_t platform_id; 357 guid_t partition_id; 358 guid_t creator_id; 359 guid_t notification_type; 376 guid_t section_type; 377 guid_t fru_id; 410 guid_t err_type; 573 guid_t record_identifier_guid;
|
H A D | hyperv.h | 297 guid_t if_type; 298 guid_t if_instance; 699 guid_t guest_endpoint_id; 700 guid_t host_service_id; 817 guid_t guid; 1275 guid_t dev_type; 1298 guid_t dev_type; 1301 guid_t dev_instance; 1635 guid_t data; 1660 int vmbus_send_tl_connect_request(const guid_t *shv_guest_servie_id, [all …]
|
/linux/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/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/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/include/drm/display/ |
H A D | drm_dp_mst_helper.h | 247 guid_t guid; 252 guid_t guid; 258 guid_t guid; 268 guid_t peer_guid; 351 guid_t guid; 428 guid_t guid;
|
/linux/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/drivers/nvdimm/ |
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; 732 static enum nvdimm_claim_class guid_to_nvdimm_cclass(guid_t *guid) in guid_to_nvdimm_cclass() 765 static const guid_t *to_abstraction_guid(enum nvdimm_claim_class claim_class, in to_abstraction_guid() 766 guid_t *target) in to_abstraction_guid() 820 struct nd_namespace_label *nd_label, guid_t *guid) in nsl_set_type_guid() 827 struct nd_namespace_label *nd_label, guid_t *guid) in nsl_validate_type_guid()
|
H A D | label.h | 137 guid_t type_guid; 138 guid_t abstraction_guid;
|
/linux/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/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/drivers/hwtracing/coresight/ |
H A D | coresight-platform.c | 349 static const guid_t acpi_graph_uuid = GUID_INIT(0xab02a46b, 0x74c7, 0x45a2, in acpi_guid_matches() 353 static const guid_t coresight_graph_uuid = GUID_INIT(0x3ecbc8b6, 0x1d0e, 0x4fb3, 369 const guid_t *guid) in is_acpi_coresight_graph() 372 guid_equal((guid_t *)obj->buffer.pointer, guid); in is_acpi_coresight_graph()
|
/linux/drivers/hid/intel-ish-hid/ishtp/ |
H A D | bus.c | 128 int ishtp_fw_cl_by_uuid(struct ishtp_device *dev, const guid_t *uuid) in ishtp_fw_cl_by_uuid() 150 const guid_t *uuid) in ishtp_fw_cl_get_client() 412 guid_t uuid, char *name) in ishtp_bus_add_device() 648 guid_t device_uuid; in ishtp_bus_new_client()
|
/linux/drivers/platform/x86/ |
H A D | wmi.c | 40 guid_t guid; 73 const guid_t *guid; 99 static bool guid_parse_and_compare(const char *string, const guid_t *guid) in guid_parse_and_compare() 101 guid_t guid_input; in guid_parse_and_compare() 171 const guid_t *guid = data; in wmidev_match_guid() 190 guid_t guid; in wmi_find_device_by_guid() 953 static int guid_count(const guid_t *guid) in guid_count()
|
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_acpi.c | 20 static const guid_t intel_dsm_guid = 26 static const guid_t intel_dsm_guid2 =
|
/linux/drivers/vfio/mdev/ |
H A D | mdev_private.h | 27 int mdev_device_create(struct mdev_type *kobj, const guid_t *uuid);
|
/linux/drivers/platform/x86/intel/int1092/ |
H A D | intel_sar.h | 78 guid_t guid;
|
/linux/drivers/ras/amd/atl/ |
H A D | prm.c | 32 static const guid_t norm_to_sys_guid = GUID_INIT(0xE7180659, 0xA65D, 0x451D,
|
/linux/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_csi2_bridge.c | 33 static const guid_t intel_sensor_gpio_info_guid = 56 static const guid_t intel_sensor_module_guid = 65 static const guid_t atomisp_dsm_guid = 73 static const guid_t vcm_dsm_guid =
|
/linux/tools/testing/nvdimm/test/ |
H A D | nfit_test.h | 208 const guid_t *guid, u64 rev, u64 func, 237 union acpi_object * __wrap_acpi_evaluate_dsm(acpi_handle handle, const guid_t *guid,
|