Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dibmpowernv.c52 static const char * const legacy_compatibles[] = { variable
296 for (type = 0; type < ARRAY_SIZE(legacy_compatibles); type++) { in get_sensor_type()
297 if (of_device_is_compatible(np, legacy_compatibles[type])) in get_sensor_type()