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];
1070 char id_str[GOODIX_ID_MAX_LEN + 1]; in goodix_read_version()1076 memcpy(id_str, buf, GOODIX_ID_MAX_LEN); in goodix_read_version()1077 id_str[GOODIX_ID_MAX_LEN] = 0; in goodix_read_version()1078 strscpy(ts->id, id_str, GOODIX_ID_MAX_LEN + 1); in goodix_read_version()