Home
last modified time | relevance | path

Searched refs:chipName (Results 1 - 25 of 31) sorted by relevance

12

/drivers/peripheral/input/test/fuzztest/inputgetchipname_fuzzer/
H A Dinputgetchipname_fuzzer.cpp30 char chipName[] = {0}; in InputGetChipnameFuzzTest() local
54 ret = g_inputInterface->iInputController->GetChipName(*(uint32_t *)data, chipName, length); in InputGetChipnameFuzzTest()
/drivers/hdf_core/framework/include/wifi/
H A Dhdf_wifi_product.h73 const char *chipName; /**< Chip name */ member
/drivers/peripheral/input/test/unittest/hdi/
H A Dhdf_input_hdi_test.cpp276 HDF_LOGI("%s: chipInfo = %s, vendorName = %s, chipName = %s", in HWTEST_F()
277 __func__, dev.chipInfo.c_str(), dev.vendorName.c_str(), dev.chipName.c_str()); in HWTEST_F()
309 HDF_LOGI("%s: chipInfo = %s, vendorName = %s, chipName = %s", in HWTEST_F()
310 __func__, dev[i].chipInfo.c_str(), dev[i].vendorName.c_str(), dev[i].chipName.c_str()); in HWTEST_F()
390 HDF_LOGI("%s: new chipInfo = %s, vendorName = %s, chipName = %s", in HWTEST_F()
391 __func__, dev.chipInfo.c_str(), dev.vendorName.c_str(), dev.chipName.c_str()); in HWTEST_F()
577 std::string chipName; in HWTEST_F() local
579 ret = g_inputInterfaces->GetChipName(TOUCH_INDEX, chipName); in HWTEST_F()
585 HDF_LOGI("%s: device's chip name is %s", __func__, chipName.c_str()); in HWTEST_F()
603 std::string chipName; in HWTEST_F() local
[all...]
/drivers/hdf_core/framework/model/input/driver/touchscreen/
H A Dtouch_ft6336.c197 chipDev->chipName = chipCfg->chipName; in HdfFocalChipInit()
203 HDF_LOGI("%s: exit succ, chipName = %s", __func__, chipCfg->chipName); in HdfFocalChipInit()
H A Dtouch_ft5406.c316 chipDev->chipName = chipCfg->chipName; in HdfFocalChipInit()
346 HDF_LOGI("%s: exit succ, chipName = %s", __func__, chipCfg->chipName); in HdfFocalChipInit()
H A Dtouch_ft5x06.c400 chipDev->chipName = chipCfg->chipName; in EdtFocalChipInit()
410 HDF_LOGI("%s: init succ, chipName = %s", __func__, chipCfg->chipName); in EdtFocalChipInit()
H A Dtouch_gt911.c386 chipDev->chipName = chipCfg->chipName; in HdfGoodixChipInit()
393 HDF_LOGI("%s: exit succ, chipName = %s", __func__, chipCfg->chipName); in HdfGoodixChipInit()
/drivers/peripheral/input/interfaces/include/
H A Dinput_controller.h140 * @param chipName Indicates the pointer to the driver chip name.
147 int32_t (*GetChipName)(uint32_t devIndex, char *chipName, uint32_t length);
H A Dinput_type.h278 char chipName[CHIP_NAME_LEN]; /**< Driver chip name */ member
/drivers/peripheral/input/test/unittest/common/
H A Dhdi_input_test.cpp354 HDF_LOGI("%s: chipInfo = %s, vendorName = %s, chipName = %s", in HWTEST_F()
355 __func__, dev->chipInfo, dev->vendorName, dev->chipName); in HWTEST_F()
387 HDF_LOGI("%s: chipInfo = %s, vendorName = %s, chipName = %s", in HWTEST_F()
388 __func__, dev[i]->chipInfo, dev[i]->vendorName, dev[i]->chipName); in HWTEST_F()
462 HDF_LOGI("%s: new chipInfo = %s, vendorName = %s, chipName = %s", in HWTEST_F()
463 __func__, dev->chipInfo, dev->vendorName, dev->chipName); in HWTEST_F()
637 char chipName[NAME_MAX_LEN] = {0}; in HWTEST_F() local
641 ret = g_inputInterface->iInputController->GetChipName(TOUCH_INDEX, chipName, NAME_MAX_LEN); in HWTEST_F()
645 HDF_LOGI("%s: device1's chip name is %s", __func__, chipName); in HWTEST_F()
660 char chipName[NAME_MAX_LE in HWTEST_F() local
[all...]
/drivers/hdf_core/framework/model/audio/core/include/
H A Daudio_parse.h48 const char *chipName; member
/drivers/hdf_core/framework/model/input/driver/
H A Dhdf_touch.h83 const char *chipName; member
H A Dinput_config.h126 const char *chipName; member
/drivers/hdf_core/framework/model/network/wifi/include/
H A Dhdf_wifi_config.h68 const char *chipName; member
/drivers/hdf_core/framework/model/sensor/driver/common/include/
H A Dsensor_config_parser.h31 const char *chipName; member
/drivers/peripheral/input/hdi_service/
H A Dinput_interfaces_impl.h44 int32_t GetChipName(uint32_t devIndex, std::string &chipName) override;
H A Dinput_interfaces_impl.cpp60 hdiDevInfo.chipName = halDevInfo.chipName; in TransferDevInfo()
376 int32_t InputInterfacesImpl::GetChipName(uint32_t devIndex, std::string &chipName) in GetChipName() argument
391 chipName.assign(infoStr); in GetChipName()
/drivers/hdf_core/framework/model/storage/include/mtd/
H A Dmtd_core.h124 const char *chipName; member
353 HDF_LOGI("%s: name = %s(%s), type = %d", __func__, (mtd)->name, (mtd)->chipName, (mtd)->type); \
/drivers/peripheral/input/udriver/include/
H A Dinput_device_manager.h102 RetStatus GetChipName(uint32_t devIndex, char *chipName, uint32_t length);
116 "vendorName: %{public}s chipName: %{public}s attrSet.devName: %s " in dumpInfoList()
121 in.detailInfo.chipName, in.detailInfo.attrSet.devName, in dumpInfoList()
/drivers/peripheral/input/test/unittest/udriver/
H A Dhdi_input_test.cpp284 printf("GetInputDevice001: chipInfo = %s, vendorName = %s, chipName = %s, devName = %s\n", in HWTEST_F()
285 dev->chipInfo, dev->vendorName, dev->chipName, dev->attrSet.devName); in HWTEST_F()
352 printf("%s: chipInfo = %s, vendorName = %s, chipName = %s, devName = %s\n", in HWTEST_F()
353 __func__, (dev + i)->chipInfo, (dev + i)->vendorName, (dev + i)->chipName, (dev + i)->attrSet.devName); in HWTEST_F()
818 char chipName[TEST_LEN1] = {0}; in HWTEST_F() local
819 ret = g_inputInterface->iInputController->GetChipName(g_touchIndex, chipName, TEST_LEN1); in HWTEST_F()
839 char chipName[TEST_LEN1] = {0}; in HWTEST_F() local
840 ret = g_inputInterface->iInputController->GetChipName(INVALID_INDEX, chipName, TEST_LEN1); in HWTEST_F()
860 char chipName[TEST_LEN1] = {0}; in HWTEST_F() local
861 ret = g_inputInterface->iInputController->GetChipName(g_touchIndex, chipName, TEST_LEN in HWTEST_F()
[all...]
/drivers/peripheral/input/hal/src/
H A Dinput_controller.c324 tempInfo = pos->payload.chipName; in GetDevStringInfo()
360 static int32_t GetChipName(uint32_t devIndex, char *chipName, uint32_t length) in GetChipName() argument
362 return GetDevStringInfo(devIndex, chipName, length, CHIP_NAME_LEN, GET_CHIP_NAME); in GetChipName()
583 ret = GetVendorName(devIndex, &node.payload.chipName[0], CHIP_NAME_LEN); in UpdateDevBaseInfo()
/drivers/peripheral/input/test/benchmarktest/
H A Dinput_benchmark_test.cpp268 std::string chipName; in BENCHMARK_F() local
272 ret = g_inputInterfaces->GetChipName(TOUCH_INDEX, chipName); in BENCHMARK_F()
/drivers/peripheral/input/udriver/src/
H A Dinput_manager.cpp114 static int32_t GetChipName(uint32_t devIndex, char *chipName, uint32_t length) in GetChipName() argument
120 return gInputDeviceManager_->GetChipName(devIndex, chipName, length); in GetChipName()
H A Dinput_device_manager.cpp774 RetStatus InputDeviceManager::GetChipName(uint32_t devIndex, char *chipName, uint32_t length) in GetChipName() argument
777 if ((devIndex >= inputDevList_.size()) || (chipName == nullptr)) { in GetChipName()
782 if (memcpy_s(chipName, length, inputDevList_[devIndex].detailInfo.chipName, length) != EOK) { in GetChipName()
786 HDF_LOGI("%{public}s: chipName: %{public}s", __func__, chipName); in GetChipName()
/drivers/peripheral/input/test/unittest/hdi_passthrough_additional/
H A Dhdf_input_hdi_test.cpp856 std::string chipName; in HWTEST_F() local
859 ret = g_inputInterfaces->GetChipName(TOUCH_INDEX, chipName); in HWTEST_F()
876 std::string chipName; in HWTEST_F() local
878 ret = g_inputInterfaces->GetChipName(devIndex, chipName); in HWTEST_F()
891 std::string chipName; in HWTEST_F() local
897 ret = g_inputInterfaces->GetChipName(devIndex, chipName); in HWTEST_F()
902 ret = g_inputInterfaces->GetChipName(devIndex, chipName); in HWTEST_F()
917 std::string chipName; in HWTEST_F() local
919 ret = g_inputInterfaces->GetChipName(devIndex, chipName); in HWTEST_F()

Completed in 19 milliseconds

12