/openbmc/linux/drivers/leds/flash/ |
H A D | leds-max77693.c | 244 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 D | leds-lp8788.c | 33 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 D | pmbus_read_sensor_action_tests.cpp | 67 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 D | sensors.hpp | 31 iout, enumerator 96 case SensorType::iout: in toString()
|
H A D | dbus_sensor.cpp | 181 case SensorType::iout: in getTypeBasedProperties()
|
/openbmc/phosphor-power/phosphor-regulators/test/ |
H A D | sensor_monitoring_tests.cpp | 132 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 D | sensors_tests.cpp | 25 EXPECT_EQ(toString(SensorType::iout), "iout"); in TEST()
|
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/ |
H A D | pmbus_read_sensor.md | 17 | 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 D | isl68137.rst | 439 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 D | mp2856.rst | 52 - indexes 2, 3 for "iout";
|
H A D | tps40422.rst | 52 curr[1-2]_label "iout[1-2]"
|
H A D | mp2888.rst | 47 - index 1 for "iout";
|
H A D | xdpe152c4.rst | 41 indexes 1, 2 are for "iin" and 3, 4 for "iout":
|
H A D | pxe1610.rst | 78 curr[2-4]_label "iout[1-3]"
|
H A D | ir35221.rst | 44 curr[2-3]_label "iout[1-2]"
|
H A D | xdpe12284.rst | 52 indexes 1, 2 are for "iin" and 3, 4 for "iout":
|
H A D | stpddc60.rst | 55 The following attributes are supported. Vin, iout, pout and temp limits
|
H A D | lt7182s.rst | 50 curr[3-4]_label "iout[1-2]"
|
H A D | bel-pfe.rst | 74 curr[2-3]_label "iout[1-2]"
|
H A D | mp2975.rst | 62 - indexes n+1, n+2 for "iout";
|
H A D | tps53679.rst | 163 curr[N]_label "iout[1-2]" or "iout1.[0-5]".
|
H A D | ucd9200.rst | 90 curr[2-5]_label "iout[1-4]".
|
/openbmc/linux/include/linux/mfd/ |
H A D | si476x-platform.h | 128 enum si476x_iout_config iout; member
|
/openbmc/linux/kernel/trace/ |
H A D | trace_events_user.c | 1323 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 D | at91-natte.dtsi | 42 iout-mux {
|