Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Datom.c1329 unsigned char *c_ptr; in atom_get_vbios_name() local
1343 c_ptr = (unsigned char *)(p_rom + off_to_vbios_str); in atom_get_vbios_name()
1356 while (*c_ptr != 0) in atom_get_vbios_name()
1357 c_ptr++; in atom_get_vbios_name()
1358 c_ptr++; in atom_get_vbios_name()
1362 c_ptr += 2; in atom_get_vbios_name()
1364 name_size = strnlen(c_ptr, STRLEN_LONG - 1); in atom_get_vbios_name()
1365 memcpy(ctx->name, c_ptr, name_size); in atom_get_vbios_name()
/linux/drivers/firmware/arm_scmi/
H A Ddriver.c2930 const char *c_ptr = NULL; in scmi_debugfs_common_setup() local
2942 of_property_read_string(info->dev->of_node, "compatible", &c_ptr); in scmi_debugfs_common_setup()
2943 dbg->type = kstrdup(c_ptr, GFP_KERNEL); in scmi_debugfs_common_setup()