Home
last modified time | relevance | path

Searched +full:900 +full:ma (Results 1 – 25 of 26) sorted by relevance

12

/Linux-v5.15/Documentation/devicetree/bindings/power/supply/
Dti,lp8727.yaml52 0 = 90mA, 1 = 100mA, 2 = 400mA, 3 = 450mA, 4 = 500mA, 5 = 600mA,
53 6 = 700mA, 7 = 800mA, 8 = 900mA, 9 = 1000mA
75 /* AC charger: 5% EOC and 500mA charging current */
82 /* USB charger: 10% EOC and 400mA charging current */
/Linux-v5.15/Documentation/usb/
Dacm.rst23 Temple Place, Suite 330, Boston, MA 02111-1307 USA
75 B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0
80 C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr= 0mA
89 C: #Ifs= 1 Cfg#= 1 Atr=60 MxPwr= 0mA
94 C:* #Ifs= 2 Cfg#= 2 Atr=60 MxPwr= 0mA
/Linux-v5.15/drivers/power/supply/
Daxp288_charger.c40 #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 …]
Dadp5061.c82 #define ADP5061_ICHG_MAX 1300 // mA
120 700, 750, 800, 850, 900, 950, 1000, 1050, 1100, 1200, 1300,
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()
Dsc2731_charger.c46 /* Default current definition (unit is mA) */
49 #define SC2731_CURRENT_LIMIT_900 900
120 /* Calculate the step value, each step is 50 mA */ in sc2731_charger_set_current()
123 /* Set pre-charge current as 450 mA */ in sc2731_charger_set_current()
387 * default charge termination current to 120 mA, and default in sc2731_charger_hw_init()
Dwm831x_power.c134 900,
203 { 900, 14 << WM831X_CHG_FAST_ILIM_SHIFT },
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()
Dab8500_charger.c148 /* VBUS input current limits supported in AB8500 in mA */
159 #define USB_CH_IP_CUR_LVL_0P9 900
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 …]
/Linux-v5.15/drivers/usb/phy/
Dphy.c21 #define DEFAULT_SDP_CUR_MAX_SS 900
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()
249 if (usb_phy->chg_cur.cdp_max == mA) in usb_phy_set_charger_current()
[all …]
/Linux-v5.15/Documentation/devicetree/bindings/connector/
Dusb-connector.yaml101 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/drivers/usb/gadget/
Dcomposite.c495 * USB 3.x supports up to 900mA, but since 900 isn't divisible in encode_bMaxPower()
496 * by 8 the integral division will effectively cap to 896mA. in encode_bMaxPower()
498 return min(val, 900U) / 8; in encode_bMaxPower()
947 power = min(power, 900U); in set_config()
2108 * draw at max 100mA while in a connected, but unconfigured state. in composite_reset()
2228 * more than 100mA from USB must report itself as bus-powered in in composite_dev_prepare()
2416 maxpower = min(maxpower, 900U); in composite_resume()
/Linux-v5.15/arch/arm64/boot/dts/rockchip/
Drk3308.dtsi93 min-residency-us = <900>;
849 pcfg_pull_none_2ma: pcfg-pull-none-2ma {
854 pcfg_pull_up_2ma: pcfg-pull-up-2ma {
859 pcfg_pull_up_4ma: pcfg-pull-up-4ma {
864 pcfg_pull_none_4ma: pcfg-pull-none-4ma {
869 pcfg_pull_down_4ma: pcfg-pull-down-4ma {
874 pcfg_pull_none_8ma: pcfg-pull-none-8ma {
879 pcfg_pull_up_8ma: pcfg-pull-up-8ma {
884 pcfg_pull_none_12ma: pcfg-pull-none-12ma {
889 pcfg_pull_up_12ma: pcfg-pull-up-12ma {
[all …]
Drk3328.dtsi99 min-residency-us = <900>;
1086 pcfg_pull_none_2ma: pcfg-pull-none-2ma {
1091 pcfg_pull_up_2ma: pcfg-pull-up-2ma {
1096 pcfg_pull_up_4ma: pcfg-pull-up-4ma {
1101 pcfg_pull_none_4ma: pcfg-pull-none-4ma {
1106 pcfg_pull_down_4ma: pcfg-pull-down-4ma {
1111 pcfg_pull_none_8ma: pcfg-pull-none-8ma {
1116 pcfg_pull_up_8ma: pcfg-pull-up-8ma {
1121 pcfg_pull_none_12ma: pcfg-pull-none-12ma {
1126 pcfg_pull_up_12ma: pcfg-pull-up-12ma {
Drk3399.dtsi150 min-residency-us = <900>;
2038 pcfg_pull_none_12ma: pcfg-pull-none-12ma {
2043 pcfg_pull_none_13ma: pcfg-pull-none-13ma {
2048 pcfg_pull_none_18ma: pcfg-pull-none-18ma {
2053 pcfg_pull_none_20ma: pcfg-pull-none-20ma {
2058 pcfg_pull_up_2ma: pcfg-pull-up-2ma {
2063 pcfg_pull_up_8ma: pcfg-pull-up-8ma {
2068 pcfg_pull_up_18ma: pcfg-pull-up-18ma {
2073 pcfg_pull_up_20ma: pcfg-pull-up-20ma {
2078 pcfg_pull_down_4ma: pcfg-pull-down-4ma {
[all …]
Dpx30.dtsi99 min-residency-us = <900>;
1313 pcfg_pull_none_2ma: pcfg-pull-none-2ma {
1318 pcfg_pull_up_2ma: pcfg-pull-up-2ma {
1323 pcfg_pull_up_4ma: pcfg-pull-up-4ma {
1328 pcfg_pull_none_4ma: pcfg-pull-none-4ma {
1333 pcfg_pull_down_4ma: pcfg-pull-down-4ma {
1338 pcfg_pull_none_8ma: pcfg-pull-none-8ma {
1343 pcfg_pull_up_8ma: pcfg-pull-up-8ma {
1348 pcfg_pull_none_12ma: pcfg-pull-none-12ma {
1353 pcfg_pull_up_12ma: pcfg-pull-up-12ma {
[all …]
/Linux-v5.15/drivers/media/dvb-frontends/
Ddib7000m.c279 if (state->revision == 0x4000) { // workaround for PA/MA in dib7000m_set_adc_state()
553 // Tuner IO bank: max drive (14mA)
573 dib7000m_write_word(state, 900, 0xff0f); in dib7000m_demod_reset()
578 dib7000m_write_word(state, 900, 0); in dib7000m_demod_reset()
1442 .name = "DiBcom 7000MA/MB/PA/PB/MC",
1473 MODULE_DESCRIPTION("Driver for the DiBcom 7000MA/MB/PA/PB/MC COFDM demodulator");
Ddib8000.c288 …(832 << 5) | 0x10, (912 << 5) | 0x05, (900 << 5) | 0x12, (832 << 5) | 0x10, (-931 << 5) | 0x0f, (9…
509 reg_900 = (dib8000_read_word(state, 900) & 0xfffc) | 0x3, in dib8000_set_power_mode()
538 …dprintk("powermode : 774 : %x ; 775 : %x; 776 : %x ; 900 : %x; 1280 : %x\n", reg_774, reg_775, reg… in dib8000_set_power_mode()
542 dib8000_write_word(state, 900, reg_900); in dib8000_set_power_mode()
1044 dprintk("error : dib8000 MA not supported\n"); in dib8000_reset()
/Linux-v5.15/Documentation/driver-api/usb/
Dusb.rst866 | | | | | |__MaxPower in mA
970 B: Alloc= 28/900 us ( 3%), #Int= 2, #Iso= 0
975 C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr= 0mA
982 C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=100mA
989 C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=100mA
998 C:* #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=100mA
/Linux-v5.15/drivers/video/fbdev/sis/
Dinit.h23 * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
1054 { 4, 1, 900, 500, 1800, 1000 },
1055 { 4, 1, 900, 500, 1800, 1000 },
1129 { 6, 1, 900, 500, 2160, 1250 },
1130 { 6, 1, 900, 500, 2160, 1250 },
1148 { 6, 1, 900, 500, 2160, 1250 },
1149 { 6, 1, 900, 500, 2160, 1250 },
1167 { 1, 1, 900, 449, 900, 449 },
1168 { 1, 1, 900, 449, 900, 449 },
D300vtbl.h23 * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
687 { 176, 45, 900, 510,1650,1088},
688 { 176, 45, 900, 510,1650,1088},
D310vtbl.h23 * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
996 { 176, 45, 900, 510,1650,1088},
997 { 176, 45, 900, 510,1650,1088},
/Linux-v5.15/
DCREDITS44 S: Weymouth, MA 02188
1299 S: Carlisle, MA 01741
1646 S: 998 East 900 South, Suite 26
2330 S: Cambridge, MA 02139
3192 S: Westford, MA 01886
3646 S: Northborough, MA 01532
/Linux-v5.15/drivers/scsi/mpt3sas/
Dmpt3sas_base.h42 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
98 #define MPT3SAS_TIMESYNC_UPDATE_INTERVAL (900) /* 15 minutes */
/Linux-v5.15/drivers/usb/gadget/udc/
Ddummy_hcd.c50 #define POWER_BUDGET 500 /* in mA; use 8 for low-power port testing */
51 #define POWER_BUDGET_3 900 /* in mA */
/Linux-v5.15/drivers/usb/core/
Dhub.c1455 full_load = 900; in hub_configure()
1570 * and battery-powered root hubs (may provide just 8 mA). in hub_configure()
5077 * or 8mA for OTG ports in hub_power_remaining()
/Linux-v5.15/drivers/media/dvb-frontends/drx39xyj/
Ddrxj.c49 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
282 #define DRXJ_QAM_MAX_WAITTIME 900
3701 /* io_pad_cfg_drive is set to power 2 (23 mA) */ in ctrl_uio_write()
3740 /* io_pad_cfg_drive is set to power 2 (23 mA) */ in ctrl_uio_write()
3779 /* io_pad_cfg_drive is set to power 2 (23 mA) */ in ctrl_uio_write()
3819 /* io_pad_cfg_drive is set to power 2 (23 mA) */ in ctrl_uio_write()

12