Home
last modified time | relevance | path

Searched defs:handle (Results 1 - 25 of 233) sorted by relevance

12345678910

/drivers/hdf_core/framework/test/unittest/platform/virtual/mini/
H A Duart_mini_virtual.c12 int32_t UartBlockWrite(DevHandle handle, uint8_t *data, uint32_t size) in UartBlockWrite() argument
H A Dwatchdog_mini_virtual.c12 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 Di2c_mini_virtual.c12 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 Demmc_mini_virtual.c12 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 Demmc_if.h77 static inline void EmmcClose(DevHandle handle) in EmmcClose() argument
[all...]
/drivers/hdf_core/framework/sample/platform/uart/dispatch/
H A Dhello_uart_dispatch.c21 struct DevHandle *handle = UartOpen(UART_PORT); in main() local
H A Duart_if.c19 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 Dwatchdog_fuzzer.cpp16 DevHandle handle = nullptr; in WatchdogFuzzTest() local
/drivers/peripheral/audio/effect/model/include/
H A Deffect_core.h33 void *handle; member
/drivers/hdf_core/framework/support/platform/src/i2c/
H A Di2c_if.c26 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 Ddmabufferheap_allocator.cpp34 int32_t DmaBufferHeapAllocator::Allocate(const BufferInfo &bufferInfo, BufferHandle &handle) in Allocate() argument
/drivers/hdf_core/adapter/khdf/linux/osal/src/
H A Dosal_irq.c26 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 Dosal_irq.c37 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 Demmc_if.c83 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 Dmmc_if.c64 void MmcClose(DevHandle handle) in MmcClose() argument
73 bool MmcDevPresent(DevHandle handle) in MmcDevPresent() argument
/drivers/hdf_core/adapter/uhdf2/hdi/src/
H A Dbuffer_util.c32 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 Dadc_if_u.c36 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 Dadc_if.c37 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 Ddac_if_u.c39 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 Ddac_if.c35 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 Dpin_if.c20 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 Dtimer_if.c17 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 Di2c_fuzzer.cpp27 DevHandle handle = nullptr; in I2cFuzzTest() local
/drivers/hdf_core/framework/support/platform/test/fuzztest/pwm_fuzzer/
H A Dpwm_fuzzer.cpp35 DevHandle handle = nullptr; in PwmFuzzTest() local
/drivers/hdf_core/framework/support/platform/test/fuzztest/uart_fuzzer/
H A Duart_fuzzer.cpp35 DevHandle handle = nullptr; in UartFuzzTest() local

Completed in 8 milliseconds

12345678910