/drivers/hdf_core/framework/test/unittest/platform/virtual/mini/ |
H A D | uart_mini_virtual.c | 12 int32_t UartBlockWrite(DevHandle handle, uint8_t *data, uint32_t size) in UartBlockWrite() argument
|
H A D | watchdog_mini_virtual.c | 12 int32_t WatchdogBark(DevHandle handle) in WatchdogBark() argument 19 int32_t WatchdogEnable(DevHandle handle, bool enable) in WatchdogEnable() argument 27 int32_t WatchdogGetEnable(DevHandle handle, bool *enable) in WatchdogGetEnable() argument
|
H A D | i2c_mini_virtual.c | 12 int32_t I2cRead(DevHandle handle, uint8_t *buf, uint16_t len) in I2cRead() argument 21 int32_t I2cWrite(DevHandle handle, uint8_t *buf, uint16_t len) in I2cWrite() argument
|
H A D | emmc_mini_virtual.c | 12 int32_t EmmcGetCardState(DevHandle handle, uint8_t *state, uint32_t size) in EmmcGetCardState() argument 21 int32_t EmmcGetCardCsd(DevHandle handle, uint8_t *csd, uint32_t size) in EmmcGetCardCsd() argument 30 int32_t EmmcGetCardInfo(DevHandle handle, uint8_t *cardInfo, uint32_t size) in EmmcGetCardInfo() argument
|
/drivers/hdf_core/framework/include/platform/ |
H A D | emmc_if.h | 77 static inline void EmmcClose(DevHandle handle) in EmmcClose() argument [all...] |
/drivers/hdf_core/framework/sample/platform/uart/dispatch/ |
H A D | hello_uart_dispatch.c | 21 struct DevHandle *handle = UartOpen(UART_PORT); in main() local
|
H A D | uart_if.c | 19 struct DevHandle *handle = NULL; in UartOpen() local 54 int32_t UartWrite(struct DevHandle *handle, uint8_ argument 85 UartClose(struct DevHandle *handle) UartClose() argument [all...] |
/drivers/hdf_core/framework/support/platform/test/fuzztest/watchdog_fuzzer/ |
H A D | watchdog_fuzzer.cpp | 16 DevHandle handle = nullptr; in WatchdogFuzzTest() local
|
/drivers/peripheral/audio/effect/model/include/ |
H A D | effect_core.h | 33 void *handle;
member
|
/drivers/hdf_core/framework/support/platform/src/i2c/ |
H A D | i2c_if.c | 26 void I2cClose(DevHandle handle) in I2cClose() argument 33 int32_t I2cTransfer(DevHandle handle, struct I2cMsg *msgs, int16_t count) in I2cTransfer() argument
|
/drivers/peripheral/display/hal/default_standard/src/display_gralloc/ |
H A D | dmabufferheap_allocator.cpp | 34 int32_t DmaBufferHeapAllocator::Allocate(const BufferInfo &bufferInfo, BufferHandle &handle) in Allocate() argument
|
/drivers/hdf_core/adapter/khdf/linux/osal/src/ |
H A D | osal_irq.c | 26 OsalRegisterIrq(uint32_t irq, uint32_t config, OsalIRQHandle handle, const char *name, void *data) OsalRegisterIrq() argument
|
/drivers/hdf_core/adapter/khdf/liteos/osal/src/ |
H A D | osal_irq.c | 37 int32_t OsalRegisterIrq(uint32_t irqId, uint32_t config, OsalIRQHandle handle, const char *name, void *dev) in OsalRegisterIrq() argument
|
/drivers/hdf_core/framework/model/storage/src/mmc/ |
H A D | emmc_if.c | 83 static int32_t EmmcDeviceGetFromHandle(DevHandle handle, struct EmmcDevice **emmc) in EmmcDeviceGetFromHandle() argument 113 int32_t EmmcGetCid(DevHandle handle, uint8_t *cid, uint32_t size) in EmmcGetCid() argument 142 DevHandle handle in EmmcGetHuid() local [all...] |
H A D | mmc_if.c | 64 void MmcClose(DevHandle handle) in MmcClose() argument 73 bool MmcDevPresent(DevHandle handle) in MmcDevPresent() argument
|
/drivers/hdf_core/adapter/uhdf2/hdi/src/ |
H A D | buffer_util.c | 32 BufferHandle *handle = (BufferHandle *)(OsalMemCalloc(handleSize));
in AllocateNativeBufferHandle() local 53 BufferHandle *handle = AllocateNativeBufferHandle(other->reserveFds, other->reserveInts);
in CloneNativeBufferHandle() local 99 FreeNativeBufferHandle(BufferHandle *handle) FreeNativeBufferHandle() argument 119 HdfSbufWriteNativeBufferHandle(struct HdfSBuf *data, const BufferHandle *handle) HdfSbufWriteNativeBufferHandle() argument 164 ReadReserveData(struct HdfSBuf *data, BufferHandle *handle) ReadReserveData() argument 196 BufferHandle *handle = AllocateNativeBufferHandle(reserveFds, reserveInts); HdfSbufReadNativeBufferHandle() local [all...] |
/drivers/hdf_core/framework/support/platform/src/adc/ |
H A D | adc_if_u.c | 36 uint32_t handle;
in AdcOpen() local 79 void AdcClose(DevHandle handle)
in AdcClose() argument 110 int32_t AdcRead(DevHandle handle, uint32_t channel, uint32_t *val)
in AdcRead() argument [all...] |
H A D | adc_if.c | 37 void AdcClose(DevHandle handle) in AdcClose() argument 50 int32_t AdcRead(DevHandle handle, uint32_t channel, uint32_t *val) in AdcRead() argument
|
/drivers/hdf_core/framework/support/platform/src/dac/ |
H A D | dac_if_u.c | 39 uint32_t handle; in DacOpen() local 85 void DacClose(DevHandle handle) in DacClose() argument 121 int32_t DacWrite(DevHandle handle, uint32_ argument [all...] |
H A D | dac_if.c | 35 void DacClose(DevHandle handle) in DacClose() argument 48 int32_t DacWrite(DevHandle handle, uint32_t channel, uint32_t val) in DacWrite() argument
|
/drivers/hdf_core/framework/support/platform/src/pin/ |
H A D | pin_if.c | 20 void PinPut(DevHandle handle) in PinPut() argument 29 int32_t PinSetPull(DevHandle handle, enum PinPullType pullType) in PinSetPull() argument 42 int32_t PinGetPull(DevHandle handle, enu argument 55 PinSetStrength(DevHandle handle, uint32_t strength) PinSetStrength() argument 68 PinGetStrength(DevHandle handle, uint32_t *strength) PinGetStrength() argument 81 PinSetFunc(DevHandle handle, const char *funcName) PinSetFunc() argument 94 PinGetFunc(DevHandle handle, const char **funcName) PinGetFunc() argument [all...] |
/drivers/hdf_core/framework/support/platform/src/timer/ |
H A D | timer_if.c | 17 void HwTimerClose(DevHandle handle) in HwTimerClose() argument 32 int32_t HwTimerSet(DevHandle handle, uint32_t useconds, TimerHandleCb cb) in HwTimerSet() argument 49 int32_t HwTimerSetOnce(DevHandle handle, uint32_t useconds, TimerHandleCb cb) in HwTimerSetOnce() argument 66 int32_t HwTimerGet(DevHandle handle, uint32_t *useconds, bool *isPeriod) in HwTimerGet() argument 83 int32_t HwTimerStart(DevHandle handle) in HwTimerStart() argument 100 HwTimerStop(DevHandle handle) HwTimerStop() argument [all...] |
/drivers/hdf_core/framework/support/platform/test/fuzztest/i2c_fuzzer/ |
H A D | i2c_fuzzer.cpp | 27 DevHandle handle = nullptr; in I2cFuzzTest() local
|
/drivers/hdf_core/framework/support/platform/test/fuzztest/pwm_fuzzer/ |
H A D | pwm_fuzzer.cpp | 35 DevHandle handle = nullptr; in PwmFuzzTest() local
|
/drivers/hdf_core/framework/support/platform/test/fuzztest/uart_fuzzer/ |
H A D | uart_fuzzer.cpp | 35 DevHandle handle = nullptr; in UartFuzzTest() local
|