Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwmon/pmbus/
Dpmbus.c120 int vout_mode, i; in pmbus_identify() local
122 vout_mode = pmbus_read_byte_data(client, 0, PMBUS_VOUT_MODE); in pmbus_identify()
123 if (vout_mode >= 0 && vout_mode != 0xff) { in pmbus_identify()
124 switch (vout_mode >> 5) { in pmbus_identify()
Dpxe1610.c26 u8 vout_mode; in pxe1610_identify() local
34 vout_mode = ret & GENMASK(4, 0); in pxe1610_identify()
36 switch (vout_mode) { in pxe1610_identify()
Dpmbus_core.c2143 int vout_mode = -1; in pmbus_identify_common() local
2146 vout_mode = _pmbus_read_byte_data(client, page, in pmbus_identify_common()
2148 if (vout_mode >= 0 && vout_mode != 0xff) { in pmbus_identify_common()
2153 switch (vout_mode >> 5) { in pmbus_identify_common()
2158 data->exponent[page] = ((s8)(vout_mode << 3)) >> 3; in pmbus_identify_common()
/kernel/linux/linux-5.10/drivers/regulator/
Dbd9576-regulator.c210 bool vout_mode, ddr_sel; in bd957x_probe() local
220 vout_mode = of_property_read_bool(pdev->dev.parent->of_node, in bd957x_probe()
222 if (vout_mode) { in bd957x_probe()