HomeSort by relevance Sort by last modified time
    Searched defs:Device (Results 26 - 50 of 572) sorted by null

12 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/OvmfPkg/Library/VirtioMmioDeviceLib/
VirtioMmioDeviceFunctions.c 3 This driver produces Virtio Device Protocol instances for Virtio MMIO devices.
28 VIRTIO_MMIO_DEVICE *Device;
34 Device = VIRTIO_MMIO_DEVICE_FROM_VIRTIO_DEVICE (This);
36 *DeviceFeatures = VIRTIO_CFG_READ (Device, VIRTIO_MMIO_OFFSET_HOST_FEATURES);
48 VIRTIO_MMIO_DEVICE *Device;
54 Device = VIRTIO_MMIO_DEVICE_FROM_VIRTIO_DEVICE (This);
56 *QueueNumMax = VIRTIO_CFG_READ (Device, VIRTIO_MMIO_OFFSET_QUEUE_NUM_MAX) & 0xFFFF;
68 VIRTIO_MMIO_DEVICE *Device;
74 Device = VIRTIO_MMIO_DEVICE_FROM_VIRTIO_DEVICE (This);
76 *DeviceStatus = VIRTIO_CFG_READ (Device, VIRTIO_MMIO_OFFSET_STATUS) & 0xFF;
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciPlatform/
PciPlatform.h 46 UINTN Device;
PciPlatform.c 91 Return a PCI ROM image for the onboard device represented by PciHandle
95 PciHandle - PCI device to return the ROM image for.
96 RomImage - PCI Rom Image for onboard device
109 UINTN Device;
125 PciIo->GetLocation (PciIo, &Segment, &Bus, &Device, &Function);
139 // See if the PCI device specified by PciHandle matches at device in mPciOptionRomTable
145 Device != mPciOptionRomTable[TableIndex].Device ||
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PciPlatform/
PciPlatform.h 51 UINTN Device;
  /external/nos/host/generic/libnos/
NuggetClient.cpp 89 nos_device* NuggetClient::Device() {
93 const nos_device* NuggetClient::Device() const {
  /external/tensorflow/tensorflow/core/framework/
kernel_def_builder.cc 32 KernelDefBuilder& KernelDefBuilder::Device(const char* device_type) {
  /external/tensorflow/tensorflow/core/graph/
node_builder.cc 97 NodeBuilder& NodeBuilder::Device(StringPiece device_spec) {
98 def_builder_.Device(device_spec);
  /packages/apps/Email/provider_src/com/android/email/service/
AccountService.java 28 import com.android.emailcommon.Device;
66 return Device.getDeviceId(mContext);
80 Device.getDeviceId(this);
  /tools/test/connectivity/tools/lab/metrics/
usb_metric.py 36 """Class to determine all USB Device traffic over a timeframe."""
79 A dictionary where the key is the device's bus and device number,
101 # device, in the example line, spl_line[5] == 8
108 """ Matches a device's id with its name according to lsusb.
111 A dictionary with the devices 'bus:device' as key, and name of the
112 device as a string. 'bus:device', the bus number is stripped of
120 # Bus 003 Device 048: ID 18d1:4ee7 Device Nam
    [all...]
  /device/google/cuttlefish_common/host/libs/usbip/
device.h 29 // The device descriptor of a USB device represents a USB device that is
31 class Device {
40 // Interface provides minimal description of device's interface.
47 // vendor_id and product_id identify device manufacturer and type.
48 // dev_version describes device version (as BCD).
53 // Class, Subclass and Protocol define device type.
58 // Speed indicates device speed (see libusb_speed).
61 // ConfigurationsCount and ConfigurationNumber describe total number of device
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSysConfigLib/
ArmVExpressSysConfig.c 69 IN UINT32 Device,
85 SYS_CFGCTRL_POSITION(Position) | SYS_CFGCTRL_DEVICE(Device);
112 UINT32 Device;
115 Device = 0;
152 return AccessSysCfgRegister (SYS_CFGCTRL_READ, Function, Site, Position, Device, Value);
173 UINT32 Device;
176 Device = 0;
213 return AccessSysCfgRegister (SYS_CFGCTRL_WRITE, Function, Site, Position, Device, &Value);
219 IN UINT32 Device,
232 MmioWrite32 ((ARM_VE_SCC_BASE + (Device * 4)),Value);
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSysConfigRuntimeLib/
ArmVExpressSysConfigRuntimeLib.c 72 IN UINT32 Device,
92 SYS_CFGCTRL_POSITION(Position) | SYS_CFGCTRL_DEVICE(Device);
119 UINT32 Device;
122 Device = 0;
159 return AccessSysCfgRegister (SYS_CFGCTRL_READ, Function, Site, Position, Device, Value);
180 UINT32 Device;
183 Device = 0;
220 return AccessSysCfgRegister (SYS_CFGCTRL_WRITE, Function, Site, Position, Device, &Value);
226 IN UINT32 Device,
242 MmioWrite32 ((ARM_VE_SCC_BASE + (Device * 4)),Value);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NonDiscoverablePciDeviceDxe/
NonDiscoverablePciDeviceIo.h 68 // The bound non-discoverable device protocol instance
70 NON_DISCOVERABLE_DEVICE *Device;
76 // The emulated PCI config space of the device. Only the minimally required
82 // by the non-discoverable device.
91 // The PCI I/O attributes for this device
95 // Whether this device has been enabled
100 // on behalf of this device
108 @param Device Point to NON_DISCOVERABLE_PCI_DEVICE instance.
113 NON_DISCOVERABLE_PCI_DEVICE *Device
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/SdMmcPciHcPei/
SdMmcPciHcPei.c 86 UINT16 Device;
128 for (Device = 0; Device < 32; Device++) {
130 SubClass = PciRead8 (PCI_LIB_ADDRESS (Bus, Device, Function, 0x0A));
131 BaseClass = PciRead8 (PCI_LIB_ADDRESS (Bus, Device, Function, 0x0B));
137 SlotInfo = PciRead8 (PCI_LIB_ADDRESS (Bus, Device, Function, SD_MMC_HC_PEI_SLOT_OFFSET));
146 PciAnd16 (PCI_LIB_ADDRESS (Bus, Device, Function, PCI_COMMAND_OFFSET), (UINT16)~(EFI_PCI_COMMAND_BUS_MASTER | EFI_PCI_COMMAND_MEMORY_SPACE));
147 PciWrite32 (PCI_LIB_ADDRESS (Bus, Device, Function, PCI_BASE_ADDRESSREG_OFFSET + 4 * Slot), 0xFFFFFFFF);
148 Size = PciRead32 (PCI_LIB_ADDRESS (Bus, Device, Function, PCI_BASE_ADDRESSREG_OFFSET + 4 * Slot));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/
NonDiscoverableDeviceRegistrationLib.c 29 Get Guid form the type of non-discoverable device.
31 @param[in] Type The type of non-discoverable device.
85 Register a non-discoverable MMIO device.
87 @param[in] Type The type of non-discoverable device
88 @param[in] DmaType Whether the device is DMA coherent
90 the device is enabled
92 non-discoverable device protocol.
97 owned by the device
117 NON_DISCOVERABLE_DEVICE *Device;
139 AllocSize = sizeof *Device +
    [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
Device.hpp 39 class Device : public sw::Renderer
42 explicit Device(sw::Context *context);
44 virtual ~Device();
  /external/tensorflow/tensorflow/core/kernels/
inplace_ops_functor_gpu.cu.cc 27 typedef Eigen::GpuDevice Device;
43 Status DoParallelConcatUpdate(const Device& d, const Tensor& value, int32 loc,
59 Status DoParallelConcat(const Device& d, const Tensor& value, int32 loc,
  /external/tensorflow/tensorflow/go/
session.go 68 // Device structure contains information about a device associated with a session, as returned by ListDevices()
69 type Device struct {
75 func (s *Session) ListDevices() ([]Device, error) {
76 var devices []Device
101 device := Device{
107 devices = append(devices, device)
  /frameworks/ml/nn/runtime/
Manager.cpp 33 Device::Device(std::string name, const sp<V1_0::IDevice>& device) :
34 mName(std::move(name)), mInterface(device) {}
37 bool Device::initialize() {
64 void Device::getSupportedOperations(const Model& hidlModel,
146 sp<V1_0::IDevice> device = V1_0::IDevice::getService(name);
147 if (device == nullptr) {
151 registerDevice(name.c_str(), device);
156 void DeviceManager::registerDevice(const char* name, const sp<V1_0::IDevice>& device) {
    [all...]
  /hardware/interfaces/renderscript/1.0/default/
Device.cpp 2 #include "Device.h"
16 dispatchTable Device::mDispatchHal = loadHAL();
18 Device::Device() {
21 dispatchTable& Device::getHal() {
28 Return<sp<IContext>> Device::contextCreate(uint32_t sdkVersion, ContextType ct, int32_t flags) {
36 return new Device();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
usbrpmif.h 45 USBRPM_DEVICE_INFORMATION Device[0];
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/VirtualEhciPciIo/
VirtualEhciPciIo.h 75 PCI_DEVICE_HEADER_TYPE_REGION Device;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/
EfiPci.h 28 UINT8 Device;
  /device/linaro/bootloader/edk2/DuetPkg/FSVariable/
FileStorage.c 61 IN EFI_DEVICE_PATH_PROTOCOL *Device,
88 OUT EFI_DEVICE_PATH_PROTOCOL **Device
98 *Device = NULL;
134 *Device = DuplicateDevicePath (DevicePathFromHandle (SimpleFileSystemHandle));
135 ASSERT (*Device != NULL);
143 IN EFI_DEVICE_PATH_PROTOCOL *Device
152 &Device,
187 EFI_DEVICE_PATH_PROTOCOL *Device;
214 Status = CheckStore (Handle, VAR_FILE_VOLUMEID (Dev), &Device);
220 VAR_FILE_DEVICEPATH (Dev) = Device;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
EfiPciCfg.h 63 UINT8 Device;
75 UINT8 Device;

Completed in 295 milliseconds

12 3 4 5 6 7 8 91011>>