/linux-6.6.21/include/linux/ |
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 …]
|
D | ras.h | 24 void log_non_standard_event(const guid_t *sec_type, 25 const guid_t *fru_id, const char *fru_text, 30 log_non_standard_event(const guid_t *sec_type, in log_non_standard_event() 31 const guid_t *fru_id, const char *fru_text, in log_non_standard_event()
|
D | cper.h | 333 guid_t platform_id; 334 guid_t partition_id; 335 guid_t creator_id; 336 guid_t notification_type; 353 guid_t section_type; 354 guid_t fru_id; 387 guid_t err_type; 550 guid_t record_identifier_guid;
|
D | hyperv.h | 277 guid_t if_type; 278 guid_t if_instance; 679 guid_t guest_endpoint_id; 680 guid_t host_service_id; 804 guid_t guid; 1261 guid_t dev_type; 1284 guid_t dev_type; 1287 guid_t dev_instance; 1624 guid_t data; 1649 int vmbus_send_tl_connect_request(const guid_t *shv_guest_servie_id, [all …]
|
/linux-6.6.21/drivers/acpi/ |
D | prmt.c | 39 guid_t handler_guid; 46 guid_t identifier; 55 guid_t guid; 64 guid_t guid; 111 guid_copy(&tm->guid, (guid_t *) module_info->module_guid); in acpi_parse_prmt() 150 guid_copy(&th->guid, (guid_t *)handler_info->handler_guid); in acpi_parse_prmt() 171 static void *find_guid_info(const guid_t *guid, u8 mode) in find_guid_info() 192 static struct prm_module_info *find_prm_module(const guid_t *guid) in find_prm_module() 197 static struct prm_handler_info *find_prm_handler(const guid_t *guid) in find_prm_handler()
|
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()
|
D | property.c | 32 static const guid_t prp_guids[] = { 54 static const guid_t ads_guid = 58 static const guid_t buffer_prop_guid = 235 if (!guid_equal((guid_t *)guid->buffer.pointer, &ads_guid)) in acpi_enumerate_nondev_subnodes() 322 static bool acpi_is_property_guid(const guid_t *guid) in acpi_is_property_guid() 335 acpi_data_add_props(struct acpi_device_data *data, const guid_t *guid, in acpi_data_add_props() 510 if (guid_equal((guid_t *)guid->buffer.pointer, in acpi_extract_properties() 516 if (!acpi_is_property_guid((guid_t *)guid->buffer.pointer)) in acpi_extract_properties() 526 acpi_data_add_props(data, (const guid_t *)guid->buffer.pointer, in acpi_extract_properties()
|
/linux-6.6.21/drivers/net/wireless/intel/iwlwifi/fw/ |
D | acpi.h | 171 extern const guid_t iwl_guid; 172 extern const guid_t iwl_rfi_guid; 175 const guid_t *guid, u8 *value); 178 const guid_t *guid, u32 *value); 243 const guid_t *guid, u8 *value) in iwl_acpi_get_dsm_u8() 249 const guid_t *guid, u32 *value) in iwl_acpi_get_dsm_u32()
|
/linux-6.6.21/lib/ |
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()
|
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.6.21/net/vmw_vsock/ |
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.6.21/drivers/ras/ |
D | ras.c | 17 void log_non_standard_event(const guid_t *sec_type, const guid_t *fru_id, in log_non_standard_event()
|
/linux-6.6.21/sound/soc/intel/skylake/ |
D | skl-sst-dsp.h | 174 guid_t uuid; 238 int skl_get_pvt_id(struct skl_dev *skl, guid_t *uuid_mod, int instance_id); 239 int skl_put_pvt_id(struct skl_dev *skl, guid_t *uuid_mod, int *pvt_id);
|
/linux-6.6.21/include/ras/ |
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.6.21/drivers/nvdimm/ |
D | label.h | 137 guid_t type_guid; 138 guid_t abstraction_guid;
|
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()
|
/linux-6.6.21/sound/soc/intel/avs/ |
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.6.21/drivers/acpi/x86/ |
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.6.21/drivers/vfio/mdev/ |
D | mdev_private.h | 30 int mdev_device_create(struct mdev_type *kobj, const guid_t *uuid);
|
/linux-6.6.21/drivers/platform/x86/intel/int1092/ |
D | intel_sar.h | 78 guid_t guid;
|
/linux-6.6.21/drivers/hwtracing/coresight/ |
D | coresight-platform.c | 326 static const guid_t acpi_graph_uuid = GUID_INIT(0xab02a46b, 0x74c7, 0x45a2, 330 static const guid_t coresight_graph_uuid = GUID_INIT(0x3ecbc8b6, 0x1d0e, 0x4fb3, 346 const guid_t *guid) in acpi_guid_matches() 349 guid_equal((guid_t *)obj->buffer.pointer, guid); in acpi_guid_matches()
|
/linux-6.6.21/drivers/net/wireless/realtek/rtw89/ |
D | acpi.c | 11 static const guid_t rtw89_guid = GUID_INIT(0xD2A8C3E8, 0x4B69, 0x4F00,
|
/linux-6.6.21/drivers/hid/intel-ish-hid/ishtp/ |
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()
|
D | bus.h | 75 int ishtp_fw_cl_by_uuid(struct ishtp_device *dev, const guid_t *cuuid);
|
/linux-6.6.21/drivers/platform/x86/ |
D | wmi.c | 45 guid_t guid; 118 guid_t guid_input; in find_guid() 139 static bool guid_parse_and_compare(const char *string, const guid_t *guid) in guid_parse_and_compare() 141 guid_t guid_input; in guid_parse_and_compare() 633 guid_t guid_input; in wmi_install_notify_handler() 675 guid_t guid_input; in wmi_remove_notify_handler() 1130 static int guid_count(const guid_t *guid) in guid_count() 1229 static bool guid_already_parsed_for_legacy(struct acpi_device *device, const guid_t *guid) in guid_already_parsed_for_legacy()
|