Searched refs:path_size (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/tidspbridge/pmgr/
H A Ddspapi.c410 u32 path_size = 0; local
417 /* path_size is increased by 1 to accommodate NULL */
418 path_size = strlen_user((char *)
421 psz_path_name = kmalloc(path_size, GFP_KERNEL);
428 sz_path_name, path_size);
/drivers/gpu/drm/radeon/
H A Dradeon_atombios.c544 int i, j, k, path_size, device_support; local
573 path_size = 0;
577 addr += path_size;
579 path_size += le16_to_cpu(path->usSize);

Completed in 42 milliseconds