Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hwmon/pmbus/
Dtps40422.c29 .func[0] = PMBUS_HAVE_VOUT | PMBUS_HAVE_TEMP2
32 .func[1] = PMBUS_HAVE_VOUT | PMBUS_HAVE_TEMP2
Ducd9200.c151 PMBUS_HAVE_TEMP2 | PMBUS_HAVE_STATUS_TEMP; in ucd9200_probe()
157 PMBUS_HAVE_TEMP2 | PMBUS_HAVE_STATUS_TEMP; in ucd9200_probe()
Dpmbus.c65 info->func[0] |= PMBUS_HAVE_TEMP2; in pmbus_find_sensor_groups()
68 if (info->func[0] & (PMBUS_HAVE_TEMP | PMBUS_HAVE_TEMP2 in pmbus_find_sensor_groups()
Dltc2978.c456 | PMBUS_HAVE_TEMP2; in ltc2978_probe()
485 | PMBUS_HAVE_TEMP2 | PMBUS_HAVE_STATUS_TEMP; in ltc2978_probe()
499 | PMBUS_HAVE_TEMP2 | PMBUS_HAVE_STATUS_TEMP; in ltc2978_probe()
Ducd9000.c199 info->func[page] |= PMBUS_HAVE_TEMP2 in ucd9000_probe()
Dpmbus.h327 #define PMBUS_HAVE_TEMP2 (1 << 10) macro
Dzl6100.c393 info->func[0] |= PMBUS_HAVE_TEMP2; in zl6100_probe()
Dpmbus_core.c1517 .func = PMBUS_HAVE_TEMP2,