Home
last modified time | relevance | path

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

/drivers/peripheral/input/interfaces/include/
Dinput_type.h56 #define CHIP_INFO_LEN 10 macro
248 char chipInfo[CHIP_INFO_LEN]; /**< Driver chip information */
/drivers/peripheral/input/hal/src/
Dinput_controller.c367 return GetDevStringInfo(devIndex, chipInfo, length, CHIP_INFO_LEN, GET_CHIP_INFO); in GetChipInfo()
579 ret = GetChipName(devIndex, &node.payload.chipInfo[0], CHIP_INFO_LEN); in UpdateDevBaseInfo()
/drivers/peripheral/input/hdi_service/
Dinput_interfaces_impl.cpp340 char infoStr[CHIP_INFO_LEN] = {0}; in GetChipInfo()
341 int32_t ret = inputInterface_->iInputController->GetChipInfo(devIndex, infoStr, CHIP_INFO_LEN); in GetChipInfo()
/drivers/peripheral/input/test/unittest/common/
Dhdi_input_test.cpp427 char chipInfo[CHIP_INFO_LEN] = {0};
431 ret = g_inputInterface->iInputController->GetChipInfo(TOUCH_INDEX, chipInfo, CHIP_INFO_LEN);