Home
last modified time | relevance | path

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

12

/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 …]
/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()
/linux/drivers/media/dvb-frontends/
H A Dlnbp21.h31 0:Iout=500-650mA Isc=300mA
32 1:Iout=400-550mA Isc=200mA */
/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 Dmp2888.rst47 - index 1 for "iout";
H A Dmp2856.rst52 - indexes 2, 3 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 Dstpddc60.rst55 The following attributes are supported. Vin, iout, pout and temp limits
H A Dir35221.rst44 curr[2-3]_label "iout[1-2]"
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]".
H A Ducd9000.rst107 curr[1-12]_label "iout[1-12]".
/linux/drivers/hwmon/pmbus/
H A Dmp2891.c16 * is used to identify the iout scale and the MFR_VOUT_LOOP_CTRL(0xBD)
189 /* Identify iout scale for rail 1. */ in mp2891_identify()
194 /* Identify iout scale for rail 2. */ in mp2891_identify()
H A Dstpddc60.c142 * the commanded vout voltage. The vin, iout, pout and temp limits must use
/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.
/linux/include/linux/mfd/
H A Dsi476x-platform.h128 enum si476x_iout_config iout; member
/linux/kernel/trace/
H A Dtrace_events_user.c1341 static int user_dyn_field_set_string(int argc, const char **argv, int *iout, in user_dyn_field_set_string() argument
1344 int pos = 0, i = *iout; in user_dyn_field_set_string()
1349 if (i != *iout) in user_dyn_field_set_string()
1363 *iout = i; in user_dyn_field_set_string()
1864 const char **argv, int *iout) in user_field_match() argument
1870 if (*iout >= argc) in user_field_match()
1873 dyn_len = user_dyn_field_set_string(argc, argv, iout, dyn_field_name, in user_field_match()
1887 user_dyn_field_set_string(argc, argv, iout, dyn_field_name, in user_field_match()
/linux/arch/arm/boot/dts/microchip/
H A Dat91-natte.dtsi42 iout-mux {
/linux/drivers/mfd/
H A Dsi476x-cmd.c556 * @iout: - IOUT pin function configuration:
572 enum si476x_iout_config iout, in si476x_core_cmd_zif_pin_cfg() argument
579 PIN_CFG_BYTE(iout), in si476x_core_cmd_zif_pin_cfg()

12