Home
last modified time | relevance | path

Searched refs:DacDeviceGet (Results 1 – 4 of 4) sorted by relevance

/drivers/hdf_core/framework/support/platform/src/dac/
Ddac_if.c20 device = DacDeviceGet(number); in DacOpen()
Ddac_core.c215 struct DacDevice *DacDeviceGet(uint32_t number) in DacDeviceGet() function
230 device = DacDeviceGet(number); in DacDeviceOpen()
398 DacDeviceClose(DacDeviceGet(number)); in DacManagerIoClose()
436 ret = DacDeviceWrite(DacDeviceGet(number), channel, val); in DacManagerIoWrite()
/drivers/hdf_core/framework/support/platform/include/dac/
Ddac_core.h53 struct DacDevice *DacDeviceGet(uint32_t number);
/drivers/hdf_core/framework/test/unittest/platform/virtual/
Ddac_virtual.c162 device = DacDeviceGet(devNum); in VirtualDacRemoveByNode()