Home
last modified time | relevance | path

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

/linux/drivers/hwmon/pmbus/
H A Dxdpe12284.c81 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()
H A Dmp9945.c39 enum mp9945_vout_mode vout_mode; member
56 switch (data->vout_mode) { in mp9945_read_vout()
147 data->vout_mode = MP9945_VOUT_MODE_LINEAR16; in mp9945_identify()
150 data->vout_mode = MP9945_VOUT_MODE_VID; in mp9945_identify()
153 data->vout_mode = MP9945_VOUT_MODE_DIRECT; in mp9945_identify()
H A Dpmbus.c122 int vout_mode, i; in pmbus_identify() local
124 vout_mode = pmbus_read_byte_data(client, 0, PMBUS_VOUT_MODE); in pmbus_identify()
125 if (vout_mode >= 0 && vout_mode != 0xff) { in pmbus_identify()
126 switch (vout_mode >> 5) { in pmbus_identify()
H A Dmp5990.c18 u8 vout_mode; member
31 if (data->vout_mode == linear) { in mp5990_read_byte_data()
73 if (data->vout_mode == linear) { in mp5990_read_word_data()
191 data->vout_mode = linear; in mp5990_probe()
206 data->vout_mode = direct; in mp5990_probe()
H A 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()
H A Dpmbus_core.c2641 int vout_mode = -1; in pmbus_identify_common() local
2644 vout_mode = _pmbus_read_byte_data(client, page, in pmbus_identify_common()
2646 if (vout_mode >= 0 && vout_mode != 0xff) { in pmbus_identify_common()
2651 switch (vout_mode >> 5) { in pmbus_identify_common()
2656 data->exponent[page] = ((s8)(vout_mode << 3)) >> 3; in pmbus_identify_common()
/linux/drivers/regulator/
H A Dbd9576-regulator.c901 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()