Searched refs:deviceInstance (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/hv/
H A Dblkvsc.c54 deviceInfo->PathId = Device->deviceInstance.data[3] << 24 |
55 Device->deviceInstance.data[2] << 16 |
56 Device->deviceInstance.data[1] << 8 |
57 Device->deviceInstance.data[0];
59 deviceInfo->TargetId = Device->deviceInstance.data[5] << 8 |
60 Device->deviceInstance.data[4];
H A Dvmbus_private.h107 struct hv_guid *deviceInstance,
H A Dvmbus_api.h157 struct hv_guid deviceInstance; member in struct:hv_device
H A Dvmbus.c124 memcpy(&gDevice->deviceInstance, &gVmbusDeviceId,
H A Dvmbus_drv.c329 memcpy(&dev_ctx->device_id, &dev_ctx->device_obj.deviceInstance,
519 memcpy(&child_device_obj->deviceInstance, instance,

Completed in 28 milliseconds