Searched refs:PSC_VOLTAGE_OUT (Results 1 – 15 of 15) sorted by relevance
| /linux/drivers/hwmon/pmbus/ |
| H A D | max34440.c | 365 data->info.m[PSC_VOLTAGE_OUT] = 125; in max34451_set_supported_funcs() 366 data->info.R[PSC_VOLTAGE_OUT] = 0; in max34451_set_supported_funcs() 434 .format[PSC_VOLTAGE_OUT] = direct, 441 .m[PSC_VOLTAGE_OUT] = 125, 442 .b[PSC_VOLTAGE_OUT] = 0, 443 .R[PSC_VOLTAGE_OUT] = 0, 471 .format[PSC_VOLTAGE_OUT] = direct, 478 .m[PSC_VOLTAGE_OUT] = 125, 479 .b[PSC_VOLTAGE_OUT] = 0, 480 .R[PSC_VOLTAGE_OUT] = 0, [all …]
|
| H A D | max17616.c | 21 .format[PSC_VOLTAGE_OUT] = direct, 22 .m[PSC_VOLTAGE_OUT] = 512, 23 .b[PSC_VOLTAGE_OUT] = -18, 24 .R[PSC_VOLTAGE_OUT] = -1,
|
| H A D | mp5023.c | 15 .format[PSC_VOLTAGE_OUT] = direct, 23 .m[PSC_VOLTAGE_OUT] = 32, 24 .b[PSC_VOLTAGE_OUT] = 0, 25 .R[PSC_VOLTAGE_OUT] = 0,
|
| H A D | stef48h28.c | 15 .format[PSC_VOLTAGE_OUT] = direct, 23 .m[PSC_VOLTAGE_OUT] = 50, 24 .b[PSC_VOLTAGE_OUT] = 0, 25 .R[PSC_VOLTAGE_OUT] = 0,
|
| H A D | ltc4286.c | 26 .format[PSC_VOLTAGE_OUT] = direct, 33 .m[PSC_VOLTAGE_OUT] = 32, 34 .b[PSC_VOLTAGE_OUT] = 0, 35 .R[PSC_VOLTAGE_OUT] = 1, 134 info->m[PSC_VOLTAGE_OUT] = 128; in ltc4286_probe()
|
| H A D | lm25066.c | 96 [PSC_VOLTAGE_OUT] = { 131 [PSC_VOLTAGE_OUT] = { 166 [PSC_VOLTAGE_OUT] = { 201 [PSC_VOLTAGE_OUT] = { 529 info->format[PSC_VOLTAGE_OUT] = direct; in lm25066_probe() 557 info->m[PSC_VOLTAGE_OUT] = coeff[PSC_VOLTAGE_OUT].m; in lm25066_probe() 558 info->b[PSC_VOLTAGE_OUT] = coeff[PSC_VOLTAGE_OUT].b; in lm25066_probe() 559 info->R[PSC_VOLTAGE_OUT] = coeff[PSC_VOLTAGE_OUT].R; in lm25066_probe()
|
| H A D | adp1050.c | 22 .format[PSC_VOLTAGE_OUT] = linear, 34 .format[PSC_VOLTAGE_OUT] = linear, 48 .format[PSC_VOLTAGE_OUT] = linear, 63 .format[PSC_VOLTAGE_OUT] = linear,
|
| H A D | tps53679.c | 155 info->format[PSC_VOLTAGE_OUT] = linear; in tps53685_identify() 197 info->format[PSC_VOLTAGE_OUT] = linear; in tps53676_identify() 236 .format[PSC_VOLTAGE_OUT] = vid,
|
| H A D | mp2975.c | 941 .format[PSC_VOLTAGE_OUT] = direct, 947 .m[PSC_VOLTAGE_OUT] = 1, 948 .R[PSC_VOLTAGE_OUT] = 3, 966 .format[PSC_VOLTAGE_OUT] = direct, 971 .m[PSC_VOLTAGE_OUT] = 1, 972 .R[PSC_VOLTAGE_OUT] = 3,
|
| H A D | e50sn12051.c | 13 .format[PSC_VOLTAGE_OUT] = linear,
|
| H A D | adm1275.c | 621 info->format[PSC_VOLTAGE_OUT] = direct; in adm1275_probe() 942 info->m[PSC_VOLTAGE_OUT] = coefficients[voindex].m; in adm1275_probe() 943 info->b[PSC_VOLTAGE_OUT] = coefficients[voindex].b; in adm1275_probe() 944 info->R[PSC_VOLTAGE_OUT] = coefficients[voindex].R; in adm1275_probe()
|
| H A D | lt3074.c | 62 .format[PSC_VOLTAGE_OUT] = linear,
|
| H A D | max20830.c | 76 .format[PSC_VOLTAGE_OUT] = linear,
|
| H A D | pmbus_core.c | 877 if (sensor->class == PSC_VOLTAGE_OUT) { /* LINEAR16 */ in pmbus_reg2data_linear() 1088 if (sensor->class == PSC_VOLTAGE_OUT) { in pmbus_data2reg_linear() 1956 .class = PSC_VOLTAGE_OUT, 2648 .class = PSC_VOLTAGE_OUT, 2758 if (data->info->format[PSC_VOLTAGE_OUT] != linear) in pmbus_identify_common() 2764 if (data->info->format[PSC_VOLTAGE_OUT] != vid) in pmbus_identify_common() 2768 if (data->info->format[PSC_VOLTAGE_OUT] != direct) in pmbus_identify_common() 2772 if (data->info->format[PSC_VOLTAGE_OUT] != ieee754) in pmbus_identify_common() 3272 .class = PSC_VOLTAGE_OUT, in pmbus_regulator_get_low_margin() 3298 .class = PSC_VOLTAGE_OUT, in pmbus_regulator_get_high_margin() [all …]
|
| H A D | pmbus.h | 379 PSC_VOLTAGE_OUT, enumerator
|