/drivers/media/video/uvc/ |
D | uvcvideo.h | 408 __u8 guid[16]; member 716 #define UVC_GUID_ARGS(guid) \ argument 717 (guid)[3], (guid)[2], (guid)[1], (guid)[0], \ 718 (guid)[5], (guid)[4], \ 719 (guid)[7], (guid)[6], \ 720 (guid)[8], (guid)[9], \ 721 (guid)[10], (guid)[11], (guid)[12], \ 722 (guid)[13], (guid)[14], (guid)[15]
|
D | uvc_driver.c | 57 .guid = UVC_GUID_FORMAT_YUY2, 62 .guid = UVC_GUID_FORMAT_NV12, 67 .guid = UVC_GUID_FORMAT_MJPEG, 72 .guid = UVC_GUID_FORMAT_YV12, 77 .guid = UVC_GUID_FORMAT_I420, 82 .guid = UVC_GUID_FORMAT_UYVY, 87 .guid = UVC_GUID_FORMAT_Y800, 92 .guid = UVC_GUID_FORMAT_BY8, 116 static struct uvc_format_desc *uvc_format_by_guid(const __u8 guid[16]) in uvc_format_by_guid() 122 if (memcmp(guid, uvc_fmts[i].guid, 16) == 0) in uvc_format_by_guid()
|
D | uvc_ctrl.c | 675 static int uvc_entity_match_guid(struct uvc_entity *entity, __u8 guid[16]) in uvc_entity_match_guid() 679 return memcmp(uvc_camera_guid, guid, 16) == 0; in uvc_entity_match_guid() 682 return memcmp(uvc_media_transport_input_guid, guid, 16) == 0; in uvc_entity_match_guid() 685 return memcmp(uvc_processing_guid, guid, 16) == 0; in uvc_entity_match_guid() 689 guid, 16) == 0; in uvc_entity_match_guid()
|
/drivers/infiniband/hw/ipath/ |
D | ipath_sysfs.c | 284 u8 *guid; in show_guid() local 286 guid = (u8 *) & (dd->ipath_guid); in show_guid() 290 guid[0], guid[1], guid[2], guid[3], in show_guid() 291 guid[4], guid[5], guid[6], guid[7]); in show_guid() 301 unsigned short guid[8]; in store_guid() local 307 &guid[0], &guid[1], &guid[2], &guid[3], in store_guid() 308 &guid[4], &guid[5], &guid[6], &guid[7]) != 8) in store_guid() 314 if (guid[i] > 0xff) in store_guid() 316 ng[i] = guid[i]; in store_guid() 1077 static DEVICE_ATTR(guid, S_IWUSR | S_IRUGO, show_guid, store_guid);
|
D | ipath_eeprom.c | 710 __be64 guid; in ipath_get_eeprom_info() local 799 guid = *(__be64 *) ifp->if_guid; in ipath_get_eeprom_info() 803 guid = *(__be64 *) ifp->if_guid; in ipath_get_eeprom_info() 804 dd->ipath_guid = guid; in ipath_get_eeprom_info()
|
D | ipath_iba7220.c | 941 u64 val, prev_val, guid; in ipath_7220_bringup_serdes() local 1043 guid = be64_to_cpu(dd->ipath_guid); in ipath_7220_bringup_serdes() 1045 if (!guid) { in ipath_7220_bringup_serdes() 1047 guid = get_cycles(); in ipath_7220_bringup_serdes() 1049 (unsigned long long)guid); in ipath_7220_bringup_serdes() 1052 (unsigned long long) guid); in ipath_7220_bringup_serdes() 1053 ipath_write_kreg(dd, dd->ipath_kregs->kr_hrtbt_guid, guid); in ipath_7220_bringup_serdes()
|
/drivers/ieee1394/ |
D | nodemgr.c | 427 fw_attr(ne, struct node_entry, guid, unsigned long long, "0x%016Lx\n") 747 NODE_BUS_ARGS(ne->host, ne->nodeid), (unsigned long long)ne->guid); in nodemgr_remove_ne() 801 static struct node_entry *nodemgr_create_node(octlet_t guid, in nodemgr_create_node() argument 816 ne->guid = guid; in nodemgr_create_node() 817 ne->guid_vendor_id = (guid >> 40) & 0xffffff; in nodemgr_create_node() 823 dev_set_name(&ne->device, "%016Lx", (unsigned long long)(ne->guid)); in nodemgr_create_node() 827 dev_set_name(&ne->node_dev, "%016Lx", (unsigned long long)(ne->guid)); in nodemgr_create_node() 841 NODE_BUS_ARGS(host, nodeid), (unsigned long long)guid); in nodemgr_create_node() 851 NODE_BUS_ARGS(host, nodeid), (unsigned long long)guid); in nodemgr_create_node() 859 u64 *guid = data; in match_ne_guid() local [all …]
|
D | eth1394.c | 319 u64 guid) in eth1394_find_node_guid() argument 324 if (node->ud->ne->guid == guid) in eth1394_find_node_guid() 469 u64 guid = get_unaligned((u64 *)&(host->csr.rom->bus_info_data[3])); in ether1394_reset_priv() local 498 memcpy(dev->dev_addr, &guid, sizeof(u64)); in ether1394_reset_priv() 859 __be64 guid; in ether1394_parse_encap() local 869 guid = get_unaligned(&arp1394->s_uniq_id); in ether1394_parse_encap() 871 be64_to_cpu(guid)); in ether1394_parse_encap() 1613 __be64 guid = get_unaligned((__be64 *)hdr_buf.h_dest); in ether1394_tx() local 1616 be64_to_cpu(guid)); in ether1394_tx()
|
D | nodemgr.h | 93 u64 guid; /* GUID of this node */ member
|
D | csr1212.c | 1057 csr1212_check_crc(const u32 *buffer, size_t length, u16 crc, __be32 *guid) in csr1212_check_crc() argument 1060 u64 eui64 = ((u64)be32_to_cpu(guid[0]) << 32) | be32_to_cpu(guid[1]); in csr1212_check_crc()
|
D | sbp2.c | 2102 (unsigned long long)lu->ne->guid, in sbp2_sysfs_ieee1394_id_show() 2106 (unsigned long long)lu->ne->guid, in sbp2_sysfs_ieee1394_id_show()
|
/drivers/platform/x86/ |
D | wmi.c | 51 char guid[16]; member 211 if (memcmp(block->guid, guid_input, 16) == 0) { in find_guid() 455 acpi_status wmi_install_notify_handler(const char *guid, in wmi_install_notify_handler() argument 461 if (!guid || !handler) in wmi_install_notify_handler() 464 find_guid(guid, &block); in wmi_install_notify_handler() 485 acpi_status wmi_remove_notify_handler(const char *guid) in wmi_remove_notify_handler() argument 490 if (!guid) in wmi_remove_notify_handler() 493 find_guid(guid, &block); in wmi_remove_notify_handler()
|
/drivers/firewire/ |
D | fw-card.c | 92 config_rom[3] = card->guid >> 32; in generate_config_rom() 93 config_rom[4] = card->guid; in generate_config_rom() 411 u32 max_receive, u32 link_speed, u64 guid) in fw_card_add() argument 419 card->guid = guid; in fw_card_add()
|
D | fw-transaction.h | 235 unsigned long long guid; member 467 u32 max_receive, u32 link_speed, u64 guid);
|
D | fw-sbp2.c | 165 u64 guid; member 1139 tgt->guid = (u64)device->config_rom[3] << 32 | device->config_rom[4]; in sbp2_probe() 1600 (unsigned long long)lu->tgt->guid, in sbp2_sysfs_ieee1394_id_show()
|
D | fw-ohci.c | 2365 u64 guid; in pci_probe() local 2466 guid = ((u64) reg_read(ohci, OHCI1394_GUIDHi) << 32) | in pci_probe() 2469 err = fw_card_add(&ohci->card, max_receive, link_speed, guid); in pci_probe()
|
D | fw-device.c | 382 __ATTR_RO(guid),
|
/drivers/char/ipmi/ |
D | ipmi_msghandler.c | 177 unsigned char guid[16]; member 2041 return memcmp(bmc->guid, id, 16) == 0; in __find_bmc_guid() 2045 unsigned char *guid) in ipmi_find_bmc_guid() argument 2049 dev = driver_find_device(drv, NULL, guid, __find_bmc_guid); in ipmi_find_bmc_guid() 2183 (long long) bmc->guid[0], in guid_show() 2184 (long long) bmc->guid[8]); in guid_show() 2389 old_bmc = ipmi_find_bmc_guid(&ipmidriver.driver, bmc->guid); in ipmi_bmc_register() 2599 memcpy(intf->bmc->guid, msg->msg.data, 16); in guid_handler()
|
/drivers/firmware/ |
D | efivars.c | 376 static EFIVAR_ATTR(guid, 0400, efivar_guid_read, NULL);
|