Searched refs:GOODIX_ID_MAX_LEN (Results 1 – 2 of 2) sorted by relevance
56 #define GOODIX_ID_MAX_LEN 4 macro92 char id[GOODIX_ID_MAX_LEN + 1];
1080 char id_str[GOODIX_ID_MAX_LEN + 1]; in goodix_read_version()1086 memcpy(id_str, buf, GOODIX_ID_MAX_LEN); in goodix_read_version()1087 id_str[GOODIX_ID_MAX_LEN] = 0; in goodix_read_version()1088 strscpy(ts->id, id_str, GOODIX_ID_MAX_LEN + 1); in goodix_read_version()