Searched refs:tkn (Results 1 – 1 of 1) sorted by relevance
457 char *pos, *tkn; in pvr_gpuid_decode_string() local490 while ((tkn = strsep(&pos, ".")) != NULL && idx < 4) { in pvr_gpuid_decode_string()492 ret = kstrtou16(tkn, 10, &user_bvnc_u16[idx]); in pvr_gpuid_decode_string()