HomeSort by relevance Sort by last modified time
    Searched refs:DeviceAddress (Results 1 - 25 of 120) sorted by null

1 2 3 4 5

  /device/linaro/bootloader/edk2/OptionRomPkg/CirrusLogic5430Dxe/
CirrusLogic5430I2c.h 27 @param DeviceAddress Slave device's address.
39 UINT8 DeviceAddress,
51 @param DeviceAddress Slave device's address.
63 UINT8 DeviceAddress,
CirrusLogic5430I2c.c 283 @param DeviceAddress Slave device's address.
295 UINT8 DeviceAddress,
310 I2cSendByte (PciIo, (UINT8) (DeviceAddress & 0xfe));
334 I2cSendByte (PciIo, (UINT8) (DeviceAddress | 0x01));
368 @param DeviceAddress Slave device's address.
380 UINT8 DeviceAddress,
391 I2cSendByte (PciIo, (UINT8) (DeviceAddress & 0xfe));
  /hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
Conversions.h 29 using ::android::hardware::audio::AUDIO_HAL_VERSION::DeviceAddress;
31 std::string deviceAddressToHal(const DeviceAddress& address);
ParametersUtil.h 31 using ::android::hardware::audio::AUDIO_HAL_VERSION::DeviceAddress;
53 Result setParam(const char* name, const DeviceAddress& address);
Device.h 47 using ::android::hardware::audio::AUDIO_HAL_VERSION::DeviceAddress;
79 Return<void> openInputStream(int32_t ioHandle, const DeviceAddress& device,
83 Return<void> openOutputStream(int32_t ioHandle, const DeviceAddress& device,
87 Return<void> openOutputStream(int32_t ioHandle, const DeviceAddress& device,
91 Return<void> openInputStream(int32_t ioHandle, const DeviceAddress& device,
121 Return<Result> setConnectedState(const DeviceAddress& address, bool connected) override;
PrimaryDevice.h 36 using ::android::hardware::audio::AUDIO_HAL_VERSION::DeviceAddress;
63 Return<void> openOutputStream(int32_t ioHandle, const DeviceAddress& device,
70 Return<void> openInputStream(int32_t ioHandle, const DeviceAddress& device,
74 Return<void> openInputStream(int32_t ioHandle, const DeviceAddress& device,
104 Return<Result> setConnectedState(const DeviceAddress& address, bool connected) override;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
UsbHostController.h 101 @param DeviceAddress Represents the address of the target device on the USB, which is
132 IN UINT8 DeviceAddress,
147 @param DeviceAddress Represents the address of the target device on the USB, which is
178 IN UINT8 DeviceAddress,
192 @param DeviceAddress Represents the address of the target device on the USB, which is
234 IN UINT8 DeviceAddress,
250 @param DeviceAddress Represents the address of the target device on the USB, which is
286 IN UINT8 DeviceAddress,
301 @param DeviceAddress Represents the address of the target device on the USB, which is
329 IN UINT8 DeviceAddress,
    [all...]
Usb2HostController.h 226 @param DeviceAddress Represents the address of the target device on the USB.
255 IN UINT8 DeviceAddress,
273 @param DeviceAddress Represents the address of the target device on the USB.
302 IN UINT8 DeviceAddress,
320 @param DeviceAddress Represents the address of the target device on the USB.
351 IN UINT8 DeviceAddress,
369 @param DeviceAddress Represents the address of the target device on the USB.
398 IN UINT8 DeviceAddress,
447 @param DeviceAddress Represents the address of the target device on the USB.
474 IN UINT8 DeviceAddress,
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/Library/
DmaLib.h 8 Program the DMA Bus Master with the DeviceAddress returned by DmaMap().
15 Program the DMA Bus Master with the DeviceAddress returned by DmaMap().
23 Program the DMA Bus Master with the DeviceAddress returned by DmaMap().
72 @param DeviceAddress The resulting map address for the bus master controller to use to
89 OUT PHYSICAL_ADDRESS *DeviceAddress,
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/NullDmaLib/
NullDmaLib.c 32 @param DeviceAddress The resulting map address for the bus master controller to use to
49 OUT PHYSICAL_ADDRESS *DeviceAddress,
53 *DeviceAddress = (PHYSICAL_ADDRESS)(UINTN)HostAddress;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusPei/
UsbIoPeim.c 91 PeiUsbDev->DeviceAddress,
106 PeiUsbDev->DeviceAddress,
212 PeiUsbDev->DeviceAddress,
227 PeiUsbDev->DeviceAddress,
341 PeiUsbDev->DeviceAddress,
348 Address = PeiUsbDev->DeviceAddress;
349 PeiUsbDev->DeviceAddress = 0;
361 PeiUsbDev->DeviceAddress = Address;
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
AlertStandardFormatTable.h 51 UINT8 DeviceAddress;
84 UINT8 DeviceAddress;
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
Ohci.h 163 @param DeviceAddress Represents the address of the target device on the USB,
198 IN UINT8 DeviceAddress,
213 @param DeviceAddress Represents the address of the target device on the USB,
252 IN UINT8 DeviceAddress,
266 @param DeviceAddress Represents the address of the target device on the USB,
317 IN UINT8 DeviceAddress,
337 @param DeviceAddress Represents the address of the target device on the USB,
385 IN UINT8 DeviceAddress,
402 @param DeviceAddress Represents the address of the target device on the USB,
439 IN UINT8 DeviceAddress,
    [all...]
OhciSched.h 30 UINT8 DeviceAddress;
92 @Param DeviceAddress Item to free must match this device address
102 IN UINT8 DeviceAddress,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/UsbHostController/
UsbHostController.h 77 IN UINT8 DeviceAddress,
92 IN UINT8 DeviceAddress,
106 IN UINT8 DeviceAddress,
122 IN UINT8 DeviceAddress,
137 IN UINT8 DeviceAddress,
149 IN UINT8 DeviceAddress,
269 IN UINT8 DeviceAddress,
287 IN UINT8 DeviceAddress,
304 IN UINT8 DeviceAddress,
321 IN UINT8 DeviceAddress,
    [all...]
  /hardware/interfaces/audio/2.0/
IDevice.hal 118 DeviceAddress device,
141 DeviceAddress device,
types.hal 62 struct DeviceAddress {
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Ppi/
UsbHostController.h 45 @param[in] DeviceAddress Represents the address of the target device
81 IN UINT8 DeviceAddress,
98 @param[in] DeviceAddress Represents the address of the target device
129 IN UINT8 DeviceAddress,
Usb2HostController.h 45 @param[in] DeviceAddress Represents the address of the target device
86 IN UINT8 DeviceAddress,
104 @param[in] DeviceAddress Represents the address of the target device
141 IN UINT8 DeviceAddress,
  /hardware/interfaces/audio/4.0/
IDevice.hal 118 DeviceAddress device,
143 DeviceAddress device,
280 setConnectedState(DeviceAddress address, bool connected)
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/VirtualEhciPciIo/
VirtualEhciPciIo.c 28 EFI_PHYSICAL_ADDRESS DeviceAddress;
357 OUT EFI_PHYSICAL_ADDRESS *DeviceAddress,
366 if (HostAddress == NULL || NumberOfBytes == NULL || DeviceAddress == NULL || Mapping == NULL) {
374 *DeviceAddress = ConvertToPhysicalAddress (HostAddress);
388 Status = gDS->GetMemorySpaceDescriptor (*DeviceAddress, &GcdDescriptor);
409 *DeviceAddress = (EFI_PHYSICAL_ADDRESS)(UINTN)Buffer;
417 gCpu->FlushDataCache (gCpu, *DeviceAddress, *NumberOfBytes, EfiCpuFlushTypeWriteBackInvalidate);
419 Status = gDS->SetMemorySpaceAttributes (*DeviceAddress & ~(BASE_4KB - 1), ALIGN_VALUE (*NumberOfBytes, BASE_4KB), EFI_MEMORY_WC);
426 Map->DeviceAddress = *DeviceAddress;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
Xhci.h 487 @param DeviceAddress The target device address.
511 IN UINT8 DeviceAddress,
527 @param DeviceAddress Target device address.
557 IN UINT8 DeviceAddress,
575 @param DeviceAddress Target device address.
603 IN UINT8 DeviceAddress,
621 @param DeviceAddress Target device address.
647 IN UINT8 DeviceAddress,
663 @param DeviceAddress Target device address.
684 IN UINT8 DeviceAddress,
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
OhcPeim.h 95 @param DeviceAddress The target device address.
118 IN UINT8 DeviceAddress,
133 @param DeviceAddress Target device address.
160 IN UINT8 DeviceAddress,
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/
IsaIo.c 714 @param DeviceAddress The resulting map address for the bus master device to use
732 OUT EFI_PHYSICAL_ADDRESS *DeviceAddress,
750 (NULL == DeviceAddress) ||
778 // Map the HostAddress to a DeviceAddress.
841 // The DeviceAddress is the address of the maped buffer below 16 MB
843 *DeviceAddress = IsaMapInfo->MappedHostAddress;
846 // The transfer is below 16 MB, so the DeviceAddress is simply the
849 *DeviceAddress = PhysicalAddress;
870 MaxNumberOfBytes = 0x10000 - ((UINT32) (*DeviceAddress) & 0xffff);
878 BaseAddress = (UINT32) (*DeviceAddress);
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
IsaIo.c     [all...]

Completed in 370 milliseconds

1 2 3 4 5