Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/thermal/intel/int340x_thermal/
Dacpi_thermal_rel.c221 struct psvt *psvts; in acpi_parse_psvt() local
259 psvts = kcalloc(*psvt_count, sizeof(*psvts), GFP_KERNEL); in acpi_parse_psvt()
260 if (!psvts) { in acpi_parse_psvt()
270 struct psvt *psvt = &psvts[i - 1 - nr_bad_entries]; in acpi_parse_psvt()
339 kfree(psvts); in acpi_parse_psvt()
343 *psvtp = psvts; in acpi_parse_psvt()
441 struct psvt *psvts; in fill_psvt() local
443 ret = acpi_parse_psvt(acpi_thermal_rel_handle, &count, &psvts); in fill_psvt()
458 get_single_name(psvts[i].source, psvt_user[i].source_device); in fill_psvt()
459 get_single_name(psvts[i].target, psvt_user[i].target_device); in fill_psvt()
[all …]