/Linux-v5.15/Documentation/leds/ |
D | leds-lm3556.rst | 22 from 93.75 mA to 1500 mA.The Flash currents are adjusted via the CURRENT 37 93.75 mA:: 43 1500 mA:: 64 46.88 mA:: 70 375 mA:: 107 5.86 mA:: 113 46.875mA::
|
/Linux-v5.15/Documentation/devicetree/bindings/sound/ |
D | sgtl5000.yaml | 50 enum: [ 1250, 1500, 1750, 2000, 2250, 2500, 2750, 3000 ] 59 1 = 1.66 mA 2.87 mA 4.02 mA 60 2 = 3.33 mA 5.74 mA 8.03 mA 61 3 = 4.99 mA 8.61 mA 12.05 mA 72 1 = 1.66 mA 2.87 mA 4.02 mA 73 2 = 3.33 mA 5.74 mA 8.03 mA 74 3 = 4.99 mA 8.61 mA 12.05 mA
|
D | cs35l34.txt | 18 in nH and they can be values of 1000nH, 1100nH, 1200nH, 1500nH, and 2200nH. 28 - cirrus,boost-peak-milliamp : Boost converter peak current limit in mA. The 29 range starts at 1200mA and goes to a maximum of 3840mA with increments of 30 80mA. The default value is 2480mA.
|
D | cs35l35.txt | 18 in nH and they can be values of 1000nH, 1200nH, 1500nH, and 2200nH. 60 - cirrus,boost-peak-milliamp : Boost-converter peak current limit in mA. 62 Range starts at 1680mA and goes to a maximum of 4480mA with increments of 63 110mA.
|
/Linux-v5.15/drivers/usb/phy/ |
D | phy.c | 24 #define DEFAULT_CDP_CUR_MIN 1500 26 #define DEFAULT_ACA_CUR_MIN 1500 220 * @mA: the current need to be set 231 void usb_phy_set_charger_current(struct usb_phy *usb_phy, unsigned int mA) in usb_phy_set_charger_current() argument 235 if (usb_phy->chg_cur.sdp_max == mA) in usb_phy_set_charger_current() 238 usb_phy->chg_cur.sdp_max = (mA > DEFAULT_SDP_CUR_MAX_SS) ? in usb_phy_set_charger_current() 239 DEFAULT_SDP_CUR_MAX_SS : mA; in usb_phy_set_charger_current() 242 if (usb_phy->chg_cur.dcp_max == mA) in usb_phy_set_charger_current() 245 usb_phy->chg_cur.dcp_max = (mA > DEFAULT_DCP_CUR_MAX) ? in usb_phy_set_charger_current() 246 DEFAULT_DCP_CUR_MAX : mA; in usb_phy_set_charger_current() [all …]
|
/Linux-v5.15/drivers/power/supply/ |
D | axp288_charger.c | 40 #define VBUS_ISPOUT_CUR_LIM_900MA 0x0 /* 900mA */ 41 #define VBUS_ISPOUT_CUR_LIM_1500MA 0x1 /* 1500mA */ 42 #define VBUS_ISPOUT_CUR_LIM_2000MA 0x2 /* 2000mA */ 43 #define VBUS_ISPOUT_CUR_NO_LIM 0x3 /* 2500mA */ 53 #define CHRG_CCCV_CC_OFFSET 200 /* 200mA */ 54 #define CHRG_CCCV_CC_LSB_RES 200 /* 200mA */ 78 #define CHRG_VBUS_ILIM_100MA 0x0 /* 100mA */ 79 #define CHRG_VBUS_ILIM_500MA 0x1 /* 500mA */ 80 #define CHRG_VBUS_ILIM_900MA 0x2 /* 900mA */ 81 #define CHRG_VBUS_ILIM_1500MA 0x3 /* 1500mA */ [all …]
|
D | adp5061.c | 82 #define ADP5061_ICHG_MAX 1300 // mA 132 800, 900, 1000, 1200, 1500, 1800, 2100, 195 /* Convert from uA to mA */ in adp5061_set_input_current_limit() 319 /* Convert from uA to mA */ in adp5061_set_const_chg_current() 374 /* Convert from uA to mA */ in adp5061_set_prechg_current()
|
D | da9030_battery.c | 108 int mA; member 144 charger->mA, charger->mV); in bat_debug_show() 211 charger->mA = ((val >> 3) & 0xf) * 100; in da9030_charger_update_state() 491 if (pdata->charge_milliamp >= 1500 || in da9030_battery_probe()
|
D | wm831x_power.c | 135 1500, 287 "trickle charge current limit", "mA"); in wm831x_config_battery() 295 "fast charge current limit", "mA"); in wm831x_config_battery() 299 "end of charge current threshold", "mA"); in wm831x_config_battery()
|
D | ab8500_charger.c | 148 /* VBUS input current limits supported in AB8500 in mA */ 164 #define USB_CH_IP_CUR_LVL_1P5 1500 704 * is maximum 500 mA. Every occurrence of USB_STAT_*_HOST_* in ab8500_charger_max_usb_curr() 732 * can consume (900mA). Closest level is 500mA in ab8500_charger_max_usb_curr() 740 * Dedicated charger level minus 120mA (20mA for ACA and in ab8500_charger_max_usb_curr() 741 * 100mA for potential accessory). Closest level is 1300mA in ab8500_charger_max_usb_curr() 1073 * the standard usb host. This will be in mA. 1074 * This function converts current in mA to a value that can be written 1126 * @ich: charger current, in mA 1204 dev_dbg(di->dev, "%s set charger current: %d mA for reg: 0x%02x\n", in ab8500_charger_set_current() [all …]
|
D | 88pm860x_battery.c | 224 /* current(mA) = value * 0.125 */ in measure_current() 645 * set charge current as 500mA, wait about 500ms till charging in calc_resistor() 668 * set charge current as 100mA, wait about 500ms till charging in calc_resistor() 946 info->max_capacity = 1500; /* set default capacity */ in pm860x_battery_probe()
|
/Linux-v5.15/Documentation/devicetree/bindings/leds/backlight/ |
D | qcom-wled.yaml | 59 mA; per-string current limit. 76 mA; boost current limit. 192 enum: [ 105, 280, 450, 620, 970, 1150, 1300, 1500 ]
|
/Linux-v5.15/Documentation/devicetree/bindings/connector/ |
D | usb-connector.yaml | 101 USB 2.0 and USB 3.2 specifications, 5V 500mA for USB 2.0 ports and 102 5V 900mA or 1500mA for USB 3.2 ports in single-lane or dual-lane 220 5V@500mA) upon entering SNK_DISCOVERY(instead of 3A or the 1.5A, Rp current advertised, during
|
/Linux-v5.15/include/linux/usb/ |
D | otg-fsm.h | 16 * 675 Mass Ave, Cambridge, MA 02139, USA. 39 #define T_HOST_REQ_POLL (1500) /* 1500ms, HNP polling interval */
|
/Linux-v5.15/Documentation/devicetree/bindings/mfd/ |
D | rohm,bd71828-pmic.yaml | 14 devices. The IC integrates 7 buck converters, 7 LDOs, and a 1500 mA
|
/Linux-v5.15/arch/arm/boot/dts/ |
D | am57xx-beagle-x15-common.dtsi | 150 /* Based on 5v 500mA AFB02505HHB */ 554 polling-delay = <1500>; /* milliseconds */
|
/Linux-v5.15/include/uapi/linux/ |
D | audit.h | 19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 37 * 1500 - 1599 kernel LSPP events
|
/Linux-v5.15/drivers/usb/typec/tcpm/ |
D | tcpm.c | 671 "%u mV, %u mA [%s%s%s%s%s%s]", in tcpm_log_source_caps() 689 "%u-%u mV, %u mA", in tcpm_log_source_caps() 704 "%u-%u mV, %u mA", in tcpm_log_source_caps() 838 else if (curr >= 1500) in tcpm_rp_cc() 987 limit = 1500; in tcpm_get_current_limit() 1008 tcpm_log(port, "Setting voltage/current limit %u mV %u mA", mv, max_ma); in tcpm_set_current_limit() 3035 "Requested %u mV, %u mA for %u / %u mA", in tcpm_pd_check_request() 3039 "Requested %u -> %u mV, %u mA for %u / %u mA", in tcpm_pd_check_request() 3269 unsigned int mv, ma, mw, flags; in tcpm_pd_build_request() local 3301 ma = 1000 * mw / mv; in tcpm_pd_build_request() [all …]
|
/Linux-v5.15/drivers/iio/adc/ |
D | ab8500-gpadc.c | 158 #define AB8500_ADC_CH_CHG_I_MAX 1500 163 #define AB8500_ADC_CH_IBAT_MIN (-6000) /* mA range measured by ADC for ibat */ 814 * we need to calculate gain and offset to get mA in ab8500_gpadc_read_calibration_data()
|
/Linux-v5.15/drivers/media/dvb-frontends/ |
D | bcm3510.c | 31 * Ave, Cambridge, MA 02139, USA. 308 st->status_check_interval = 1500; in bcm3510_read_status()
|
/Linux-v5.15/sound/soc/codecs/ |
D | cs35l34.c | 693 case 1500: /* 1.5uH */ in cs35l34_boost_inductor() 842 "Invalid Boost Peak Current %d mA\n", val); in cs35l34_handle_of_data()
|
D | cs35l35.c | 803 case 1500: /* 1.5uH */ in cs35l35_boost_inductor() 1273 "Invalid Boost Peak Current %u mA\n", val32); in cs35l35_handle_of_data()
|
/Linux-v5.15/drivers/net/ethernet/ |
D | korina.c | 27 * 675 Mass Ave, Cambridge, MA 02139, USA. 315 * is no support for MTU sizes greater than 1500. */
|
/Linux-v5.15/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
D | hw.c | 1353 /* LED function disable. Power range is about 8mA now. */ in _rtl92s_phy_set_rfhalt() 1434 udelay(1500); in _rtl92se_power_domain_init() 1519 * this will drop away current about 25mA*/ in rtl92se_card_disable() 2359 * and cause current increasing about 40 mA for ips, in rtl92se_gpio_radio_on_off_checking()
|
/Linux-v5.15/drivers/media/pci/ivtv/ |
D | ivtv-driver.c | 19 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 205 "\t\t\t27 = AVerMedia UltraTV 1500 MCE\n"
|