Home
last modified time | relevance | path

Searched refs:guid_t (Results 1 – 25 of 115) sorted by relevance

12345

/linux/include/linux/
H A Duuid.h17 } 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 Dhyperv.h299 guid_t if_type;
300 guid_t if_instance;
660 guid_t guest_endpoint_id;
661 guid_t host_service_id;
773 guid_t guid;
1244 guid_t dev_type;
1267 guid_t dev_type;
1270 guid_t dev_instance;
1606 guid_t data;
1631 int vmbus_send_tl_connect_request(const guid_t *shv_guest_servie_id,
[all …]
/linux/drivers/acpi/
H A Dprmt.c39 guid_t handler_guid;
46 guid_t identifier;
64 guid_t guid;
113 guid_copy(&tm->guid, (guid_t *) module_info->module_guid); in acpi_parse_prmt()
152 guid_copy(&th->guid, (guid_t *)handler_info->handler_guid); in acpi_parse_prmt()
160 (guid_t *)handler_info->handler_guid); in acpi_parse_prmt()
216 static void *find_guid_info(const guid_t *guid, u8 mode) in find_guid_info()
237 static struct prm_module_info *find_prm_module(const guid_t *guid) in find_prm_module()
242 static struct prm_handler_info *find_prm_handler(const guid_t *guid) in find_prm_handler()
247 bool acpi_prm_handler_available(const guid_t *guid) in acpi_prm_handler_available()
[all …]
H A Dproperty.c40 static const guid_t prp_guids[] = {
62 static const guid_t ads_guid =
67 static const guid_t buffer_prop_guid =
281 if (!guid_equal((guid_t *)guid->buffer.pointer, &ads_guid)) in acpi_enumerate_nondev_subnodes()
368 static bool acpi_is_property_guid(const guid_t *guid) in acpi_is_property_guid()
381 acpi_data_add_props(struct acpi_device_data *data, const guid_t *guid, in acpi_data_add_props()
562 if (guid_equal((guid_t *)guid->buffer.pointer, in acpi_extract_properties()
568 if (!acpi_is_property_guid((guid_t *)guid->buffer.pointer)) in acpi_extract_properties()
578 acpi_data_add_props(data, (const guid_t *)guid->buffer.pointer, in acpi_extract_properties()
/linux/lib/
H A Duuid.c17 const guid_t guid_null;
61 void guid_gen(guid_t *lu) in guid_gen()
124 int guid_parse(const char *uuid, guid_t *u) in guid_parse()
H A Dtest_uuid.c
/linux/drivers/gpu/drm/amd/include/
H A Damd_cper.h118 guid_t partition_id; /* Reserved */
120 guid_t notify_type; /* CMC, MCE */
151 guid_t sec_type;
172 guid_t error_type;
/linux/net/vmw_vsock/
H A Dhyperv_transport.c85 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/include/ras/
H A Dras_event.h29 const guid_t *fru_id,
41 __field_struct(guid_t, fru_id)
259 TP_PROTO(const guid_t *sec_type,
260 const guid_t *fru_id,
/linux/drivers/nvdimm/
H A Dlabel.c15 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()
H A Dlabel.h137 guid_t type_guid;
138 guid_t abstraction_guid;
/linux/sound/soc/intel/avs/
H A Dutils.c16 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 Ds2idle.c62 static guid_t lps0_dsm_guid;
65 static guid_t lps0_dsm_guid_microsoft;
377 static void acpi_sleep_run_lps0_dsm(unsigned int func, unsigned int func_mask, guid_t dsm_guid) in acpi_sleep_run_lps0_dsm()
398 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 Dcoresight-platform.c349 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()
/linux/drivers/hid/intel-ish-hid/ishtp/
H A Dbus.c128 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()
420 guid_t uuid, char *name) in ishtp_bus_add_device()
656 guid_t device_uuid; in ishtp_bus_new_client()
H A Dbus.h74 int ishtp_fw_cl_by_uuid(struct ishtp_device *dev, const guid_t *cuuid);
/linux/drivers/vfio/mdev/
H A Dmdev_private.h27 int mdev_device_create(struct mdev_type *kobj, const guid_t *uuid);
/linux/drivers/platform/x86/intel/int1092/
H A Dintel_sar.h78 guid_t guid;
/linux/tools/testing/nvdimm/test/
H A Dnfit_test.h208 const guid_t *guid, u64 rev, u64 func,
236 union acpi_object * __wrap_acpi_evaluate_dsm(acpi_handle handle, const guid_t *guid,
/linux/drivers/gpu/drm/i915/display/
H A Dintel_acpi.c22 static const guid_t intel_dsm_guid =
28 static const guid_t intel_dsm_guid2 =
/linux/drivers/platform/wmi/
H A Dcore.c44 guid_t guid;
77 const guid_t *guid;
105 static bool guid_parse_and_compare(const char *string, const guid_t *guid) in guid_parse_and_compare()
107 guid_t guid_input; in guid_parse_and_compare()
151 const guid_t *guid = data; in wmidev_match_guid()
214 guid_t guid; in wmi_find_device_by_guid()
1115 static int guid_count(const guid_t *guid) in guid_count()
/linux/drivers/net/wireless/ath/ath11k/
H A Dcoredump.h49 guid_t guid;
/linux/include/acpi/
H A Dapei.h50 size_t buflen, size_t recordlen, const guid_t *creatorid);
/linux/arch/x86/boot/compressed/
H A Dmem.c50 guid_t guid = LINUX_EFI_UNACCEPTED_MEM_TABLE_GUID; in init_unaccepted_memory()
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_acpi.c63 static const guid_t nouveau_dsm_muid =
67 static const guid_t nouveau_op_dsm_muid =

12345