Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/thermal/intel/int340x_thermal/
H A Dint3400_thermal.c193 union acpi_object *obja, *objb; in int3400_thermal_get_uuids() local
202 obja = (union acpi_object *)buf.pointer; in int3400_thermal_get_uuids()
203 if (obja->type != ACPI_TYPE_PACKAGE) { in int3400_thermal_get_uuids()
208 for (i = 0; i < obja->package.count; i++) { in int3400_thermal_get_uuids()
209 objb = &obja->package.elements[i]; in int3400_thermal_get_uuids()
/kernel/linux/linux-6.6/drivers/thermal/intel/int340x_thermal/
H A Dint3400_thermal.c270 union acpi_object *obja, *objb; in int3400_thermal_get_uuids() local
279 obja = (union acpi_object *)buf.pointer; in int3400_thermal_get_uuids()
280 if (obja->type != ACPI_TYPE_PACKAGE) { in int3400_thermal_get_uuids()
285 for (i = 0; i < obja->package.count; i++) { in int3400_thermal_get_uuids()
286 objb = &obja->package.elements[i]; in int3400_thermal_get_uuids()

Completed in 3 milliseconds