Home
last modified time | relevance | path

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

/include/linux/
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()
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 …]
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, in log_non_standard_event()
32 const guid_t *fru_id, const char *fru_text, in log_non_standard_event()
A Dprmt.h7 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()
A Dcper.h360 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;
A Dintel-ish-client-if.h97 int ishtp_cl_establish_connection(struct ishtp_cl *cl, const guid_t *uuid,
120 const guid_t *uuid);
A Dtsm.h32 guid_t service_guid;
A Dhyperv.h297 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;
1580 guid_t data;
1605 int vmbus_send_tl_connect_request(const guid_t *shv_guest_servie_id,
[all …]
A Dmdev.h20 guid_t uuid;
A Dpci-acpi.h117 extern const guid_t pci_acpi_dsm_guid;
A Dmod_devicetable.h459 guid_t guid;
930 guid_t guid;
A Dacpi.h967 static inline bool acpi_check_dsm(acpi_handle handle, const guid_t *guid, in acpi_check_dsm()
974 const guid_t *guid, in acpi_evaluate_dsm()
982 const guid_t *guid, in acpi_evaluate_dsm_typed()
1346 acpi_data_add_props(struct acpi_device_data *data, const guid_t *guid,
A Dlibnvdimm.h116 guid_t type_guid;
A Defi.h75 typedef guid_t efi_guid_t __aligned(__alignof__(u32));
/include/acpi/
A Dapei.h50 size_t buflen, size_t recordlen, const guid_t *creatorid);
A Dacpi_bus.h56 bool acpi_check_dsm(acpi_handle handle, const guid_t *guid, u64 rev, u64 funcs);
57 union acpi_object *acpi_evaluate_dsm(acpi_handle handle, const guid_t *guid,
64 acpi_evaluate_dsm_typed(acpi_handle handle, const guid_t *guid, u64 rev, in acpi_evaluate_dsm_typed()
363 const guid_t *guid;
/include/drm/display/
A Ddrm_dp_mst_helper.h254 guid_t guid;
259 guid_t guid;
265 guid_t guid;
275 guid_t peer_guid;
358 guid_t guid;
435 guid_t guid;
/include/ras/
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,
/include/sound/sof/
A Dext_manifest4.h96 guid_t uuid;

Completed in 51 milliseconds