Home
last modified time | relevance | path

Searched refs:tkn (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/imagination/
H A Dpvr_device.c457 char *pos, *tkn; in pvr_gpuid_decode_string() local
490 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()