Searched refs:guid (Results 126 - 150 of 195) sorted by relevance

12345678

/linux-master/include/rdma/
H A Drdma_vt.h304 * Get the guid of a port in big endian byte order
307 int guid_index, __be64 *guid);
/linux-master/drivers/firewire/
H A Dsbp2.c157 u64 guid; member in struct:sbp2_target
1002 tgt->guid = (u64)leaf[1] << 32 | leaf[2];
1145 tgt->guid = (u64)device->config_rom[3] << 32 | device->config_rom[4];
1580 (unsigned long long)lu->tgt->guid,
/linux-master/drivers/hwmon/
H A Dhp-wmi-sensors.c481 * @guid: WMI object GUID
487 static union acpi_object *hp_wmi_get_wobj(const char *guid, u8 instance) argument
492 err = wmi_query_block(guid, instance, &out);
500 static u8 hp_wmi_wobj_instance_count(const char *guid) argument
504 count = wmi_instance_count(guid);
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfirmware.c490 efi_guid_t guid = EFI_GUID(0x74b00bd9, 0x805a, 0x4d61, 0xb5, 0x1f, local
499 status = efi.get_variable(L"nvram", &guid, NULL, &data_len, NULL);
507 status = efi.get_variable(L"nvram", &guid, NULL, &data_len, data);
/linux-master/drivers/acpi/
H A Dbus.c192 guid_t guid; local
198 if (guid_parse(context->uuid_str, &guid))
208 in_params[0].buffer.pointer = (u8 *)&guid;
/linux-master/drivers/platform/x86/amd/
H A Dhsmp.c439 union acpi_object *guid, *mailbox_package; local
456 * 1. guid which is an acpi object of type ACPI_TYPE_BUFFER
468 guid = &dsd->package.elements[0];
470 if (!is_acpi_hsmp_uuid(guid) || mailbox_package->type != ACPI_TYPE_PACKAGE) {
/linux-master/drivers/infiniband/core/
H A Dsysfs.c1334 __be16 *guid = (__be16 *)&dev->attrs.sys_image_guid; local
1337 be16_to_cpu(guid[0]),
1338 be16_to_cpu(guid[1]),
1339 be16_to_cpu(guid[2]),
1340 be16_to_cpu(guid[3]));
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dsdio.c2481 char guid[UUID_STRING_LEN + 1]; local
2496 scnprintf(guid, sizeof(guid), "%pUl", &crash_data->guid);
2498 scnprintf(guid, sizeof(guid), "n/a");
2500 ath10k_err(ar, "firmware crashed! (guid %s)\n", guid);
H A Dpci.c1755 char guid[UUID_STRING_LEN + 1]; local
1766 scnprintf(guid, sizeof(guid), "%pUl", &crash_data->guid);
1768 scnprintf(guid, sizeof(guid), "n/a");
1770 ath10k_err(ar, "firmware crashed! (guid %s)\n", guid);
H A Dcoredump.c1485 guid_gen(&crash_data->guid);
1532 guid_copy(&dump_data->guid, &crash_data->guid);
/linux-master/drivers/media/usb/uvc/
H A Duvc_ctrl.c892 const u8 guid[16])
894 return memcmp(entity->guid, guid, sizeof(entity->guid)) == 0;
2098 memcpy(info->entity, ctrl->entity->guid, sizeof(info->entity));
2205 entity->guid, xqry->selector);
891 uvc_entity_match_guid(const struct uvc_entity *entity, const u8 guid[16]) argument
H A Duvc_driver.c795 memcpy(entity->guid, uvc_gpio_guid, 16);
798 memcpy(entity->guid, uvc_camera_guid, 16);
801 memcpy(entity->guid, uvc_media_transport_input_guid, 16);
804 memcpy(entity->guid, uvc_processing_guid, 16);
901 memcpy(unit->guid, &buffer[4], 16);
1144 memcpy(unit->guid, &buffer[4], 16);
H A Duvcvideo.h179 u8 guid[16]; member in struct:uvc_entity
/linux-master/drivers/infiniband/hw/qedr/
H A Dqedr.h155 u64 guid; member in struct:qedr_dev
/linux-master/sound/soc/intel/skylake/
H A Dskl-topology.h389 u8 guid[16]; member in struct:skl_module_cfg
H A Dskl-topology.c494 (guid_t *)mconfig->guid);
504 mconfig->id.module_id, mconfig->guid);
522 uuid_mod = (guid_t *)mconfig->guid;
563 uuid_mod = (guid_t *)mconfig->guid;
2072 static int skl_tplg_get_uuid(struct device *dev, guid_t *guid, argument
2076 import_guid(guid, uuid_tkn->uuid);
2622 ret = skl_tplg_get_uuid(dev, (guid_t *)mconfig->guid,
2781 ret = guid_parse(dfw->uuid, (guid_t *)mconfig->guid);
/linux-master/drivers/xen/
H A Defi.c332 bool __init xen_efi_config_table_is_usable(const efi_guid_t *guid, argument
/linux-master/include/linux/
H A Dfirewire.h101 unsigned long long guid; member in struct:fw_card
/linux-master/fs/squashfs/
H A Dinode.c59 err = squashfs_get_id(sb, le16_to_cpu(sqsh_ino->guid), &i_gid);
/linux-master/drivers/virt/coco/sev-guest/
H A Dsev-guest.c781 guid_t guid; member in struct:snp_msg_cert_entry
857 if (guid_is_null(&ent->guid) && !ent->offset && !ent->length)
/linux-master/drivers/infiniband/ulp/srpt/
H A Dib_srpt.c353 iocp->guid = cpu_to_be64(srpt_service_guid);
537 static int srpt_format_guid(char *buf, unsigned int size, const __be64 *guid) argument
539 const __be16 *g = (const __be16 *)guid;
2172 pr_info("Received SRP_LOGIN_REQ with i_port_id %pI6, t_port_id %pI6 and it_iu_len %d on port %d (guid=%pI6); pkey %#04x\n",
3197 * to identify this target. We currently use the guid of the first HCA
3387 static int srpt_parse_guid(u64 *guid, const char *name) argument
3394 *guid = get_unaligned_be64(w);
3442 u64 guid; local
3446 ret = srpt_parse_guid(&guid, name);
/linux-master/drivers/crypto/hisilicon/hpre/
H A Dhpre_main.c485 guid_t guid; local
487 if (guid_parse("b06b81ab-0134-4a45-9b0c-483447b95fa7", &guid)) {
493 obj = acpi_evaluate_dsm(ACPI_HANDLE(dev), &guid,
/linux-master/drivers/scsi/bfa/
H A Dbfad_bsg.h203 char guid[BFA_ADAPTER_SYM_NAME_LEN*2]; member in struct:bfa_bsg_ioc_info_s
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_mad.c288 dd->pport[pidx].guid == 0)
291 nip->port_guid = dd->pport[pidx].guid;
299 nip->node_guid = dd->pport->guid; /* Use first-port GUID as node */
328 __be64 g = ppd->guid;
/linux-master/drivers/nvdimm/
H A Dnd.h299 struct nd_namespace_label *nd_label, guid_t *guid);

Completed in 265 milliseconds

12345678