Searched refs:guid_t (Results 26 - 50 of 143) sorted by last modified time

123456

/linux-master/sound/soc/intel/avs/
H A Dtopology.h62 guid_t type;
H A Dmessages.h551 guid_t uuid;
H A Dpath.c518 guid_t *guid;
541 const guid_t *type = &mod->template->cfg_ext->type;
H A Davs.h287 int avs_get_module_entry(struct avs_dev *adev, const guid_t *uuid, struct avs_module_entry *entry);
289 int avs_get_module_id(struct avs_dev *adev, const guid_t *uuid);
/linux-master/scripts/mod/
H A Dfile2alias.c41 } guid_t; typedef in typeref:struct:__anon1356
122 static inline void add_guid(char *str, guid_t guid)
/linux-master/include/ras/
H A Dras_event.h30 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-master/include/linux/
H A Dmod_devicetable.h459 guid_t guid;
924 guid_t guid;
H A Defi.h65 * is 32 bits not 8 bits like our guid_t. In some cases (i.e., on 32-bit ARM),
75 typedef guid_t efi_guid_t __aligned(__alignof__(u32));
H A Dras.h24 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,
32 const guid_t *fru_id, const char *fru_text,
/linux-master/drivers/platform/x86/
H A Dwmi.c43 guid_t guid;
100 static bool guid_parse_and_compare(const char *string, const guid_t *guid)
102 guid_t guid_input;
188 const guid_t *guid = data;
224 guid_t guid;
965 static int guid_count(const guid_t *guid)
/linux-master/drivers/platform/x86/amd/
H A Dhsmp.c387 static const guid_t acpi_hsmp_uuid = GUID_INIT(0xb74d619d, 0x5707, 0x48bd,
394 return guid_equal((guid_t *)obj->buffer.pointer, &acpi_hsmp_uuid);
/linux-master/drivers/platform/mellanox/
H A Dmlxbf-pmc.c1909 static bool mlxbf_pmc_guid_match(const guid_t *guid,
1912 guid_t id = GUID_INIT(res->a0, res->a1, res->a1 >> 16, res->a2,
2014 guid_t guid;
H A Dmlxbf-bootctl.c979 static bool mlxbf_bootctl_guid_match(const guid_t *guid,
982 guid_t id = GUID_INIT(res->a0, res->a1, res->a1 >> 16,
994 guid_t guid;
/linux-master/drivers/iommu/intel/
H A Ddmar.c2225 static guid_t dmar_hp_guid =
/linux-master/drivers/firmware/efi/
H A Dcper.c527 guid_t guid;
541 guid_t *sec_type = (guid_t *)gdata->section_type;
/linux-master/drivers/acpi/
H A Dutils.c762 acpi_evaluate_dsm(acpi_handle handle, const guid_t *guid, u64 rev, u64 func,
811 bool acpi_check_dsm(acpi_handle handle, const guid_t *guid, u64 rev, u64 funcs)
H A Dproperty.c35 static const guid_t prp_guids[] = {
57 static const guid_t ads_guid =
62 static const guid_t buffer_prop_guid =
242 if (!guid_equal((guid_t *)guid->buffer.pointer, &ads_guid))
329 static bool acpi_is_property_guid(const guid_t *guid)
342 acpi_data_add_props(struct acpi_device_data *data, const guid_t *guid,
517 if (guid_equal((guid_t *)guid->buffer.pointer,
523 if (!acpi_is_property_guid((guid_t *)guid->buffer.pointer))
533 acpi_data_add_props(data, (const guid_t *)guid->buffer.pointer,
H A Dpfr_update.c95 static const guid_t pfru_guid =
100 static const guid_t pfru_code_inj_guid =
105 static const guid_t pfru_drv_update_guid =
H A Dpfr_telemetry.c68 static const guid_t pfrt_log_guid =
H A Dbus.c192 guid_t guid;
/linux-master/drivers/acpi/nfit/
H A Dcore.c69 static guid_t nfit_uuid[NFIT_UUID_MAX];
71 const guid_t *to_nfit_uuid(enum nfit_uuids id)
77 static const guid_t *to_nfit_bus_uuid(int family)
450 const guid_t *guid;
681 guid_t guid;
1731 const guid_t *guid = to_nfit_uuid(nfit_mem->family);
1779 const guid_t *guid;
2115 const guid_t *guid = to_nfit_uuid(NFIT_DEV_BUS);
/linux-master/drivers/acpi/apei/
H A Dghes.c681 guid_t *sec_type;
682 const guid_t *fru_id = &guid_null;
689 sec_type = (guid_t *)gdata->section_type;
692 fru_id = (guid_t *)gdata->fru_id;
/linux-master/drivers/s390/crypto/
H A Dvfio_ap_ops.c533 static void vfio_ap_le_guid_to_be_uuid(guid_t *guid, unsigned long *uuid)
/linux-master/drivers/ras/
H A Dras.c48 void log_non_standard_event(const guid_t *sec_type, const guid_t *fru_id,
/linux-master/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmt7996.h178 guid_t guid;

Completed in 516 milliseconds

123456