Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/thermal/int340x_thermal/
Dint3400_thermal.c115 union acpi_object *obja, *objb; in int3400_thermal_get_uuids() local
124 obja = (union acpi_object *)buf.pointer; in int3400_thermal_get_uuids()
125 if (obja->type != ACPI_TYPE_PACKAGE) { in int3400_thermal_get_uuids()
130 for (i = 0; i < obja->package.count; i++) { in int3400_thermal_get_uuids()
131 objb = &obja->package.elements[i]; in int3400_thermal_get_uuids()