Home
last modified time | relevance | path

Searched refs:iout (Results 1 – 25 of 34) sorted by relevance

12

/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/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()
506 SensorType type{SensorType::iout}; in TEST()
538 SensorType type{SensorType::iout}; in TEST()
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dsensors.hpp31 iout, enumerator
96 case SensorType::iout: in toString()
H A Ddbus_sensor.cpp181 case SensorType::iout: in getTypeBasedProperties()
/openbmc/phosphor-power/phosphor-regulators/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()
H A Dsensors_tests.cpp25 EXPECT_EQ(toString(SensorType::iout), "iout"); in TEST()
/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/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 Dtps40422.rst52 curr[1-2]_label "iout[1-2]"
H A Dmp2888.rst47 - index 1 for "iout";
H A Dxdpe152c4.rst41 indexes 1, 2 are for "iin" and 3, 4 for "iout":
H A Dpxe1610.rst78 curr[2-4]_label "iout[1-3]"
H A Dir35221.rst44 curr[2-3]_label "iout[1-2]"
H A Dxdpe12284.rst52 indexes 1, 2 are for "iin" and 3, 4 for "iout":
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]".
H A Ducd9200.rst90 curr[2-5]_label "iout[1-4]".
/openbmc/linux/include/linux/mfd/
H A Dsi476x-platform.h128 enum si476x_iout_config iout; member
/openbmc/linux/kernel/trace/
H A Dtrace_events_user.c1323 static int user_dyn_field_set_string(int argc, const char **argv, int *iout, in user_dyn_field_set_string() argument
1326 int pos = 0, i = *iout; in user_dyn_field_set_string()
1331 if (i != *iout) in user_dyn_field_set_string()
1345 *iout = i; in user_dyn_field_set_string()
1829 const char **argv, int *iout) in user_field_match() argument
1835 if (*iout >= argc) in user_field_match()
1838 dyn_len = user_dyn_field_set_string(argc, argv, iout, dyn_field_name, in user_field_match()
1852 user_dyn_field_set_string(argc, argv, iout, dyn_field_name, in user_field_match()
/openbmc/linux/arch/arm/boot/dts/microchip/
H A Dat91-natte.dtsi42 iout-mux {

12