Home
last modified time | relevance | path

Searched refs:PSC_NUM_CLASSES (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwmon/pmbus/
H A Dpmbus.h375 PSC_NUM_CLASSES /* Number of power sensor classes */ enumerator
415 enum pmbus_data_format format[PSC_NUM_CLASSES];
421 int m[PSC_NUM_CLASSES]; /* mantissa for direct data format */
422 int b[PSC_NUM_CLASSES]; /* offset */
423 int R[PSC_NUM_CLASSES]; /* exponent */
H A Dlm25066.c51 #define PSC_CURRENT_IN_L (PSC_NUM_CLASSES)
52 #define PSC_POWER_L (PSC_NUM_CLASSES + 1)
54 static struct __coeff lm25066_coeff[][PSC_NUM_CLASSES + 2] = {
/kernel/linux/linux-6.6/drivers/hwmon/pmbus/
H A Dpmbus.h375 PSC_NUM_CLASSES /* Number of power sensor classes */ enumerator
415 enum pmbus_data_format format[PSC_NUM_CLASSES];
421 int m[PSC_NUM_CLASSES]; /* mantissa for direct data format */
422 int b[PSC_NUM_CLASSES]; /* offset */
423 int R[PSC_NUM_CLASSES]; /* exponent */
H A Dlm25066.c52 #define PSC_CURRENT_IN_L (PSC_NUM_CLASSES)
53 #define PSC_POWER_L (PSC_NUM_CLASSES + 1)
55 static const struct __coeff lm25066_coeff[][PSC_NUM_CLASSES + 2] = {

Completed in 4 milliseconds