| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/power/supply/ |
| D | ti,lp8727.yaml | 53 0 = 90mA, 1 = 100mA, 2 = 400mA, 3 = 450mA, 4 = 500mA, 5 = 600mA, 54 6 = 700mA, 7 = 800mA, 8 = 900mA, 9 = 1000mA 76 /* AC charger: 5% EOC and 500mA charging current */ 83 /* USB charger: 10% EOC and 400mA charging current */
|
| /kernel/linux/linux-6.6/drivers/power/supply/ |
| D | pcf50633-charger.c | 36 int pcf50633_mbc_usb_curlim_set(struct pcf50633 *pcf, int ma) in pcf50633_mbc_usb_curlim_set() argument 44 if (ma >= 1000) { in pcf50633_mbc_usb_curlim_set() 46 ma = 1000; in pcf50633_mbc_usb_curlim_set() 47 } else if (ma >= 500) { in pcf50633_mbc_usb_curlim_set() 49 ma = 500; in pcf50633_mbc_usb_curlim_set() 50 } else if (ma >= 100) { in pcf50633_mbc_usb_curlim_set() 52 ma = 100; in pcf50633_mbc_usb_curlim_set() 55 ma = 0; in pcf50633_mbc_usb_curlim_set() 61 dev_err(pcf->dev, "error setting usb curlim to %d mA\n", ma); in pcf50633_mbc_usb_curlim_set() 63 dev_info(pcf->dev, "usb curlim to %d mA\n", ma); in pcf50633_mbc_usb_curlim_set() [all …]
|
| D | bq2415x_charger.c | 521 /* set current limit in mA */ 522 static int bq2415x_set_current_limit(struct bq2415x_device *bq, int mA) in bq2415x_set_current_limit() argument 526 if (mA <= 100) in bq2415x_set_current_limit() 528 else if (mA <= 500) in bq2415x_set_current_limit() 530 else if (mA <= 800) in bq2415x_set_current_limit() 539 /* get current limit in mA */ 551 return 500; in bq2415x_get_current_limit() 620 /* set charge current in mA (platform data must provide resistor sense) */ 621 static int bq2415x_set_charge_current(struct bq2415x_device *bq, int mA) in bq2415x_set_charge_current() argument 628 val = (mA * bq->init_data.resistor_sense - 37400) / 6800; in bq2415x_set_charge_current() [all …]
|
| D | ucs1002_power.c | 30 * weighting of the registers is given in mA/hrs. 147 * B0: 0.01084 mA/h rounded to 11 uA/h in ucs1002_get_charge() 148 * B1: 0.02169 mA/h rounded to 22 uA/h in ucs1002_get_charge() 149 * B2: 0.04340 mA/h rounded to 43 uA/h in ucs1002_get_charge() 150 * B3: 0.08676 mA/h rounded to 87 uA/h in ucs1002_get_charge() 151 * B4: 0.17350 mA/h rounded to 173 uÁ/h in ucs1002_get_charge() 156 * B6: 0.00271 mA/h rounded to 3 uA/h in ucs1002_get_charge() 157 * B7: 0.005422 mA/h rounded to 5 uA/h in ucs1002_get_charge() 206 * is from 9.76 mA to 2.5 A. in ucs1002_get_current() 230 * port switch. The range is from 500mA to 2.5 A. [all …]
|
| /kernel/linux/linux-5.10/drivers/power/supply/ |
| D | pcf50633-charger.c | 36 int pcf50633_mbc_usb_curlim_set(struct pcf50633 *pcf, int ma) in pcf50633_mbc_usb_curlim_set() argument 44 if (ma >= 1000) { in pcf50633_mbc_usb_curlim_set() 46 ma = 1000; in pcf50633_mbc_usb_curlim_set() 47 } else if (ma >= 500) { in pcf50633_mbc_usb_curlim_set() 49 ma = 500; in pcf50633_mbc_usb_curlim_set() 50 } else if (ma >= 100) { in pcf50633_mbc_usb_curlim_set() 52 ma = 100; in pcf50633_mbc_usb_curlim_set() 55 ma = 0; in pcf50633_mbc_usb_curlim_set() 61 dev_err(pcf->dev, "error setting usb curlim to %d mA\n", ma); in pcf50633_mbc_usb_curlim_set() 63 dev_info(pcf->dev, "usb curlim to %d mA\n", ma); in pcf50633_mbc_usb_curlim_set() [all …]
|
| D | bd70528-charger.c | 365 .min = 500, 401 static int get_charge_current(struct bd70528_psy *bdpsy, int *ma) in get_charge_current() argument 418 sel, ma); in get_charge_current() 428 static int get_current_limit(struct bd70528_psy *bdpsy, int *ma) in get_current_limit() argument 446 sel, ma); in get_current_limit() 448 /* Unspecified values mean 500 mA */ in get_current_limit() 449 *ma = 500; in get_current_limit() 518 static int set_charge_current(struct bd70528_psy *bdpsy, int ma) in set_charge_current() argument 524 if (ma > 500) { in set_charge_current() 526 "Requested charge current %u exceed maximum (500mA)\n", in set_charge_current() [all …]
|
| D | bq2415x_charger.c | 521 /* set current limit in mA */ 522 static int bq2415x_set_current_limit(struct bq2415x_device *bq, int mA) in bq2415x_set_current_limit() argument 526 if (mA <= 100) in bq2415x_set_current_limit() 528 else if (mA <= 500) in bq2415x_set_current_limit() 530 else if (mA <= 800) in bq2415x_set_current_limit() 539 /* get current limit in mA */ 551 return 500; in bq2415x_get_current_limit() 620 /* set charge current in mA (platform data must provide resistor sense) */ 621 static int bq2415x_set_charge_current(struct bq2415x_device *bq, int mA) in bq2415x_set_charge_current() argument 628 val = (mA * bq->init_data.resistor_sense - 37400) / 6800; in bq2415x_set_charge_current() [all …]
|
| D | ucs1002_power.c | 30 * weighting of the registers is given in mA/hrs. 147 * B0: 0.01084 mA/h rounded to 11 uA/h in ucs1002_get_charge() 148 * B1: 0.02169 mA/h rounded to 22 uA/h in ucs1002_get_charge() 149 * B2: 0.04340 mA/h rounded to 43 uA/h in ucs1002_get_charge() 150 * B3: 0.08676 mA/h rounded to 87 uA/h in ucs1002_get_charge() 151 * B4: 0.17350 mA/h rounded to 173 uÁ/h in ucs1002_get_charge() 156 * B6: 0.00271 mA/h rounded to 3 uA/h in ucs1002_get_charge() 157 * B7: 0.005422 mA/h rounded to 5 uA/h in ucs1002_get_charge() 206 * is from 9.76 mA to 2.5 A. in ucs1002_get_current() 230 * port switch. The range is from 500mA to 2.5 A. [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/touchscreen/ |
| D | stmpe.txt | 17 3 -> 500 us 25 2 -> 500 us 34 0 -> 20 mA (typical 35mA max) 35 1 -> 50 mA (typical 80 mA max) 100 * 50 mA typical 80 mA max touchscreen drivers
|
| /kernel/linux/linux-6.6/include/linux/power/ |
| D | bq2415x_charger.h | 29 BQ2415X_MODE_NONE, /* unknown charger (100mA) */ 30 BQ2415X_MODE_HOST_CHARGER, /* usb host/hub charger (500mA) */ 36 int current_limit; /* mA */ 39 int charge_current; /* mA */ 40 int termination_current; /* mA */
|
| /kernel/linux/linux-5.10/include/linux/power/ |
| D | bq2415x_charger.h | 29 BQ2415X_MODE_NONE, /* unknown charger (100mA) */ 30 BQ2415X_MODE_HOST_CHARGER, /* usb host/hub charger (500mA) */ 36 int current_limit; /* mA */ 39 int charge_current; /* mA */ 40 int termination_current; /* mA */
|
| /kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
| D | lnbp21.h | 31 0:Iout=500-650mA Isc=300mA 32 1:Iout=400-550mA Isc=200mA */
|
| /kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
| D | lnbp21.h | 31 0:Iout=500-650mA Isc=300mA 32 1:Iout=400-550mA Isc=200mA */
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/dac/ |
| D | ad5755.txt | 52 4: 4 mA to 20 mA current range. 53 5: 0 mA to 20 mA current range. 54 6: 0 mA to 24 mA current range. 69 500
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/supply/ |
| D | lp8727_charger.txt | 30 /* AC charger: 5% EOC and 500mA charging current */ 37 /* USB charger: 10% EOC and 400mA charging current */
|
| D | bq24257.txt | 26 of 500,000 is used (=500mA) instead.
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/addac/ |
| D | adi,ad74115.yaml | 195 When not present, the DAC short-circuit current limit is 32mA in 196 either source or sink for VOUT and 4mA sink for IOUT. 197 When present, the limit is 16mA in either source or sink for VOUT, 198 1mA sink for IOUT. 212 enum: [250, 500, 750, 1000] 222 enum: [0, 50, 500, 1000, 10000] 237 enum: [0, 50, 500, 1000, 10000]
|
| /kernel/linux/linux-6.6/arch/mips/include/asm/mach-rc32434/ |
| D | prom.h | 25 * 675 Mass Ave, Cambridge, MA 02139, USA. 39 #define BOARD_RB532 "500" 40 #define BOARD_RB532A "500r5"
|
| /kernel/linux/linux-5.10/arch/mips/include/asm/mach-rc32434/ |
| D | prom.h | 25 * 675 Mass Ave, Cambridge, MA 02139, USA. 39 #define BOARD_RB532 "500" 40 #define BOARD_RB532A "500r5"
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/dac/ |
| D | adi,ad5755.yaml | 86 4: 4 mA to 20 mA current range. 87 5: 0 mA to 20 mA current range. 88 6: 0 mA to 24 mA current range. 108 - enum: [64000, 32000, 16000, 8000, 4000, 2000, 1000, 500, 250, 125, 64, 32, 16, 8, 4, 0]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/mfd/ |
| D | st,stmpe.yaml | 158 3 = 500 us - recommended 171 2 = 500 us - recommended 189 0 = 20 mA (typical 35 mA max) 190 1 = 50 mA (typical 80 mA max)
|
| /kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/cfg/ |
| D | ax210.c | 35 #define IWL_MA_A_HR_B_FW_PRE "iwlwifi-ma-a0-hr-b0" 36 #define IWL_MA_A_GF_A_FW_PRE "iwlwifi-ma-a0-gf-a0" 37 #define IWL_MA_A_GF4_A_FW_PRE "iwlwifi-ma-a0-gf4-a0" 38 #define IWL_MA_A_MR_A_FW_PRE "iwlwifi-ma-a0-mr-a0" 39 #define IWL_MA_B_HR_B_FW_PRE "iwlwifi-ma-b0-hr-b0" 40 #define IWL_MA_B_GF_A_FW_PRE "iwlwifi-ma-b0-gf-a0" 41 #define IWL_MA_B_GF4_A_FW_PRE "iwlwifi-ma-b0-gf4-a0" 42 #define IWL_MA_B_MR_A_FW_PRE "iwlwifi-ma-b0-mr-a0" 150 .xtal_latency = 500, 278 .fw_name_mac = "ma",
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/ |
| D | cs35l36.txt | 18 - cirrus,boost-peak-milliamp : Boost-converter peak current limit in mA. 20 Range starts at 1600mA and goes to a maximum of 4500mA with increments of 21 50mA. 70 6 = 500ms
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
| D | cs35l36.txt | 18 - cirrus,boost-peak-milliamp : Boost-converter peak current limit in mA. 20 Range starts at 1600mA and goes to a maximum of 4500mA with increments of 21 50mA. 70 6 = 500ms
|
| /kernel/linux/linux-5.10/drivers/usb/phy/ |
| D | phy.c | 19 #define DEFAULT_SDP_CUR_MAX 500 22 #define DEFAULT_DCP_CUR_MIN 500 182 * @mA: the current need to be set 193 void usb_phy_set_charger_current(struct usb_phy *usb_phy, unsigned int mA) in usb_phy_set_charger_current() argument 197 if (usb_phy->chg_cur.sdp_max == mA) in usb_phy_set_charger_current() 200 usb_phy->chg_cur.sdp_max = (mA > DEFAULT_SDP_CUR_MAX_SS) ? in usb_phy_set_charger_current() 201 DEFAULT_SDP_CUR_MAX_SS : mA; in usb_phy_set_charger_current() 204 if (usb_phy->chg_cur.dcp_max == mA) in usb_phy_set_charger_current() 207 usb_phy->chg_cur.dcp_max = (mA > DEFAULT_DCP_CUR_MAX) ? in usb_phy_set_charger_current() 208 DEFAULT_DCP_CUR_MAX : mA; in usb_phy_set_charger_current() [all …]
|