Searched defs:guid (Results 1 - 22 of 22) sorted by relevance

/drivers/platform/x86/
H A Ddell-wmi-aio.c138 const char *guid; local
140 guid = dell_wmi_aio_find();
141 if (!guid) {
150 err = wmi_install_notify_handler(guid, dell_wmi_aio_notify, NULL);
163 const char *guid; local
165 guid = dell_wmi_aio_find();
166 wmi_remove_notify_handler(guid);
H A Dwmi.c54 char guid[16]; member in struct:guid_block
242 if (memcmp(block->guid, guid_input, 16) == 0) {
483 wmi_gtoa(g->guid, guid_string);
549 acpi_status wmi_install_notify_handler(const char *guid, argument
557 if (!guid || !handler)
560 wmi_parse_guid(guid, tmp);
567 if (memcmp(block->gblock.guid, guid_input, 16) == 0) {
591 acpi_status wmi_remove_notify_handler(const char *guid) argument
598 if (!guid)
601 wmi_parse_guid(guid, tm
[all...]
/drivers/infiniband/hw/qib/
H A Dqib_eeprom.c141 * the guid from the first chip's flash, to use for all of them.
147 __be64 guid; local
233 guid = *(__be64 *) ifp->if_guid;
235 guid = *(__be64 *) ifp->if_guid;
236 dd->base_guid = guid;
H A Dqib_ruc.c249 return ppd->guid;
270 __be64 guid; local
280 guid = get_sguid(ibp, qp->alt_ah_attr.grh.sgid_index);
281 if (!gid_ok(&hdr->u.l.grh.dgid, ibp->gid_prefix, guid))
311 guid = get_sguid(ibp,
313 if (!gid_ok(&hdr->u.l.grh.dgid, ibp->gid_prefix, guid))
671 ibp->guids[grh->sgid_index - 1] : ppd_from_ibp(ibp)->guid;
H A Dqib.h526 __be64 guid; member in struct:qib_pportdata
H A Dqib_iba7220.c1535 u64 val, prev_val, guid, ibc; local
1628 /* first time through, set port guid */
1629 if (!ppd->guid)
1630 ppd->guid = dd->base_guid;
1631 guid = be64_to_cpu(ppd->guid);
1633 qib_write_kreg(dd, kr_hrtbt_guid, guid);
H A Dqib_iba7322.c2268 u64 val, guid, ibc; local
2365 guid = be64_to_cpu(ppd->guid);
2366 if (!guid) {
2368 guid = be64_to_cpu(dd->base_guid) + ppd->port - 1;
2369 ppd->guid = cpu_to_be64(guid);
2372 qib_write_kreg_port(ppd, krp_hrtbt_guid, guid);
/drivers/infiniband/ulp/srpt/
H A Dib_dm_mad.h101 __be64 guid; member in struct:ib_dm_ioc_profile
/drivers/firewire/
H A Dcore-card.c126 config_rom[3] = cpu_to_be32(card->guid >> 32);
127 config_rom[4] = cpu_to_be32(card->guid);
560 u32 max_receive, u32 link_speed, u64 guid)
566 card->guid = guid;
559 fw_card_add(struct fw_card *card, u32 max_receive, u32 link_speed, u64 guid) argument
H A Dnet.c193 u64 guid; member in struct:fwnet_peer
476 u64 guid)
481 if (peer->guid == guid)
518 __be64 guid; local
610 guid = cpu_to_be64(dev->card->guid);
612 is_broadcast ? &broadcast_hw : &guid,
1320 __be64 guid = get_unaligned((__be64 *)hdr_buf.h_dest); local
1323 peer = fwnet_peer_find_by_guid(dev, be64_to_cpu(guid));
475 fwnet_peer_find_by_guid(struct fwnet_device *dev, u64 guid) argument
[all...]
H A Dsbp2.c168 u64 guid; member in struct:sbp2_target
1012 tgt->guid = (u64)leaf[1] << 32 | leaf[2];
1159 tgt->guid = (u64)device->config_rom[3] << 32 | device->config_rom[4];
1610 (unsigned long long)lu->tgt->guid,
H A Dohci.c3511 u64 guid; local
3634 guid = ((u64) reg_read(ohci, OHCI1394_GUIDHi) << 32) |
3637 err = fw_card_add(&ohci->card, max_receive, link_speed, guid);
3760 reg_write(ohci, OHCI1394_GUIDLo, (u32)ohci->card.guid);
3761 reg_write(ohci, OHCI1394_GUIDHi, (u32)(ohci->card.guid >> 32));
/drivers/hv/
H A Dvmbus_drv.c119 #define VMBUS_ALIAS_LEN ((sizeof((struct hv_vmbus_device_id *)0)->guid) * 2)
278 * The alias string will be of the form vmbus:guid where guid is the string
279 * representation of the device guid (each byte of the guid will be
295 static inline bool is_null_guid(const __u8 *guid) argument
297 if (memcmp(guid, &null_guid, sizeof(uuid_le)))
308 __u8 *guid)
310 for (; !is_null_guid(id->guid); id++)
311 if (!memcmp(&id->guid, gui
306 hv_vmbus_get_id( const struct hv_vmbus_device_id *id, __u8 *guid) argument
[all...]
/drivers/infiniband/hw/ipath/
H A Dipath_eeprom.c704 * the guid from the first chip's flash, to use for all of them.
710 __be64 guid; local
740 ipath_dbg("nguid %u, so adding %u to device 0 guid, "
799 guid = *(__be64 *) ifp->if_guid;
803 guid = *(__be64 *) ifp->if_guid;
804 dd->ipath_guid = guid;
H A Dipath_sysfs.c285 u8 *guid; local
287 guid = (u8 *) & (dd->ipath_guid);
291 guid[0], guid[1], guid[2], guid[3],
292 guid[4], guid[5], guid[6], guid[
302 unsigned short guid[8]; local
[all...]
/drivers/media/video/uvc/
H A Duvc_ctrl.c763 const __u8 guid[16])
767 return memcmp(uvc_camera_guid, guid, 16) == 0;
770 return memcmp(uvc_media_transport_input_guid, guid, 16) == 0;
773 return memcmp(uvc_processing_guid, guid, 16) == 0;
777 guid, 16) == 0;
762 uvc_entity_match_guid(const struct uvc_entity *entity, const __u8 guid[16]) argument
H A Duvc_driver.c59 .guid = UVC_GUID_FORMAT_YUY2,
64 .guid = UVC_GUID_FORMAT_YUY2_ISIGHT,
69 .guid = UVC_GUID_FORMAT_NV12,
74 .guid = UVC_GUID_FORMAT_MJPEG,
79 .guid = UVC_GUID_FORMAT_YV12,
84 .guid = UVC_GUID_FORMAT_I420,
89 .guid = UVC_GUID_FORMAT_M420,
94 .guid = UVC_GUID_FORMAT_UYVY,
99 .guid = UVC_GUID_FORMAT_Y800,
104 .guid
143 uvc_format_by_guid(const __u8 guid[16]) argument
[all...]
H A Duvcvideo.h195 __u8 guid[16]; member in struct:uvc_format_desc
/drivers/staging/mei/
H A Dmei-amt-version.c93 uuid_le guid; member in struct:mei
111 static bool mei_init(struct mei *me, const uuid_le *guid, argument
127 memcpy(&me->guid, guid, sizeof(*guid));
131 memcpy(&data.in_client_uuid, &me->guid, sizeof(me->guid));
/drivers/firmware/google/
H A Dgsmi.c99 efi_guid_t guid; member in struct:gsmi_nvram_var_param
107 u8 guid[GSMI_GUID_SIZE]; member in struct:gsmi_get_next_var_param
322 /* Vendor guid */
323 memcpy(&param.guid, vendor, sizeof(param.guid));
388 /* guid */
389 memcpy(&param.guid, vendor, sizeof(param.guid));
413 /* copy guid to return buffer */
414 memcpy(vendor, &param.guid, sizeo
[all...]
/drivers/scsi/bfa/
H A Dbfad_bsg.h196 char guid[BFA_ADAPTER_SYM_NAME_LEN*2]; member in struct:bfa_bsg_ioc_info_s
/drivers/char/ipmi/
H A Dipmi_msghandler.c181 unsigned char guid[16]; member in struct:bmc_device
2117 return memcmp(bmc->guid, id, 16) == 0;
2121 unsigned char *guid)
2125 dev = driver_find_device(drv, NULL, guid, __find_bmc_guid);
2259 (long long) bmc->guid[0],
2260 (long long) bmc->guid[8]);
2370 bmc->guid_attr.attr.name = "guid";
2475 old_bmc = ipmi_find_bmc_guid(&ipmidriver.driver, bmc->guid);
2684 memcpy(intf->bmc->guid, msg->msg.data, 16);
2120 ipmi_find_bmc_guid(struct device_driver *drv, unsigned char *guid) argument

Completed in 664 milliseconds