Home
last modified time | relevance | path

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

/linux/drivers/thermal/intel/int340x_thermal/
H A Dacpi_thermal_rel.c214 static int acpi_parse_psvt(acpi_handle handle, int *psvt_count, struct psvt **psvtp) in acpi_parse_psvt() argument
253 *psvt_count = p->package.count - 1; in acpi_parse_psvt()
254 if (!*psvt_count) { in acpi_parse_psvt()
259 psvts = kcalloc(*psvt_count, sizeof(*psvts), GFP_KERNEL); in acpi_parse_psvt()
335 *psvt_count -= nr_bad_entries; in acpi_parse_psvt()
337 if (!*psvt_count) { in acpi_parse_psvt()