Lines Matching refs:length
113 * @param length Indicates the length of the chip information. The minimum value of length is 10.
119 int32_t (*GetChipInfo)(uint32_t devIndex, char *chipInfo, uint32_t length);
127 * @param length Indicates the length of the module vendor name. The minimum value of length is 10.
133 int32_t (*GetVendorName)(uint32_t devIndex, char *vendorName, uint32_t length);
141 * @param length Indicates the length of the driver chip name. The minimum value of length is 10.
147 int32_t (*GetChipName)(uint32_t devIndex, char *chipName, uint32_t length);
176 * @param length Indicates the length of the test result. The minimum value of length is 20.
182 int32_t (*RunCapacitanceTest)(uint32_t devIndex, uint32_t testType, char *result, uint32_t length);