| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | llex.c | 33 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') 130 int old = ls->current; in inclinenumber() 198 } while (isdigit(ls->current) || ls->current == '.'); in read_numeral() 201 while (isalnum(ls->current) || ls->current == '_') in read_numeral() 212 int s = ls->current; in skip_sep() 215 while (ls->current == '=') { in skip_sep() 230 switch (ls->current) { in read_long_string() 281 switch (ls->current) { in read_string() 337 switch (ls->current) { in llex() 422 else if (isalpha(ls->current) || ls->current == '_') { in llex() [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | llex.c | 29 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') 146 int old = ls->current; in inclinenumber() 160 ls->current = firstchar; in luaX_setinput() 183 if (ls->current == '\0' || !strchr(set, ls->current)) in check_next() 231 int first = ls->current; in read_numeral() 239 if (lisxdigit(ls->current) || ls->current == '.') in read_numeral() 256 int s = ls->current; in skip_sep() 272 switch (ls->current) { in read_long_string() 330 c[i] = ls->current; in readdecesc() 343 switch (ls->current) { in read_string() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/power/supply/ |
| H A D | bq25890.txt | 15 - ti,charge-current: integer, maximum charging current (in uA); 16 - ti,termination-current: integer, charge will be terminated when current in 18 - ti,precharge-current: integer, maximum charge current during precharge 24 - ti,boost-max-current: integer, maximum allowed current draw in boost mode 31 input current will be the lower between the resistor setting and the IINLIM 34 current is lowered, to avoid overheating (in degrees Celsius). If omitted, 47 ti,charge-current = <1000000>; 48 ti,termination-current = <50000>; 49 ti,precharge-current = <128000>; 52 ti,boost-max-current = <1000000>;
|
| H A D | rohm,bd99954.yaml | 28 # Curve (1) represents charging current. 32 # a) Trickle-charge with constant current (8). 33 # b) pre-charge with constant current (6) 35 # First a constant current (5) phase (CC) 69 # - trickle-charge-current-microamp: 74 # - precharge-current-microamp: 79 # - constant-charge-current-max-microamp 107 # - charge-term-current-microamp 125 rohm,vbus-input-current-limit-microamp: 131 rohm,vcc-input-current-limit-microamp: [all …]
|
| H A D | bq24257.txt | 12 - ti,charge-current: integer, maximum charging current in uA. 13 - ti,termination-current: integer, charge will be terminated when current in 22 - ti,current-limit: The maximum current to be drawn from the charger's input 23 (in uA). If this property is not specified, the input limit current is 44 ti,charge-current = <1000000>; 45 ti,termination-current = <50000>; 57 ti,charge-current = <500000>; 58 ti,termination-current = <50000>; 59 ti,current-limit = <900000>;
|
| H A D | rt9455_charger.txt | 9 - richtek,output-charge-current: integer, output current from the charger to the 11 - richtek,end-of-charge-percentage: integer, percent of the output charge current. 12 When the current in constant-voltage phase drops 21 decrease voltage level when the over current 24 current provided by the power source. 26 - richtek,avg-input-current-regulation: integer, input current value in uA drained by the 39 richtek,output-charge-current = <500000>; 45 richtek,avg-input-current-regulation = <500000>;
|
| H A D | bq2415x.txt | 18 - ti,current-limit: integer, initial maximum current charger can pull 24 - ti,charge-current: integer, maximum charging current in mA. 25 - ti,termination-current: integer, charge will be terminated when current in 39 ti,current-limit = <100>; 42 ti,charge-current = <650>; 43 ti,termination-current = <100>;
|
| H A D | battery.yaml | 52 trickle-charge-current-microamp: 53 description: current for trickle-charge phase 55 precharge-current-microamp: 56 description: current for pre-charge phase 61 charge-term-current-microamp: 62 description: current for charge termination phase 64 constant-charge-current-max-microamp: 65 description: maximum constant input current 119 precharge-current-microamp = <256000>; 121 charge-term-current-microamp = <128000>; [all …]
|
| H A D | bq24190.txt | 15 + precharge-current-microamp: maximum charge current during precharge 17 + charge-term-current-microamp: a charge cycle terminates when the 18 battery voltage is above recharge threshold, and the current is below 32 charge current on USB SDP ports, among other features). To simulate this on 39 precharge-current-microamp = <256000>; 40 charge-term-current-microamp = <128000>;
|
| H A D | lp8727_charger.txt | 14 - charging-current: value of 'enum lp8727_ichg' (u8) 30 /* AC charger: 5% EOC and 500mA charging current */ 34 charging-current = /bits/ 8 <4>; 37 /* USB charger: 10% EOC and 400mA charging current */ 41 charging-current = /bits/ 8 <2>;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iio/adc/ |
| H A D | palmas-gpadc.txt | 5 1 battery temp NTC (optional current source) 7 3 temp (with ext. diode, optional current source) 15 11 DC-DC current probe (how does this work?) 26 ti,channel0-current-microamp: Channel 0 current in uA. 28 ti,channel3-current-microamp: Channel 3 current in uA. 43 ti,channel0-current-microamp = <5>; 44 ti,channel3-current-microamp = <10>;
|
| H A D | max9611.txt | 1 * Maxim max9611/max9612 current sense amplifier with 12-bits ADC interface 3 Maxim max9611/max9612 is an high-side current sense amplifier with integrated 10 - shunt-resistor-micro-ohms: Value, in micro Ohms, of the current sense shunt 24 This device node describes a current sense amplifier sitting on I2c4 bus 26 A sense resistor of 0,005 Ohm is installed between RS+ and RS- current-sensing
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iio/health/ |
| H A D | max30102.txt | 16 - maxim,red-led-current-microamp: configuration for red LED current 17 - maxim,ir-led-current-microamp: configuration for IR LED current 18 - maxim,green-led-current-microamp: configuration for green LED current 29 maxim,red-led-current-microamp = <7000>; 30 maxim,ir-led-current-microamp = <7000>;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iio/afe/ |
| H A D | current-sense-shunt.txt | 4 When an io-channel measures the voltage over a current sense shunt, 5 the interesting measurement is almost always the current through the 6 shunt, not the voltage over it. This binding describes such a current 10 - compatible : "current-sense-shunt" 15 The system current is measured by measuring the voltage over a 19 compatible = "current-sense-shunt"; 22 /* Divide the voltage by 3300000/1000000 (or 3.3) for the current. */
|
| H A D | current-sense-amplifier.txt | 4 When an io-channel measures the output voltage from a current sense 5 amplifier, the interesting measurement is almost always the current 7 describes such a current sense circuit. 10 - compatible : "current-sense-amplifier" 21 compatible = "current-sense-amplifier";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iio/dac/ |
| H A D | ad5758.txt | 24 current or voltage output at the VIOUT pin. Only one mode 28 * 1: DPC current mode 30 * 3: PPC current mode 43 The array of current output ranges must contain two fields: 44 * <0 20000>: 0 mA to 20 mA current range 45 * <0 24000>: 0 mA to 24 mA current range 46 * <4 24000>: 4 mA to 20 mA current range 47 * <(-20000) 20000>: ±20 mA current range 48 * <(-24000) 24000>: ±24 mA current range 49 * <(-1000) 22000>: −1 mA to +22 mA current range [all …]
|
| H A 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. 55 - adi,ext-current-sense-resistor: boolean set if the hardware a external 56 current sense resistor. 103 adi,ext-current-sense-resistor; 109 adi,ext-current-sense-resistor; 115 adi,ext-current-sense-resistor; 121 adi,ext-current-sense-resistor;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | rt5651.txt | 30 - realtek,over-current-threshold-microamp 31 u32, micbias over-current detection threshold in µA, valid values are 34 - realtek,over-current-scale-factor 35 u32, micbias over-current detection scale-factor, valid values are: 36 0: Scale current by 0.5 37 1: Scale current by 0.75 38 2: Scale current by 1.0 39 3: Scale current by 1.5
|
| H A D | rt5640.txt | 49 - realtek,over-current-threshold-microamp 50 u32, micbias over-current detection threshold in µA, valid values are 53 - realtek,over-current-scale-factor 54 u32, micbias over-current detection scale-factor, valid values are: 55 0: Scale current by 0.5 56 1: Scale current by 0.75 57 2: Scale current by 1.0 58 3: Scale current by 1.5
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | kmem.h | 113 cookie.fstrans_thread = current; in spl_fstrans_mark() 114 cookie.saved_flags = current->flags & SPL_FSTRANS; in spl_fstrans_mark() 115 current->flags |= SPL_FSTRANS; in spl_fstrans_mark() 123 ASSERT3P(cookie.fstrans_thread, ==, current); in spl_fstrans_unmark() 124 ASSERT((current->flags & SPL_FSTRANS) == SPL_FSTRANS); in spl_fstrans_unmark() 126 current->flags &= ~SPL_FSTRANS; in spl_fstrans_unmark() 127 current->flags |= cookie.saved_flags; in spl_fstrans_unmark() 133 return (current->flags & SPL_FSTRANS); in spl_fstrans_check() 143 return (current->flags & __SPL_PF_FSTRANS); in __spl_pf_fstrans_check()
|
| /f-stack/dpdk/drivers/event/sw/ |
| H A D | iq_chunk.h | 113 struct sw_queue_chunk *current; in iq_dequeue_burst() local 118 current = iq->head; in iq_dequeue_burst() 126 ev[total++] = current->events[index++]; in iq_dequeue_burst() 133 next = current->next; in iq_dequeue_burst() 134 iq_free_chunk(sw, current); in iq_dequeue_burst() 135 current = next; in iq_dequeue_burst() 141 struct sw_queue_chunk *next = current->next; in iq_dequeue_burst() 142 iq_free_chunk(sw, current); in iq_dequeue_burst() 146 iq->head = current; in iq_dequeue_burst()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mfd/ |
| H A D | as3711.txt | 15 - su1-max-uA : maximum current 20 - su1-max-uA : maximum current 25 - su2-feedback-curr1 : CURR1 input used for current feedback 26 - su2-feedback-curr2 : CURR2 input used for current feedback 27 - su2-feedback-curr3 : CURR3 input used for current feedback 28 - su2-feedback-curr-auto: automatic current feedback selection 38 - su2-auto-curr1 : use CURR1 input for current feedback 39 - su2-auto-curr2 : use CURR2 input for current feedback 40 - su2-auto-curr3 : use CURR3 input for current feedback
|
| /f-stack/dpdk/lib/librte_eal/include/generic/ |
| H A D | rte_ticketlock.h | 35 uint16_t current; member 67 rte_wait_until_equal_16(&tl->s.current, me, __ATOMIC_ACQUIRE); in rte_ticketlock_lock() 79 uint16_t i = __atomic_load_n(&tl->s.current, __ATOMIC_RELAXED); in rte_ticketlock_unlock() 80 __atomic_store_n(&tl->s.current, i + 1, __ATOMIC_RELEASE); in rte_ticketlock_unlock() 98 if (old.s.next == old.s.current) { in rte_ticketlock_trylock() 120 return (tic.s.current != tic.s.next); in rte_ticketlock_is_locked()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_pipe.c | 461 current->ber = 0; in parse_cfg() 513 current->fifo = 1; in parse_cfg() 514 current->wfq = 0; in parse_cfg() 515 current->drr = 0; in parse_cfg() 519 current->fifo = 0; in parse_cfg() 520 current->wfq = 1; in parse_cfg() 521 current->drr = 0; in parse_cfg() 526 current->wfq = 0; in parse_cfg() 547 current->wfq = 0; in parse_cfg() 548 current->drr = 0; in parse_cfg() [all …]
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | adlist.c | 59 listNode *current, *next; in listEmpty() local 61 current = list->head; in listEmpty() 64 next = current->next; in listEmpty() 65 if (list->free) list->free(current->value); in listEmpty() 66 zfree(current); in listEmpty() 67 current = next; in listEmpty() 231 listNode *current = iter->next; in listNext() local 233 if (current != NULL) { in listNext() 235 iter->next = current->next; in listNext() 237 iter->next = current->prev; in listNext() [all …]
|