Home
last modified time | relevance | path

Searched full:iout (Results 1 – 25 of 53) sorted by relevance

123

/openbmc/linux/drivers/leds/flash/
H A Dleds-max77693.c244 u32 micro_amp, u32 iout_max[2], u32 iout[2]) in max77693_distribute_currents()
247 iout[fled_id] = micro_amp; in max77693_distribute_currents()
252 iout[FLED1] = min(micro_amp, iout_max[FLED1]); in max77693_distribute_currents()
253 iout[FLED2] = micro_amp - iout[FLED1]; in max77693_distribute_currents()
262 if (iout[FLED2]) in max77693_distribute_currents()
271 u32 iout[2]; in max77693_set_torch_current() local
274 led->iout_torch_max, iout); in max77693_set_torch_current()
277 iout1_reg = max77693_led_iout_to_reg(iout[FLED1]); in max77693_set_torch_current()
281 iout2_reg = max77693_led_iout_to_reg(iout[FLED2]); in max77693_set_torch_current()
298 u32 iout[2]; in max77693_set_flash_current() local
[all …]
/openbmc/linux/drivers/leds/
H A Dleds-lp8788.c33 int iout; member
39 .iout = 0,
52 cfg->iout = pdata->iout_code; in lp8788_led_init_device()
68 val = cfg->iout; in lp8788_led_init_device()
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/
H A Dpmbus_read_sensor.md17 | iout | Output current |
72 | iout | current |
104 | type | yes | string | Sensor type. Specify one of the following: "iout", "iout_peak", "i…
119 "type": "iout",
/openbmc/phosphor-power/phosphor-regulators/test/actions/
H A Dpmbus_read_sensor_action_tests.cpp67 SensorType type{SensorType::iout}; in TEST()
72 EXPECT_EQ(action.getType(), SensorType::iout); in TEST()
104 EXPECT_CALL(sensors, setValue(SensorType::iout, 11.5)).Times(1); in TEST()
116 SensorType type{SensorType::iout}; in TEST()
457 EXPECT_CALL(sensors, setValue(SensorType::iout, 11.5)) in TEST()
471 SensorType type{SensorType::iout}; in TEST()
481 EXPECT_STREQ(e.what(), "ActionError: pmbus_read_sensor: { type: iout, " in TEST()
506 SensorType type{SensorType::iout}; in TEST()
538 SensorType type{SensorType::iout}; in TEST()
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dsensors_tests.cpp25 EXPECT_EQ(toString(SensorType::iout), "iout"); in TEST()
H A Dsensor_monitoring_tests.cpp132 SensorType type{SensorType::iout}; in TEST()
208 SensorType type{SensorType::iout}; in TEST()
240 EXPECT_CALL(sensors, setValue(SensorType::iout, 11.5)).Times(1); in TEST()
250 SensorType type{SensorType::iout}; in TEST()
293 "ActionError: pmbus_read_sensor: { type: iout, command: 0x8C, " in TEST()
/openbmc/linux/drivers/media/dvb-frontends/
H A Dlnbp21.h31 0:Iout=500-650mA Isc=300mA
32 1:Iout=400-550mA Isc=200mA */
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dsensors.hpp31 iout, enumerator
96 case SensorType::iout: in toString()
97 name = "iout"; in toString()
/openbmc/linux/Documentation/hwmon/
H A Disl68137.rst439 curr[2-3]_label "iout[1-2]"
481 curr2_label "iout"
526 curr[3-4]_label "iout[1-2]"
571 curr[4-6]_label "iout[1-3]"
H A Dmp2856.rst52 - indexes 2, 3 for "iout";
H A Dmp2888.rst47 - index 1 for "iout";
H A Dtps40422.rst52 curr[1-2]_label "iout[1-2]"
H A Dxdpe12284.rst52 indexes 1, 2 are for "iin" and 3, 4 for "iout":
H A Dpxe1610.rst78 curr[2-4]_label "iout[1-3]"
H A Dxdpe152c4.rst41 indexes 1, 2 are for "iin" and 3, 4 for "iout":
H A Dir35221.rst44 curr[2-3]_label "iout[1-2]"
H A Dstpddc60.rst55 The following attributes are supported. Vin, iout, pout and temp limits
H A Dlt7182s.rst50 curr[3-4]_label "iout[1-2]"
H A Dbel-pfe.rst74 curr[2-3]_label "iout[1-2]"
H A Dmp2975.rst62 - indexes n+1, n+2 for "iout";
H A Dtps53679.rst163 curr[N]_label "iout[1-2]" or "iout1.[0-5]".
/openbmc/entity-manager/configurations/
H A D3ypower_vast2112_psu.json25 "iout1_Name": "psu$ADDRESS % 4 iout",
/openbmc/phosphor-power/phosphor-regulators/examples/
H A Dconfig.json33 "type": "iout",
/openbmc/qemu/hw/sensor/
H A Dadm1272.c421 } else if (strcmp(name, "iout") == 0) { in adm1272_get()
445 } else if (strcmp(name, "iout") == 0) { in adm1272_set()
504 object_property_add(obj, "iout", "uint16", in adm1272_init()
/openbmc/linux/Documentation/devicetree/bindings/iio/addac/
H A Dadi,ad74115.yaml196 either source or sink for VOUT and 4mA sink for IOUT.
198 1mA sink for IOUT.

123