/drivers/hdf_core/framework/support/platform/include/i2c/ |
H A D | i2c_service.h | 21 uint16_t addr; member
|
/drivers/peripheral/usb/ddk_service/include/ |
H A D | usb_ddk_hash.h | 20 uint64_t addr; member
|
/drivers/hdf_core/adapter/khdf/linux/model/camera/include/ |
H A D | contig_dma.h | 21 struct dma_addr_t *addr = NULL; in ContigDmaGetAddr() local
|
/drivers/hdf_core/framework/model/input/driver/input_bus_ops/ |
H A D | input_i2c_ops.h | 17 uint16_t addr; member
|
/drivers/hdf_core/framework/include/osal/ |
H A D | osal_io.h | 132 static inline void OsalIoUnmap(void *addr) in OsalIoUnmap() argument
|
/drivers/hdf_core/framework/support/platform/test/fuzztest/i2c_fuzzer/ |
H A D | i2c_fuzzer.cpp | 19 uint16_t addr; member
|
/drivers/hdf_core/interfaces/inner_api/osal/uhdf/ |
H A D | osal_atomic_def.h | 29 static inline int32_t BitDoNotSupport(int nr, unsigned long *addr) in BitDoNotSupport() argument [all...] |
/drivers/peripheral/camera/test/ut/v4l2/ |
H A D | stream_customer.cpp | 34 void* addr = buff->GetVirAddr(); in CamFrame() local
|
/drivers/peripheral/usb/ddk_service/src/ |
H A D | usb_ddk_hash.cpp | 42 int32_t UsbDdkUnHash(uint64_t hashVal, uint64_t &addr) in UsbDdkUnHash() argument
|
/drivers/hdf_core/adapter/khdf/liteos_m/osal/include/ |
H A D | osal_atomic_def.h | 53 static inline int32_t OsalTestBitWrapper(unsigned long nr, const volatile unsigned long *addr) in OsalTestBitWrapper() argument 58 static inline int32_t OsalTestSetBitWrapper(unsigned long nr, volatile unsigned long *addr) in OsalTestSetBitWrapper() argument 71 static inline int32_t OsalTestClearBitWrapper(unsigned long nr, volatile unsigned long *addr) in OsalTestClearBitWrapper() argument 84 static inline void OsalClearBitWrapper(unsigned long nr, volatile unsigned long *addr) in OsalClearBitWrapper() argument
|
/drivers/hdf_core/adapter/khdf/uniproton/osal/include/ |
H A D | osal_atomic_def.h | 53 static inline int32_t OsalTestBitWrapper(unsigned long nr, const volatile unsigned long *addr) in OsalTestBitWrapper() argument 58 static inline int32_t OsalTestSetBitWrapper(unsigned long nr, volatile unsigned long *addr) in OsalTestSetBitWrapper() argument 71 static inline int32_t OsalTestClearBitWrapper(unsigned long nr, volatile unsigned long *addr) in OsalTestClearBitWrapper() argument 84 static inline void OsalClearBitWrapper(unsigned long nr, volatile unsigned long *addr) in OsalClearBitWrapper() argument
|
/drivers/hdf_core/adapter/khdf/liteos/osal/include/ |
H A D | osal_atomic_def.h | 53 static inline int32_t OsalTestBitWrapper(unsigned long nr, const volatile unsigned long *addr) in OsalTestBitWrapper() argument 58 static inline int32_t OsalTestSetBitWrapper(unsigned long nr, volatile unsigned long *addr) in OsalTestSetBitWrapper() argument 71 static inline int32_t OsalTestClearBitWrapper(unsigned long nr, volatile unsigned long *addr) in OsalTestClearBitWrapper() argument 84 static inline void OsalClearBitWrapper(unsigned long nr, volatile unsigned long *addr) in OsalClearBitWrapper() argument
|
/drivers/hdf_core/framework/include/platform/ |
H A D | i2c_if.h | 52 uint16_t addr; member
|
/drivers/hdf_core/framework/support/platform/src/i3c/ |
H A D | i3c_if.c | 66 int32_t I3cRequestIbi(DevHandle handle, uint16_t addr, I3cIbiFunc func, uint32_t payload) in I3cRequestIbi() argument 71 int32_t I3cFreeIbi(DevHandle handle, uint16_t addr) in I3cFreeIbi() argument
|
/drivers/peripheral/camera/test/demo_3A/ |
H A D | stream_customer.cpp | 31 void* addr = buffer->GetVirAddr(); in CamFrame() local 49 void* addr = buff->GetVirAddr(); in CamFrame() local
|
/drivers/peripheral/camera/test/demo/ |
H A D | stream_customer.cpp | 31 void* addr = buffer->GetVirAddr(); in CamFrame() local 49 void* addr = buff->GetVirAddr(); in CamFrame() local
|
/drivers/peripheral/codec/hal/src/ |
H A D | codec_death_recipient.cpp | 49 uint64_t *addr = reinterpret_cast<uint64_t *>(callbacks->remote);
in RegisterService() local 61 uint64_t *addr = reinterpret_cast<uint64_t *>(remote);
in CleanMapperOfDiedService() local
|
/drivers/hdf_core/framework/support/platform/src/pcie/ |
H A D | pcie_core.c | 159 int32_t PcieCntlrDmaMap(struct PcieCntlr *cntlr, PcieCallbackFunc cb, uintptr_t addr, uint32_t len, uint8_t dir) in PcieCntlrDmaMap() argument 184 void PcieCntlrDmaUnmap(struct PcieCntlr *cntlr, uintptr_t addr, uint32_t len, uint8_t dir) in PcieCntlrDmaUnmap() argument
|
H A D | pcie_if.c | 49 int32_t PcieDmaMap(DevHandle handle, PcieCallbackFunc cb, uintptr_t addr, uint32_t len, uint8_t dir) in PcieDmaMap() argument 54 void PcieDmaUnmap(DevHandle handle, uintptr_t addr, uint32_t len, uint8_t dir) in PcieDmaUnmap() argument
|
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/ |
H A D | bluetooth_a2dp_audio_src_observer_stub.cpp | 64 std::string addr = data.ReadString();
in OnConnectionStateChangedInner() local 75 std::string addr = data.ReadString();
in OnPlayingStatusChangedInner() local 86 std::string addr = data.ReadString();
in OnConfigurationChangedInner() local 101 std::string addr = data.ReadString();
in OnMediaStackChangedInner() local
|
/drivers/peripheral/distributed_camera/hdi_service/test/sample/ |
H A D | stream_customer.h | 60 void* addr = buff->GetVirAddr(); in OnBufferAvailable() local
|
/drivers/hdf_core/adapter/khdf/linux/network/src/ |
H A D | netbuf_adapter.c | 353 uint8_t *addr = NULL; in NetBufGetAddress() local
|
/drivers/hdf_core/adapter/khdf/liteos/model/storage/include/mtd/ |
H A D | mtd_legacy_lite.h | 50 uint64_t addr; member
|
/drivers/hdf_core/framework/model/network/wifi/bus/ |
H A D | hdf_sdio_intf.c | 170 static int32_t HdfSdioReadN(struct BusDev *dev, uint32_t addr, uint32_t cnt, uint8_t *buf) in HdfSdioReadN() argument 186 static int32_t HdfSdioReadFunc0(struct BusDev *dev, uint32_t addr, uint32_t cnt, uint8_t *buf) in HdfSdioReadFunc0() argument 202 static int32_t HdfSdioReadSpcReg(struct BusDev *dev, uint32_t addr, uint32_t cnt, uint8_t *buf, uint32_t sg_len) in HdfSdioReadSpcReg() argument 218 static int32_t HdfSdioWriteN(struct BusDev *dev, uint32_t addr, uint32_t cnt, uint8_t *buf) in HdfSdioWriteN() argument 234 static int32_t HdfSdioWriteFunc0(struct BusDev *dev, uint32_t addr, uint32_t cnt, uint8_t *buf) in HdfSdioWriteFunc0() argument 250 HdfSdioWriteSpcReg(struct BusDev *dev, uint32_t addr, uint32_t cnt, uint8_t *buf, uint32_t sg_len) HdfSdioWriteSpcReg() argument [all...] |
/drivers/hdf_core/adapter/khdf/liteos/platform/include/ |
H A D | i2c_dev.h | 66 uint16_t addr; member
|