Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Datom.c1333 unsigned char *c_ptr; in atom_get_vbios_name() local
1347 c_ptr = (unsigned char *)(p_rom + off_to_vbios_str); in atom_get_vbios_name()
1360 while (*c_ptr != 0) in atom_get_vbios_name()
1361 c_ptr++; in atom_get_vbios_name()
1362 c_ptr++; in atom_get_vbios_name()
1366 c_ptr += 2; in atom_get_vbios_name()
1368 name_size = strnlen(c_ptr, STRLEN_LONG - 1); in atom_get_vbios_name()
1369 memcpy(ctx->name, c_ptr, name_size); in atom_get_vbios_name()