Home
last modified time | relevance | path

Searched defs:count (Results 2676 - 2700 of 17425) sorted by relevance

1...<<101102103104105106107108109110>>...697

/drivers/hdf_core/adapter/platform/i2c/
H A Di2c_bes.c353 static int32_t i2c_transfer(struct I2cDevice *device, struct I2cMsg *msgs, int16_t count) in i2c_transfer() argument
404 static int32_t i2cHostTransfer(struct I2cCntlr *cntlr, struct I2cMsg *msgs, int16_t count) in i2cHostTransfer() argument
/drivers/hdf_core/framework/model/display/driver/
H A Dhdf_drm_panel.c139 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
[all...]
/drivers/hdf_core/framework/model/display/driver/lcdkit/
H A Dlcdkit_parse_config.c20 static int32_t GetDsiCmdCount(uint8_t *array, int32_t len, uint32_t *count) in GetDsiCmdCount() argument
47 static int32_t ParseDsiCmd(struct PanelCmd *cmd, int32_t count, uint8_t *array, int32_t len) in ParseDsiCmd() argument
111 uint32_t count = 0; ParseCmdConfig() local
156 int32_t count = drsOps->GetElemNum(node, "powerSetting"); ParsePowerSetting() local
193 int32_t count = drsOps->GetElemNum(node, name); ParsePowerSequeue() local
[all...]
H A Dlite_lcdkit.h34 uint32_t count; member
52 uint32_t count; member
57 uint32_t count; member
/drivers/hdf_core/framework/model/network/wifi/platform/src/qos/
H A Dflow_control_task.c146 int count = 0; in DestroyTask() local
/drivers/hdf_core/framework/model/sensor/driver/common/src/
H A Dsensor_config_controller.c239 uint32_t count; in SetSensorRegCfgArray() local
278 uint32_t count; in SetSensorRegCfgArrayByBuff() local
/drivers/hdf_core/adapter/khdf/liteos/model/bus/usb/
H A Dhdf_usb.c46 uint32_t count; member
151 int32_t count = devResInstance->GetElemNum(hdfUsbNode, USB_CONTROLLER_LIST_NAME); in HdfUsbInitParam() local
/drivers/hdf_core/framework/support/platform/src/i2c/
H A Di2c_if_u.c210 static int32_t WriteI2cMsgs(struct HdfSBuf *data, struct I2cMsg *msgs, int16_t count) in WriteI2cMsgs() argument
271 static int32_t ReadI2cMsgs(struct HdfSBuf *reply, struct I2cMsg *msgs, int16_t count) in ReadI2cMsgs() argument
288 static int32_t I2cServiceTransfer(DevHandle handle, struct I2cMsg *msgs, int16_t count) in I2cServiceTransfer() argument
333 I2cTransfer(DevHandle handle, struct I2cMsg *msgs, int16_t count) I2cTransfer() argument
[all...]
/drivers/hdf_core/framework/support/platform/src/spi/
H A Dspi_if_u.c40 static int32_t SpiMsgSetDataHead(struct HdfSBuf *data, uint32_t csNum, uint32_t count) in SpiMsgSetDataHead() argument
55 static int32_t SpiMsgWriteArray(struct HdfSBuf *data, struct SpiMsg *msgs, uint32_t count, struct HdfSBuf **reply) in SpiMsgWriteArray() argument
126 static int32_t SpiMsgReadArray(struct HdfSBuf *reply, struct SpiMsg *msgs, uint32_t count) in SpiMsgReadArray() argument
144 SpiTransfer(DevHandle handle, struct SpiMsg *msgs, uint32_t count) SpiTransfer() argument
[all...]
/drivers/hdf_core/framework/utils/src/hcs_parser/
H A Dhcs_blob_if.c51 uint16_t count; in HcsGetArrayLength() local
/drivers/interface/display/composer/cache_manager/
H A Dcache_manager.h59 bool SetCacheMaxCount(uint32_t count) in SetCacheMaxCount() argument
175 bool SetCacheMaxCount(uint32_t count) in SetCacheMaxCount() argument
[all...]
/drivers/peripheral/camera/test/ut/v4l2/
H A Dusb_camera_test.cpp612 const int count = 4; TEST_F() local
[all...]
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/src/
H A Dv4l2_control.cpp22 void HosV4L2Control::V4L2VidiocSCtrl (int fd, int ret, struct v4l2_ext_control* cList, int count) in V4L2VidiocSCtrl() argument
42 int count = 0; in V4L2SetCtrls() local
75 V4L2VidiocGExtCtrls(int fd, int ret, int &count, v4l2_ext_control *cList, std::vector<DeviceControl>& control) V4L2VidiocGExtCtrls() argument
103 int count = 0; V4L2GetCtrls() local
[all...]
/drivers/peripheral/audio/test/systemtest/hdi_service/hispark_taurus_standard/render/src/
H A Daudio_idl_hdirender_hardware_dependence_test.cpp170 uint64_t count = 0; in HWTEST_F() local
199 uint64_t count = 0; in HWTEST_F() local
228 uint64_t count = 0; in HWTEST_F() local
255 uint64_t count in HWTEST_F() local
[all...]
/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/src/
H A Dcamera_control.cpp161 RetCode CameraControl::CameraGetConfigs(struct CameraFeature feature, std::vector<CameraCtrl> &ctrl, int count) in CameraGetConfigs() argument
184 RetCode CameraControl::CameraSetConfigs(struct CameraFeature feature, std::vector<CameraCtrl> &ctrl, int count) in CameraSetConfigs() argument
/drivers/peripheral/camera/vdi_base/usb_camera/pipeline_core/src/node/
H A Dexif_node.cpp140 uint32_t count = 0; in SetGpsInfoMetadata() local
/drivers/peripheral/camera/vdi_base/v4l2/include/stream_operator/
H A Dcapture_message.h63 CaptureStartedMessage(int32_t streamId, int32_t captureId, uint64_t time, uint32_t count) in CaptureStartedMessage() argument
120 FrameShutterMessage(int32_t streamId, int32_t captureId, uint64_t time, uint32_t count) in FrameShutterMessage() argument
/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_component_manager_service.cpp53 int32_t CodecComponentManagerService::GetComponentNum(int32_t &count) in GetComponentNum() argument
58 GetComponentCapabilityList(std::vector<CodecCompCapability> &capList, int32_t count) GetComponentCapabilityList() argument
/drivers/peripheral/codec/hal/src/
H A Dcodec_component_manager_service.c89 static int32_t OmxManagerGetComponentCapabilityList(CodecCompCapability *capList, int32_t count) in OmxManagerGetComponentCapabilityList() argument
H A Dcodec_config_parser.c71 int32_t count = iface->GetElemNum(node, attr->attrName); in GetUintTableConfig() local
95 int32_t count = iface->GetElemNum(node, attrName); in GetMaskedConfig() local
144 int32_t count = sizeof(nodeAttrs) / sizeof(ConfigUintNodeAttr); GetVideoPortCapability() local
185 int32_t count = sizeof(arrayAttrs) / sizeof(ConfigUintArrayNodeAttr); GetAudioPortCapability() local
[all...]
/drivers/peripheral/codec/test/fuzztest/omx_fuzzer/codeccommonomx_fuzzer/
H A Dcodeccommon_fuzzer.cpp94 int32_t count = g_manager->GetComponentNum(); in Preconditions() local
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_capture_interface/src/
H A Daudio_capture_interface_impl_test.cpp350 uint64_t count = 0; in HWTEST_F() local
/drivers/peripheral/input/hal/src/
H A Dinput_reporter.c38 int32_t count = 0; in EventListenerCallback() local
/drivers/peripheral/input/test/unittest/common/
H A Dhdi_input_test.cpp97 static void ReportEventPkgCallback(const InputEventPackage **pkgs, uint32_t count, uint32_t devIndex) in ReportEventPkgCallback() argument
/drivers/peripheral/light/hal/src/
H A Dlight_controller.c130 static int32_t GetLightInfo(struct LightInfo **lightInfo, uint32_t *count) in GetLightInfo() argument
260 static int32_t OnMultiLightsValidityJudgment(uint32_t lightId, const struct LightColor *colors, const uint32_t count) in OnMultiLightsValidityJudgment() argument
280 static int32_t OnMultiLights(uint32_t lightId, const struct LightColor *colors, const uint32_t count) in OnMultiLights() argument
[all...]

Completed in 16 milliseconds

1...<<101102103104105106107108109110>>...697