Searched refs:CHIP_INFO_LEN (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/input/ |
H A D | _input_device_info.md | 22 | char [chipInfo](#chipinfo) [[CHIP_INFO_LEN](_input.md#chip_info_len)] | 驱动芯片编码信息 | 55 char InputDeviceInfo::chipInfo[CHIP_INFO_LEN]
|
H A D | _input.md | 52 | [CHIP_INFO_LEN](#chip_info_len) 10 | 芯片信息长度。 | 108 ### CHIP_INFO_LEN subsection 111 #define CHIP_INFO_LEN 10
|
H A D | input__type_8h.md | 38 | [CHIP_INFO_LEN](_input.md#chip_info_len) 10 | 芯片信息长度。 |
|
/ohos5.0/drivers/peripheral/input/interfaces/include/ |
H A D | input_type.h | 84 #define CHIP_INFO_LEN 10 macro 276 char chipInfo[CHIP_INFO_LEN]; /**< Driver chip information */
|
/ohos5.0/drivers/peripheral/input/hal/src/ |
H A 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()
|
/ohos5.0/drivers/peripheral/input/hdi_service/ |
H A D | input_interfaces_impl.cpp | 346 char infoStr[CHIP_INFO_LEN] = {0}; in GetChipInfo() 347 int32_t ret = inputInterface_->iInputController->GetChipInfo(devIndex, infoStr, CHIP_INFO_LEN); in GetChipInfo()
|
/ohos5.0/drivers/peripheral/input/test/unittest/common/ |
H A D | hdi_input_test.cpp | 427 char chipInfo[CHIP_INFO_LEN] = {0}; 431 ret = g_inputInterface->iInputController->GetChipInfo(TOUCH_INDEX, chipInfo, CHIP_INFO_LEN);
|