| /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 | mdev.h | 20 guid_t uuid;
|
| H A D | tsm.h | 33 guid_t service_guid;
|
| /linux/drivers/acpi/ |
| H A D | prmt.c | 39 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 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 = 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()
|
| H A D | pfr_update.c | 95 static const guid_t pfru_guid = 100 static const guid_t pfru_code_inj_guid = 105 static const guid_t pfru_drv_update_guid =
|
| /linux/net/vmw_vsock/ |
| H A 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_instanc in hvs_open_connection() [all...] |
| /linux/drivers/nvdimm/ |
| H A D | label.h | 137 guid_t type_guid; 138 guid_t abstraction_guid;
|
| 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; 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()
|
| /linux/drivers/vfio/mdev/ |
| H A D | mdev_private.h | 27 int mdev_device_create(struct mdev_type *kobj, const guid_t *uuid);
|
| /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/platform/x86/intel/int1092/ |
| H A D | intel_sar.h | 78 guid_t guid;
|
| /linux/drivers/hid/intel-ish-hid/ishtp/ |
| H A D | bus.h | 74 int ishtp_fw_cl_by_uuid(struct ishtp_device *dev, const guid_t *cuuid);
|
| 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() 420 guid_t uuid, char *name) in ishtp_bus_add_device() 656 guid_t device_uuid; in ishtp_bus_new_client()
|
| /linux/drivers/acpi/x86/ |
| H A D | s2idle.c | 62 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/include/acpi/ |
| H A D | apei.h | 50 size_t buflen, size_t recordlen, const guid_t *creatorid);
|
| /linux/arch/x86/boot/compressed/ |
| H A D | mem.c | 50 guid_t guid = LINUX_EFI_UNACCEPTED_MEM_TABLE_GUID; in init_unaccepted_memory()
|
| H A D | efi.h | 9 typedef guid_t efi_guid_t __aligned(__alignof__(u32));
|
| /linux/tools/testing/nvdimm/test/ |
| H A D | nfit_test.h | 208 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 D | intel_acpi.c | 22 static const guid_t intel_dsm_guid = 28 static const guid_t intel_dsm_guid2 =
|
| /linux/include/sound/sof/ |
| H A D | ext_manifest4.h | 96 guid_t uuid;
|
| /linux/sound/soc/codecs/ |
| H A D | es83xx-dsm-common.c | 11 static const guid_t es83xx_dsm_guid =
|
| /linux/sound/soc/sof/ |
| H A D | ipc4-priv.h | 114 const guid_t *uuid);
|
| /linux/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_acpi.c | 63 static const guid_t nouveau_dsm_muid = 67 static const guid_t nouveau_op_dsm_muid =
|
| /linux/drivers/platform/x86/intel/int3472/ |
| H A D | discrete.c | 27 static const guid_t int3472_gpio_guid = 40 static const guid_t cio2_sensor_module_guid =
|