Home
last modified time | relevance | path

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

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