Searched refs:vout_mode (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/hwmon/pmbus/ |
D | mpq8785.c | 14 int vout_mode; in mpq8785_identify() local 16 vout_mode = pmbus_read_byte_data(client, 0, PMBUS_VOUT_MODE); in mpq8785_identify() 17 if (vout_mode < 0 || vout_mode == 0xff) in mpq8785_identify() 18 return vout_mode < 0 ? vout_mode : -ENODEV; in mpq8785_identify() 19 switch (vout_mode >> 5) { in mpq8785_identify()
|
D | xdpe12284.c | 81 int i, ret, vout_mode; in xdpe122_identify() local 83 vout_mode = pmbus_read_byte_data(client, 0, PMBUS_VOUT_MODE); in xdpe122_identify() 84 if (vout_mode >= 0 && vout_mode != 0xff) { in xdpe122_identify() 85 switch (vout_mode >> 5) { in xdpe122_identify()
|
D | mp5990.c | 16 u8 vout_mode; member 29 if (data->vout_mode == linear) { in mp5990_read_byte_data() 71 if (data->vout_mode == linear) { in mp5990_read_word_data() 138 data->vout_mode = linear; in mp5990_probe() 150 data->vout_mode = direct; in mp5990_probe()
|
D | pmbus.c | 120 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()
|
D | pxe1610.c | 26 u8 vout_mode; in pxe1610_identify() local 34 vout_mode = ret & GENMASK(4, 0); in pxe1610_identify() 36 switch (vout_mode) { in pxe1610_identify()
|
D | pmbus_core.c | 2585 int vout_mode = -1; in pmbus_identify_common() local 2588 vout_mode = _pmbus_read_byte_data(client, page, in pmbus_identify_common() 2590 if (vout_mode >= 0 && vout_mode != 0xff) { in pmbus_identify_common() 2595 switch (vout_mode >> 5) { in pmbus_identify_common() 2600 data->exponent[page] = ((s8)(vout_mode << 3)) >> 3; in pmbus_identify_common()
|
/linux-6.12.1/drivers/regulator/ |
D | bd9576-regulator.c | 901 bool vout_mode, ddr_sel, may_have_irqs = false; in bd957x_probe() local 943 vout_mode = device_property_read_bool(pdev->dev.parent, in bd957x_probe() 945 if (vout_mode) { in bd957x_probe()
|