/kernel/linux/linux-6.6/include/rdma/ |
H A D | rdma_vt.h | 304 * Get the guid of a port in big endian byte order 307 int guid_index, __be64 *guid);
|
/kernel/linux/linux-6.6/drivers/platform/x86/intel/pmt/ |
H A D | crashlog.c | 240 header->guid = readl(disc_table + GUID_OFFSET); in pmt_crashlog_header_decode()
|
/kernel/linux/linux-6.6/sound/soc/intel/skylake/ |
H A D | skl-debug.c | 81 "\tInstance id %d\n\tPvt_id %d\n", mconfig->guid, in module_read()
|
H A D | skl-topology.c | 494 (guid_t *)mconfig->guid); in skl_tplg_init_pipe_modules() 504 mconfig->id.module_id, mconfig->guid); in skl_tplg_init_pipe_modules() 522 uuid_mod = (guid_t *)mconfig->guid; in skl_tplg_init_pipe_modules() 563 uuid_mod = (guid_t *)mconfig->guid; in skl_tplg_unload_pipe_modules() 2072 static int skl_tplg_get_uuid(struct device *dev, guid_t *guid, in skl_tplg_get_uuid() argument 2076 import_guid(guid, uuid_tkn->uuid); in skl_tplg_get_uuid() 2622 ret = skl_tplg_get_uuid(dev, (guid_t *)mconfig->guid, in skl_tplg_get_tokens() 2781 ret = guid_parse(dfw->uuid, (guid_t *)mconfig->guid); in skl_tplg_get_pvt_data_v4()
|
/kernel/linux/linux-6.6/drivers/media/usb/uvc/ |
H A D | uvc_driver.c | 795 memcpy(entity->guid, uvc_gpio_guid, 16); in uvc_alloc_entity() 798 memcpy(entity->guid, uvc_camera_guid, 16); in uvc_alloc_entity() 801 memcpy(entity->guid, uvc_media_transport_input_guid, 16); in uvc_alloc_entity() 804 memcpy(entity->guid, uvc_processing_guid, 16); in uvc_alloc_entity() 901 memcpy(unit->guid, &buffer[4], 16); in uvc_parse_vendor_control() 1144 memcpy(unit->guid, &buffer[4], 16); in uvc_parse_standard_control()
|
H A D | uvc_ctrl.c | 892 const u8 guid[16]) in uvc_entity_match_guid() 894 return memcmp(entity->guid, guid, sizeof(entity->guid)) == 0; in uvc_entity_match_guid() 2098 memcpy(info->entity, ctrl->entity->guid, sizeof(info->entity)); in uvc_ctrl_fill_xu_info() 2205 entity->guid, xqry->selector); in uvc_xu_ctrl_query() 891 uvc_entity_match_guid(const struct uvc_entity *entity, const u8 guid[16]) uvc_entity_match_guid() argument
|
/kernel/linux/linux-5.10/sound/soc/intel/skylake/ |
H A D | skl-topology.c | 488 (guid_t *)mconfig->guid); in skl_tplg_init_pipe_modules() 498 mconfig->id.module_id, mconfig->guid); in skl_tplg_init_pipe_modules() 518 uuid_mod = (guid_t *)mconfig->guid; in skl_tplg_init_pipe_modules() 559 uuid_mod = (guid_t *)mconfig->guid; in skl_tplg_unload_pipe_modules() 2096 static int skl_tplg_get_uuid(struct device *dev, guid_t *guid, in skl_tplg_get_uuid() argument 2100 import_guid(guid, uuid_tkn->uuid); in skl_tplg_get_uuid() 2639 ret = skl_tplg_get_uuid(dev, (guid_t *)mconfig->guid, in skl_tplg_get_tokens() 2797 ret = guid_parse(dfw->uuid, (guid_t *)mconfig->guid); in skl_tplg_get_pvt_data_v4()
|
H A D | skl-topology.h | 371 u8 guid[16]; member
|
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srpt/ |
H A D | ib_srpt.c | 347 iocp->guid = cpu_to_be64(srpt_service_guid); in srpt_get_ioc() 531 static int srpt_format_guid(char *buf, unsigned int size, const __be64 *guid) in srpt_format_guid() argument 533 const __be16 *g = (const __be16 *)guid; in srpt_format_guid() 2163 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", in srpt_cm_req_recv() 3188 * to identify this target. We currently use the guid of the first HCA in srpt_add_one() 3406 static int srpt_parse_guid(u64 *guid, const char *name) in srpt_parse_guid() argument 3413 *guid = get_unaligned_be64(w); in srpt_parse_guid() 3461 u64 guid; in srpt_init_nodeacl() local 3465 ret = srpt_parse_guid(&guid, name); in srpt_init_nodeacl()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | pci.c | 1754 char guid[UUID_STRING_LEN + 1]; in ath10k_pci_fw_dump_work() local 1765 scnprintf(guid, sizeof(guid), "%pUl", &crash_data->guid); in ath10k_pci_fw_dump_work() 1767 scnprintf(guid, sizeof(guid), "n/a"); in ath10k_pci_fw_dump_work() 1769 ath10k_err(ar, "firmware crashed! (guid %s)\n", guid); in ath10k_pci_fw_dump_work()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | pci.c | 1754 char guid[UUID_STRING_LEN + 1]; in ath10k_pci_fw_dump_work() local 1765 scnprintf(guid, sizeof(guid), "%pUl", &crash_data->guid); in ath10k_pci_fw_dump_work() 1767 scnprintf(guid, sizeof(guid), "n/a"); in ath10k_pci_fw_dump_work() 1769 ath10k_err(ar, "firmware crashed! (guid %s)\n", guid); in ath10k_pci_fw_dump_work()
|
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srpt/ |
H A D | ib_srpt.c | 353 iocp->guid = cpu_to_be64(srpt_service_guid); in srpt_get_ioc() 537 static int srpt_format_guid(char *buf, unsigned int size, const __be64 *guid) in srpt_format_guid() argument 539 const __be16 *g = (const __be16 *)guid; in srpt_format_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", in srpt_cm_req_recv() 3197 * to identify this target. We currently use the guid of the first HCA in srpt_add_one() 3387 static int srpt_parse_guid(u64 *guid, const char *name) in srpt_parse_guid() argument 3394 *guid = get_unaligned_be64(w); in srpt_parse_guid() 3442 u64 guid; in srpt_init_nodeacl() local 3446 ret = srpt_parse_guid(&guid, name); in srpt_init_nodeacl()
|
/kernel/linux/linux-5.10/scripts/mod/ |
H A D | file2alias.c | 881 * Looks like: vmbus:guid 882 * Each byte of the guid will be represented by two hex characters 890 DEF_FIELD_ADDR(symval, hv_vmbus_device_id, guid); in do_vmbus_entry() 891 char guid_name[(sizeof(*guid) + 1) * 2]; in do_vmbus_entry() 893 for (i = 0; i < (sizeof(*guid) * 2); i += 2) in do_vmbus_entry() 894 sprintf(&guid_name[i], "%02x", TO_NATIVE((guid->b)[i/2])); in do_vmbus_entry() 1341 /* Looks like: wmi:guid */
|
/kernel/linux/linux-5.10/drivers/hid/intel-ish-hid/ishtp/ |
H A D | bus.c | 243 return guid_equal(driver->guid, in ishtp_cl_bus_match()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/qedr/ |
H A D | qedr.h | 155 u64 guid; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | mod_devicetable.h | 436 * For Hyper-V devices we use the device guid as the id. 439 guid_t guid; member
|
H A D | firewire.h | 101 unsigned long long guid; member
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | if_link.h | 767 __u64 guid; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | if_link.h | 958 __u64 guid; member
|
/kernel/linux/linux-5.10/fs/squashfs/ |
H A D | inode.c | 59 err = squashfs_get_id(sb, le16_to_cpu(sqsh_ino->guid), &i_gid); in squashfs_new_inode()
|
/kernel/linux/linux-5.10/drivers/platform/chrome/ |
H A D | cros_ec_ishtp.c | 774 .guid = &cros_ish_guid,
|
/kernel/linux/linux-6.6/fs/squashfs/ |
H A D | inode.c | 55 err = squashfs_get_id(sb, le16_to_cpu(sqsh_ino->guid), &i_gid); in squashfs_new_inode()
|
/kernel/linux/linux-6.6/drivers/xen/ |
H A D | efi.c | 332 bool __init xen_efi_config_table_is_usable(const efi_guid_t *guid, in xen_efi_config_table_is_usable() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | firewire.h | 101 unsigned long long guid; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | if_link.h | 1067 __u64 guid; member
|