Searched refs:CHIP_INFO_LEN (Results 1 – 4 of 4) sorted by relevance
/drivers/peripheral/input/interfaces/include/ |
D | input_type.h | 56 #define CHIP_INFO_LEN 10 macro 248 char chipInfo[CHIP_INFO_LEN]; /**< Driver chip information */
|
/drivers/peripheral/input/hal/src/ |
D | input_controller.c | 367 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/ |
D | input_interfaces_impl.cpp | 340 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/ |
D | hdi_input_test.cpp | 427 char chipInfo[CHIP_INFO_LEN] = {0}; 431 ret = g_inputInterface->iInputController->GetChipInfo(TOUCH_INDEX, chipInfo, CHIP_INFO_LEN);
|