acpi_pptt_cache_v1_full
struct acpi_pptt_cache_v1_full *cache_v1;
struct acpi_pptt_cache_v1_full *found_cache_v1;
static struct acpi_pptt_cache_v1_full *upgrade_pptt_cache(struct acpi_pptt_cache *cache)
if (cache->header.length < sizeof(struct acpi_pptt_cache_v1_full))
return (struct acpi_pptt_cache_v1_full *)cache;
struct acpi_pptt_cache_v1_full *cache_v1;