| /kernel/linux/linux-6.6/drivers/ras/ |
| D | cec.c | 39 * If, after decay, an element gets inserted again, its generation is set to 11b 67 * We use DECAY_BITS bits of PAGE_SHIFT bits for counting decay, i.e., how long 90 #define DECAY(e) (((e) >> COUNT_BITS) & DECAY_MASK) macro 139 * Decrement decay value. We're using DECAY_BITS bits to denote decay of an 147 u8 decay = DECAY(ca->array[i]); in do_spring_cleaning() local 149 if (!decay) in do_spring_cleaning() 152 decay--; in do_spring_cleaning() 155 ca->array[i] |= (decay << COUNT_BITS); in do_spring_cleaning() 459 i, this, bins[DECAY(ca->array[i])], COUNT(ca->array[i])); in array_show() 469 seq_printf(m, "Decay interval: %lld seconds\n", decay_interval); in array_show() [all …]
|
| /kernel/linux/linux-5.10/drivers/ras/ |
| D | cec.c | 39 * If, after decay, an element gets inserted again, its generation is set to 11b 67 * We use DECAY_BITS bits of PAGE_SHIFT bits for counting decay, i.e., how long 90 #define DECAY(e) (((e) >> COUNT_BITS) & DECAY_MASK) macro 139 * Decrement decay value. We're using DECAY_BITS bits to denote decay of an 147 u8 decay = DECAY(ca->array[i]); in do_spring_cleaning() local 149 if (!decay) in do_spring_cleaning() 152 decay--; in do_spring_cleaning() 155 ca->array[i] |= (decay << COUNT_BITS); in do_spring_cleaning() 459 i, this, bins[DECAY(ca->array[i])], COUNT(ca->array[i])); in array_show() 469 seq_printf(m, "Decay interval: %lld seconds\n", decay_interval); in array_show() [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/ |
| D | tps65086.txt | 28 - ti,regulator-decay : This is applicable for buck[1-6], set this if 29 the output needs to decay, default is for 50 ti,regulator-decay;
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/mfd/ |
| D | ti,tps65086.yaml | 65 ti,regulator-decay: 68 Set this if the output needs to decay, default is for the output 118 ti,regulator-decay;
|
| /kernel/linux/linux-5.10/drivers/cpuidle/governors/ |
| D | menu.c | 26 #define DECAY 8 macro 304 (RESOLUTION * DECAY * NSEC_PER_USEC) / 2, in menu_select() 305 RESOLUTION * DECAY * NSEC_PER_USEC); in menu_select() 506 new_factor -= new_factor / DECAY; in menu_update() 522 * and the compiler can eliminate this test as long as DECAY > 1. in menu_update() 524 if (DECAY == 1 && unlikely(new_factor == 0)) in menu_update() 553 data->correction_factor[i] = RESOLUTION * DECAY; in menu_enable_device()
|
| /kernel/linux/linux-6.6/drivers/cpuidle/governors/ |
| D | menu.c | 28 #define DECAY 8 macro 307 timer_us = div_u64((RESOLUTION * DECAY * NSEC_PER_USEC) / 2 + in menu_select() 310 RESOLUTION * DECAY * NSEC_PER_USEC); in menu_select() 533 new_factor -= new_factor / DECAY; in menu_update() 549 * and the compiler can eliminate this test as long as DECAY > 1. in menu_update() 551 if (DECAY == 1 && unlikely(new_factor == 0)) in menu_update() 580 data->correction_factor[i] = RESOLUTION * DECAY; in menu_enable_device()
|
| /kernel/linux/linux-6.6/include/uapi/sound/ |
| D | asound_fm.h | 40 unsigned char decay; /* 4 bits: decay rate */ member
|
| D | sfnt_info.h | 78 unsigned short moddcysus; /* modulation decay & sustain (0x7f7f) */ 83 unsigned short voldcysus; /* volume decay & sustain (0x7f7f) */
|
| /kernel/linux/linux-5.10/drivers/regulator/ |
| D | tps65086-regulator.c | 195 /* Check for decay mode */ in tps65086_of_parse_cb() 196 if (desc->id <= BUCK6 && of_property_read_bool(node, "ti,regulator-decay")) { in tps65086_of_parse_cb() 202 dev_err(config->dev, "Error setting decay\n"); in tps65086_of_parse_cb()
|
| /kernel/linux/linux-5.10/include/uapi/sound/ |
| D | asound_fm.h | 55 unsigned char decay; /* 4 bits: decay rate */ member
|
| D | sfnt_info.h | 93 unsigned short moddcysus; /* modulation decay & sustain (0x7f7f) */ 98 unsigned short voldcysus; /* volume decay & sustain (0x7f7f) */
|
| /kernel/linux/linux-5.10/include/linux/mfd/ |
| D | ac100.h | 95 #define AC100_ADC_DAP_L_D_T 0x8a /* Left Decay Time */ 97 #define AC100_ADC_DAP_R_D_T 0x8c /* Right Decay Time */
|
| /kernel/linux/linux-6.6/include/linux/mfd/ |
| D | ac100.h | 95 #define AC100_ADC_DAP_L_D_T 0x8a /* Left Decay Time */ 97 #define AC100_ADC_DAP_R_D_T 0x8c /* Right Decay Time */
|
| /kernel/linux/linux-5.10/sound/pci/asihpi/ |
| D | hpifunc.c | 1900 u32 decay) in hpi_compander_set_decay_time_constant() argument 1902 return hpi_control_param_set(h_control, HPI_COMPANDER_DECAY, decay, in hpi_compander_set_decay_time_constant() 1907 u32 *decay) in hpi_compander_get_decay_time_constant() argument 1910 decay, NULL); in hpi_compander_get_decay_time_constant() 2063 u16 hpi_meter_set_rms_ballistics(u32 h_control, u16 attack, u16 decay) in hpi_meter_set_rms_ballistics() argument 2066 attack, decay); in hpi_meter_set_rms_ballistics() 2072 u32 decay; in hpi_meter_get_rms_ballistics() local 2076 &attack, &decay); in hpi_meter_get_rms_ballistics() 2081 *pn_decay = (unsigned short)decay; in hpi_meter_get_rms_ballistics() 2086 u16 hpi_meter_set_peak_ballistics(u32 h_control, u16 attack, u16 decay) in hpi_meter_set_peak_ballistics() argument [all …]
|
| /kernel/linux/linux-6.6/sound/pci/asihpi/ |
| D | hpifunc.c | 1900 u32 decay) in hpi_compander_set_decay_time_constant() argument 1902 return hpi_control_param_set(h_control, HPI_COMPANDER_DECAY, decay, in hpi_compander_set_decay_time_constant() 1907 u32 *decay) in hpi_compander_get_decay_time_constant() argument 1910 decay, NULL); in hpi_compander_get_decay_time_constant() 2062 u16 hpi_meter_set_rms_ballistics(u32 h_control, u16 attack, u16 decay) in hpi_meter_set_rms_ballistics() argument 2065 attack, decay); in hpi_meter_set_rms_ballistics() 2071 u32 decay; in hpi_meter_get_rms_ballistics() local 2075 &attack, &decay); in hpi_meter_get_rms_ballistics() 2080 *pn_decay = (unsigned short)decay; in hpi_meter_get_rms_ballistics() 2085 u16 hpi_meter_set_peak_ballistics(u32 h_control, u16 attack, u16 decay) in hpi_meter_set_peak_ballistics() argument [all …]
|
| /kernel/linux/linux-6.6/sound/drivers/opl4/ |
| D | opl4_local.h | 95 /* Attack / Decay 1 rate (0x98 to 0xAF) */ 100 /* Decay level / 2 rate (0xB0 to 0xC7) */
|
| /kernel/linux/linux-6.6/Documentation/networking/ |
| D | xfrm_sync.rst | 19 ensure proper decay of SAs) and replay counters to avoid replay attacks 34 machine is known ahead of time since the decay of the time countdown
|
| /kernel/linux/linux-5.10/Documentation/networking/ |
| D | xfrm_sync.rst | 19 ensure proper decay of SAs) and replay counters to avoid replay attacks 34 machine is known ahead of time since the decay of the time countdown
|
| /kernel/linux/linux-5.10/sound/drivers/opl4/ |
| D | opl4_local.h | 95 /* Attack / Decay 1 rate (0x98 to 0xAF) */ 100 /* Decay level / 2 rate (0xB0 to 0xC7) */
|
| /kernel/linux/linux-6.6/drivers/regulator/ |
| D | tps65086-regulator.c | 334 /* Check for decay mode */ in tps65086_of_parse_cb() 335 if (desc->id <= BUCK6 && of_property_read_bool(node, "ti,regulator-decay")) { in tps65086_of_parse_cb() 341 dev_err(config->dev, "Error setting decay\n"); in tps65086_of_parse_cb()
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/ |
| D | asound_fm.h | 25 unsigned char decay; member
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/regulator/ |
| D | vctrl.txt | 28 - min-slew-down-rate : Describes how slowly the regulator voltage will decay
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/regulator/ |
| D | vctrl.txt | 28 - min-slew-down-rate : Describes how slowly the regulator voltage will decay
|
| /kernel/linux/linux-5.10/net/dccp/ccids/ |
| D | ccid2.h | 48 * @tx_rtt_seq: to decay RTTVAR at most once per flight
|
| /kernel/linux/linux-6.6/net/dccp/ccids/ |
| D | ccid2.h | 48 * @tx_rtt_seq: to decay RTTVAR at most once per flight
|