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

/linux-master/drivers/thermal/intel/int340x_thermal/
H A Dacpi_thermal_rel.c210 * @psvt_count: the number of valid entries resulted from parsing PSVT
214 static int acpi_parse_psvt(acpi_handle handle, int *psvt_count, struct psvt **psvtp) argument
253 *psvt_count = p->package.count - 1;
254 if (!*psvt_count) {
259 psvts = kcalloc(*psvt_count, sizeof(*psvts), GFP_KERNEL);
335 *psvt_count -= nr_bad_entries;
337 if (!*psvt_count) {

Completed in 75 milliseconds