/drivers/hdf_core/adapter/khdf/liteos/platform/src/ |
H A D | uart_dev.c | 69 static ssize_t UartDevRead(struct file *filep, char *buf, size_t count) in UartDevRead() argument 100 static ssize_t UartDevWrite(struct file *filep, const char *buf, size_t count) in UartDevWrite() argument
|
/drivers/hdf_core/adapter/uhdf2/hdi/src/ |
H A D | servmgr_client.c | 61 static int32_t HdiServiceSetUnMarshalling(struct HdfSBuf *buf, struct HdiServiceSet *serviceSet) in HdiServiceSetUnMarshalling() argument
|
/drivers/hdf_core/framework/model/display/driver/ |
H A D | hdf_drm_panel.c | 139 SuspendStore(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) SuspendStore() argument 159 ResumeStore(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) ResumeStore() argument 179 BacklightStore(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) BacklightStore() argument
|
/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...] |
H A D | hdf_usb_intf.c | 94 static int32_t HdfUsbReadN(struct BusDev *dev, uint32_t addr, uint32_t cnt, uint8_t *buf) in HdfUsbReadN() argument 104 static int32_t HdfUsbReadFunc0(struct BusDev *dev, uint32_t addr, uint32_t cnt, uint8_t *buf) in HdfUsbReadFunc0() argument 114 static int32_t HdfUsbReadSpcReg(struct BusDev *dev, uint32_t addr, uint32_t cnt, uint8_t *buf, uint32_t sg_len) in HdfUsbReadSpcReg() argument 125 static int32_t HdfUsbWriteN(struct BusDev *dev, uint32_t addr, uint32_t cnt, uint8_t *buf) in HdfUsbWriteN() argument 135 static int32_t HdfUsbWriteFunc0(struct BusDev *dev, uint32_t addr, uint32_t cnt, uint8_t *buf) in HdfUsbWriteFunc0() argument 145 HdfUsbWriteSpcReg(struct BusDev *dev, uint32_t addr, uint32_t cnt, uint8_t *buf, uint32_t sg_len) HdfUsbWriteSpcReg() argument [all...] |
/drivers/hdf_core/framework/model/sensor/driver/common/src/ |
H A D | sensor_config_controller.c | 319 ReadSensorRegCfgArray(struct SensorBusCfg *busCfg, const struct SensorRegCfgGroupNode *group, int32_t index, uint8_t *buf, int32_t len) ReadSensorRegCfgArray() argument
|
/drivers/hdf_core/adapter/khdf/liteos/platform/include/ |
H A D | i2c_dev.h | 69 uint8_t *buf; member
|
/drivers/hdf_core/framework/model/input/driver/touchscreen/ |
H A D | touch_ft5x06.c | 210 static int32_t ParsePointData(ChipDevice *device, FrameData *frame, uint8_t *buf, uint8_t pointNum, int32_t version) in ParsePointData() argument 268 uint8_t buf[POINT_BUFFER_LEN_M09] = {NUM_0}; in ChipDataHandle() local [all...] |
/drivers/hdf_core/framework/support/platform/src/fwk/ |
H A D | platform_listener_u.c | 52 uint8_t *buf = NULL; in PcieOnDevEventReceive() local
|
/drivers/hdf_core/framework/support/platform/src/i2c/ |
H A D | i2c_if_u.c | 78 struct HdfSBuf *buf = *sbuf; in I2cHandleSbufCheckResize() local [all...] |
/drivers/hdf_core/framework/support/platform/src/pcie/ |
H A D | pcie_dispatch.c | 37 uint8_t *buf = NULL; in PcieCmdRead() local 85 uint8_t *buf in PcieCmdWrite() local 149 uint8_t *buf = NULL; DmaToDevice() local [all...] |
/drivers/hdf_core/framework/support/platform/src/pwm/ |
H A D | pwm_if_u.c | 103 struct HdfSBuf *buf = NULL; in PwmSetConfig() local
|
/drivers/hdf_core/framework/support/platform/src/spi/ |
H A D | spi_if_u.c | 200 int32_t SpiRead(DevHandle handle, uint8_t *buf, uint32_t len) in SpiRead() argument 210 int32_t SpiWrite(DevHandle handle, uint8_t *buf, uint32_t len) in SpiWrite() argument
|
/drivers/hdf_core/framework/test/unittest/platform/common/ |
H A D | adc_test.c | 32 const void *buf = NULL; in AdcTestGetConfig() local
|
H A D | dac_test.c | 27 const void *buf = NULL; in DacTestGetConfig() local
|
H A D | pcie_bus_test.c | 229 uintptr_t buf = 0; in TestPcieBusDmaMapUnMap() local 283 const void *buf = NULL; PcieBusTesterGetConfig() local [all...] |
H A D | pin_test.c | 39 const void *buf = NULL; in PinTestGetTestConfig() local
|
H A D | pcie_test.c | 152 uintptr_t buf = 0; in TestPcieDmaMapAndUnmap() local [all...] |
H A D | pwm_test.c | 27 const void *buf = NULL; in PwmTesterGetConfig() local
|
H A D | uart_test.c | 25 const void *buf = NULL; in UartTestGetConfig() local
|
H A D | watchdog_test.c | 31 const void *buf = NULL; in WatchdogTestGetTestConfig() local
|
/drivers/hdf_core/framework/tools/hdi-gen/util/ |
H A D | string_helper.cpp | 163 char buf[lineMaxSize] = {0};
in Format() local
|
/drivers/peripheral/audio/hal/hdi_binder/server/src/ |
H A D | hdf_audio_pnp_uevent_hdmi.c | 201 char buf[RECV_BUFFER_SIZE]; in AudioHdmiPnpUeventStart() local
|
/drivers/peripheral/audio/test/systemtest/common/adm_common/src/ |
H A D | audio_adm_common.cpp | 143 char *buf = nullptr; in WriteFrameToSBuf() local [all...] |
/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/src/ |
H A D | camera_buffer.cpp | 139 struct UserCameraBuffer buf = {}; in CameraAllocBuffer() local 261 struct UserCameraBuffer buf = {}; CameraReleaseBuffers() local [all...] |