Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Dibmpowernv.c64 static const char * const legacy_compatibles[] = { variable
309 for (type = 0; type < ARRAY_SIZE(legacy_compatibles); type++) { in get_sensor_type()
310 if (of_device_is_compatible(np, legacy_compatibles[type])) in get_sensor_type()