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

/linux-master/drivers/hwmon/
H A Dasus_wmi_sensors.c271 union acpi_object name_obj, data_type_obj, location_obj, source_obj, type_obj; local
329 type_obj = obj->package.elements[4];
330 if (type_obj.type != ACPI_TYPE_INTEGER) {
336 s->type = type_obj.integer.value;
/linux-master/crypto/
H A Dapi.c358 const struct crypto_type *type_obj = alg->cra_type; local
362 if (type_obj)
363 return len + type_obj->ctxsize(alg, type, mask);

Completed in 125 milliseconds