/linux-4.4.14/arch/metag/mm/ |
D | cache.c | 202 int loops, step; in metag_phys_data_cache_flush() local 216 step = 64; in metag_phys_data_cache_flush() 238 loops /= step; in metag_phys_data_cache_flush() 246 flush3 = flush1 + step; in metag_phys_data_cache_flush() 247 flush1 = flush0 + step; in metag_phys_data_cache_flush() 248 step <<= 1; in metag_phys_data_cache_flush() 265 flush0 += step; in metag_phys_data_cache_flush() 266 flush1 += step; in metag_phys_data_cache_flush() 267 flush2 += step; in metag_phys_data_cache_flush() 268 flush3 += step; in metag_phys_data_cache_flush() [all …]
|
/linux-4.4.14/drivers/video/fbdev/mb862xx/ |
D | mb862xxfb_accel.c | 75 static void mb86290fb_imageblit1(u32 *cmd, u16 step, u16 dx, u16 dy, in mb86290fb_imageblit1() argument 101 (GDC_CMD_BITMAP << 16) | (2 + (step * height)); in mb86290fb_imageblit1() 106 memcpy(&cmd[9 + i * step], line, step << 2); in mb86290fb_imageblit1() 110 for (k = 0; k < step; k++) in mb86290fb_imageblit1() 111 cmd[9 + i * step + k] = in mb86290fb_imageblit1() 112 cpu_to_be32(cmd[9 + i * step + k]); in mb86290fb_imageblit1() 124 static void mb86290fb_imageblit8(u32 *cmd, u16 step, u16 dx, u16 dy, in mb86290fb_imageblit8() argument 134 (GDC_CMD_BLT_DRAW << 16) | (2 + (height * step)); in mb86290fb_imageblit8() 144 for (j = 0; j < step; j++) { in mb86290fb_imageblit8() 145 cmd[3 + i * step + j] = in mb86290fb_imageblit8() [all …]
|
/linux-4.4.14/arch/sh/mm/ |
D | tlb-sh5.c | 24 cpu_data->dtlb.step = 0x10; in sh64_tlb_init() 26 cpu_data->dtlb.first = DTLB_FIXED | cpu_data->dtlb.step; in sh64_tlb_init() 31 cpu_data->dtlb.step); in sh64_tlb_init() 35 cpu_data->itlb.step = 0x10; in sh64_tlb_init() 37 cpu_data->itlb.first = ITLB_FIXED | cpu_data->itlb.step; in sh64_tlb_init() 41 cpu_data->itlb.step); in sh64_tlb_init() 61 cpu_data->dtlb.first += cpu_data->dtlb.step; in sh64_get_wired_dtlb_entry() 62 cpu_data->dtlb.next += cpu_data->dtlb.step; in sh64_get_wired_dtlb_entry() 99 if (entry < (cpu_data->dtlb.first - cpu_data->dtlb.step)) in sh64_put_wired_dtlb_entry() 103 cpu_data->dtlb.first -= cpu_data->dtlb.step; in sh64_put_wired_dtlb_entry()
|
/linux-4.4.14/Documentation/devicetree/bindings/mtd/ |
D | pxa3xx-nand.txt | 21 - nand-ecc-strength: number of bits to correct per ECC step 22 - nand-ecc-step-size: number of data bytes covered by a single ECC step 24 The following ECC strength and step size are currently supported: 26 - nand-ecc-strength = <1>, nand-ecc-step-size = <512> 27 - nand-ecc-strength = <4>, nand-ecc-step-size = <512> 28 - nand-ecc-strength = <8>, nand-ecc-step-size = <512>
|
D | hisi504-nand.txt | 17 - nand-ecc-strength: Number of bits to correct per ECC step. 18 - nand-ecc-step-size: Number of data bytes covered by a single ECC step. 20 The following ECC strength and step size are currently supported: 22 - nand-ecc-strength = <16>, nand-ecc-step-size = <1024> 36 nand-ecc-step-size = <1024>;
|
D | nand.txt | 10 per ECC step. 12 - nand-ecc-step-size: integer representing the number of data bytes 13 that are covered by a single ECC step. 15 The ECC strength and ECC step size properties define the correction capability
|
D | vf610-nfc.txt | 33 - nand-ecc-step-size: step size equals page size, currently only 2k pages are 56 nand-ecc-step-size = <2048>;
|
D | brcm,brcmnand.txt | 96 - nand-ecc-step-size : must be 512 or 1024. See nand.txt 103 addition to the strength and step-size, 135 nand-ecc-step-size = <512>;
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
D | subcore.c | 145 u8 step; member 151 static void wait_for_sync_step(int step) in wait_for_sync_step() argument 156 while(per_cpu(split_state, i).step < step) in wait_for_sync_step() 187 per_cpu(split_state, cpu).step = SYNC_STEP_UNSPLIT; in unsplit_core() 221 split_core_secondary_loop(&per_cpu(split_state, cpu).step); in split_core() 253 per_cpu(split_state, smp_processor_id()).step = SYNC_STEP_FINISHED; in cpu_do_split() 311 while(per_cpu(split_state, cpu).step < SYNC_STEP_FINISHED) in cpu_update_split_mode() 347 state->step = SYNC_STEP_INITIAL; in set_subcores_per_core()
|
/linux-4.4.14/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_enc.c | 127 .step = 1, 143 .step = 1, 151 .step = 1, 159 .step = 1, 168 .step = 1, 177 .step = 1, 185 .step = 1, 193 .step = 1, 202 .step = 1, 219 .step = 1, [all …]
|
D | s5p_mfc_dec.c | 179 .step = 1, 188 .step = 1, 197 .step = 1, 206 .step = 1, 215 .step = 1, 1147 cfg.step = controls[i].step; in s5p_mfc_dec_ctrls_setup() 1156 controls[i].maximum, controls[i].step, in s5p_mfc_dec_ctrls_setup()
|
/linux-4.4.14/Documentation/devicetree/bindings/regulator/ |
D | tps51632-regulator.txt | 9 - ti,dvfs-step-20mV: The 20mV step voltage when PWM DVFS enabled. Missing this 10 will set 10mV step voltage in PWM DVFS mode. In normal mode, the voltage 11 step is 10mV as per datasheet. 26 ti,dvfs-step-20mV;
|
D | anatop-regulator.txt | 13 - anatop-delay-reg-offset: Anatop MFD step time register offset 14 - anatop-delay-bit-shift: Bit shift for the step time register 15 - anatop-delay-bit-width: Number of bits used in the step time register
|
D | lp872x.txt | 14 bit[0]: time step unit(usec). 1 = 25, 0 = 50 17 bit[7:6]: time step unit(usec). 00 = 32, 01 = 64, 10 = 128, 11 = 256
|
/linux-4.4.14/drivers/regulator/ |
D | da903x.c | 313 #define DA903x_LDO(_pmic, _id, min, max, step, vreg, shift, nbits, ereg, ebit) \ argument 320 .n_voltages = (step) ? ((max - min) / step + 1) : 1, \ 323 .uV_step = (step) * 1000, \ 333 #define DA903x_DVC(_pmic, _id, min, max, step, vreg, nbits, ureg, ubit, ereg, ebit) \ argument 340 .n_voltages = (step) ? ((max - min) / step + 1) : 1, \ 343 .uV_step = (step) * 1000, \ 355 #define DA9034_LDO(_id, min, max, step, vreg, shift, nbits, ereg, ebit) \ argument 356 DA903x_LDO(DA9034, _id, min, max, step, vreg, shift, nbits, ereg, ebit) 358 #define DA9030_LDO(_id, min, max, step, vreg, shift, nbits, ereg, ebit) \ argument 359 DA903x_LDO(DA9030, _id, min, max, step, vreg, shift, nbits, ereg, ebit) [all …]
|
D | pfuze100-regulator.c | 177 #define PFUZE100_SW_REG(_chip, _name, base, min, max, step) \ argument 181 .n_voltages = ((max) - (min)) / (step) + 1, \ 187 .uV_step = (step), \ 212 #define PFUZE100_VGEN_REG(_chip, _name, base, min, max, step) \ argument 216 .n_voltages = ((max) - (min)) / (step) + 1, \ 222 .uV_step = (step), \ 232 #define PFUZE3000_VCC_REG(_chip, _name, base, min, max, step) { \ argument 235 .n_voltages = ((max) - (min)) / (step) + 1, \ 241 .uV_step = (step), \ 252 #define PFUZE3000_SW2_REG(_chip, _name, base, min, max, step) { \ argument [all …]
|
D | max8998.c | 53 int step; member 58 .min = 800000, .step = 50000, .max = 1300000, 61 .min = 1600000, .step = 100000, .max = 3600000, 64 .min = 3000000, .step = 100000, .max = 3600000, 67 .min = 2800000, .step = 100000, .max = 3100000, 70 .min = 950000, .step = 50000, .max = 1300000, 73 .min = 800000, .step = 100000, .max = 3300000, 76 .min = 1200000, .step = 100000, .max = 3300000, 79 .min = 1600000, .step = 100000, .max = 3600000, 82 .min = 750000, .step = 25000, .max = 1525000, [all …]
|
D | rn5t618-regulator.c | 31 #define REG(rid, ereg, emask, vreg, vmask, min, max, step) \ argument 40 .n_voltages = ((max) - (min)) / (step) + 1, \ 42 .uV_step = (step), \
|
D | s2mps11.c | 261 #define regulator_desc_s2mps11_ldo(num, step) { \ argument 268 .uV_step = step, \ 308 #define regulator_desc_s2mps11_buck67810(num, min, step) { \ argument 315 .uV_step = step, \ 393 #define regulator_desc_s2mps13_ldo(num, min, step, min_sel) { \ argument 400 .uV_step = step, \ 409 #define regulator_desc_s2mps13_buck(num, min, step, min_sel) { \ argument 416 .uV_step = step, \ 426 #define regulator_desc_s2mps13_buck7(num, min, step, min_sel) { \ argument 433 .uV_step = step, \ [all …]
|
D | max8907-regulator.c | 49 #define REG_LDO(ids, supply, base, min, max, step) \ argument 54 .n_voltages = ((max) - (min)) / (step) + 1, \ 59 .uV_step = (step), \ 92 #define REG_BBAT(ids, supply, base, min, max, step) \ argument 97 .n_voltages = ((max) - (min)) / (step) + 1, \ 102 .uV_step = (step), \
|
D | max8997.c | 77 int step; member 82 .min = 800000, .max = 3950000, .step = 50000, 86 .min = 650000, .max = 2225000, .step = 25000, 90 .min = 750000, .max = 3900000, .step = 50000, 95 .min = 200000, .max = 950000, .step = 50000, 99 .min = 50000, .max = 200000, .step = 10000, 176 val = desc->min + desc->step * selector; in max8997_list_voltage() 403 i = DIV_ROUND_UP(min_vol - desc->min, desc->step); in max8997_get_voltage_proper_val() 405 if (desc->min + desc->step * i > max_vol) in max8997_get_voltage_proper_val() 541 return DIV_ROUND_UP(desc->step * (new_selector - old_selector), in max8997_set_voltage_buck_time_sel() [all …]
|
D | da9052-regulator.c | 293 #define DA9052_LDO(_id, step, min, max, sbits, ebits, abits) \ argument 300 .n_voltages = (max - min) / step + 1, \ 309 .step_uV = (step) * 1000,\ 313 #define DA9052_DCDC(_id, step, min, max, sbits, ebits, abits) \ argument 320 .n_voltages = (max - min) / step + 1, \ 329 .step_uV = (step) * 1000,\
|
D | s5m8767.c | 52 int step; member 58 .step = 6250, 64 .step = 6250, 70 .step = 12500, 76 .step = 50000, 82 .step = 25000, 269 selector = DIV_ROUND_UP(min_vol - desc->min, desc->step); in s5m8767_convert_voltage_to_sel() 271 if (desc->min + desc->step * selector > desc->max) in s5m8767_convert_voltage_to_sel() 355 return DIV_ROUND_UP(desc->step * (new_sel - old_sel), in s5m8767_set_voltage_time_sel() 931 (desc->max - desc->min) / desc->step + 1; in s5m8767_pmic_probe() [all …]
|
D | max8925-regulator.c | 158 #define MAX8925_SDV(_id, min, max, step) \ argument 168 .uV_step = step * 1000, \ 174 #define MAX8925_LDO(_id, min, max, step) \ argument 184 .uV_step = step * 1000, \
|
D | da9055-regulator.c | 367 #define DA9055_LDO(_id, step, min, max, vbits, voffset) \ argument 374 .n_voltages = (max - min) / step + 1 + (voffset), \ 378 .uV_step = (step) * 1000,\ 395 #define DA9055_BUCK(_id, step, min, max, vbits, voffset, mbits, sbits) \ argument 402 .n_voltages = (max - min) / step + 1 + (voffset), \ 406 .uV_step = (step) * 1000,\
|
D | s2mpa01.c | 238 #define regulator_desc_ldo(num, step) { \ argument 245 .uV_step = step, \ 285 #define regulator_desc_buck6_10(num, min, step) { \ argument 292 .uV_step = step, \
|
D | axp20x-regulator.c | 236 u32 min, max, def, step; in axp20x_set_dcdc_freq() local 244 step = 75; in axp20x_set_dcdc_freq() 250 step = 150; in axp20x_set_dcdc_freq() 273 dcdcfreq = (dcdcfreq - min) / step; in axp20x_set_dcdc_freq()
|
D | Kconfig | 207 The DA9210 is a multi-phase synchronous step down 219 step down converter 12A or 16A DC-DC Buck controlled through an I2C 239 TinyBuck Regulator. The FAN53555 is a step-down switching voltage 304 chip contains six step-down DC/DC converters which can support 379 The MAXIM MAX8973 high-efficiency. three phase, DC-DC step-down 664 high-frequency synchronous step down dc-dc converter optimized 673 three step-down converters and two general-purpose LDO voltage regulators. 681 three step-down converters and two general-purpose LDO voltage regulators. 696 provides three step-down converters and four general-purpose LDO 705 provides six step-down converters and one general-purpose LDO [all …]
|
D | mt6397-regulator.c | 43 #define MT6397_BUCK(match, vreg, min, max, step, volt_ranges, enreg, \ argument 53 .n_voltages = (max - min)/step + 1, \
|
/linux-4.4.14/Documentation/devicetree/bindings/input/touchscreen/ |
D | ti-tsc-adc.txt | 10 programmable steps each step is used to 33 ti,charge-delay: Length of touch screen charge delay step in terms of 41 charge step, so this does in fact function as a 46 ti,chan-step-opendelay: List of open delays for each channel of 50 step configuration registers and before 53 ti,chan-step-sampledelay: List of sample delays for each channel 59 ti,chan-step-avg: Number of averages to be performed for each 79 ti,chan-step-opendelay = <0x098 0x3ffff 0x098 0x0>; 80 ti,chan-step-sampledelay = <0xff 0x0 0xf 0x0>; 81 ti,chan-step-avg = <16 2 4 8>;
|
D | brcm,iproc-touchscreen.txt | 12 - scanning_period: Time between scans. Each step is 1024 us. Valid 1-256. 13 - debounce_timeout: Each step is 512 us. Valid 0-255
|
/linux-4.4.14/drivers/clk/imx/ |
D | clk-cpu.c | 22 struct clk *step; member 53 ret = clk_set_parent(cpu->mux, cpu->step); in clk_cpu_set_rate() 80 struct clk *step) in imx_clk_cpu() argument 93 cpu->step = step; in imx_clk_cpu()
|
/linux-4.4.14/Documentation/video4linux/ |
D | si4713.txt | 68 rds_signal_deviation (int) : min=0 max=90000 step=10 default=200 value=200 flags=slider 69 rds_program_id (int) : min=0 max=65535 step=1 default=0 value=0 70 rds_program_type (int) : min=0 max=31 step=1 default=0 value=0 71 rds_ps_name (str) : min=0 max=96 step=8 value='si4713 ' 72 rds_radio_text (str) : min=0 max=384 step=32 value='' 74 …audio_limiter_release_time (int) : min=250 max=102390 step=50 default=5010 value=5010 flags=slider 75 audio_limiter_deviation (int) : min=0 max=90000 step=10 default=66250 value=66250 flags=slider 77 audio_compression_gain (int) : min=0 max=20 step=1 default=15 value=15 flags=slider 78 audio_compression_threshold (int) : min=-40 max=0 step=1 default=-40 value=-40 flags=slider 79 audio_compression_attack_time (int) : min=0 max=5000 step=500 default=0 value=0 flags=slider [all …]
|
/linux-4.4.14/include/sound/ |
D | tlv.h | 48 #define TLV_DB_SCALE_ITEM(min, step, mute) \ argument 51 ((step) & TLV_DB_SCALE_MASK) | \ 53 #define DECLARE_TLV_DB_SCALE(name, min, step, mute) \ argument 54 unsigned int name[] = { TLV_DB_SCALE_ITEM(min, step, mute) }
|
/linux-4.4.14/drivers/media/pci/mantis/ |
D | mantis_dma.c | 153 u32 line, step; in mantis_risc_program() local 163 for (step = 0; step < MANTIS_DMA_TR_UNITS; step++) { in mantis_risc_program() 164 dprintk(MANTIS_DEBUG, 1, "RISC PROG line=[%d], step=[%d]", line, step); in mantis_risc_program() 165 if (step == 0) { in mantis_risc_program()
|
/linux-4.4.14/drivers/video/fbdev/matrox/ |
D | matroxfb_accel.c | 369 u_int32_t step = minfo->fbcon.var.xres_virtual >> 1; in matroxfb_cfb4_clear() local 372 unsigned int uaddr = sy * step + sx - 1; in matroxfb_cfb4_clear() 377 uaddr += step; in matroxfb_cfb4_clear() 381 unsigned int uaddr = sy * step + sx + width; in matroxfb_cfb4_clear() 386 uaddr += step; in matroxfb_cfb4_clear() 408 u_int32_t step; in matroxfb_1bpp_imageblit() local 420 step = (width + 7) >> 3; in matroxfb_1bpp_imageblit() 421 charcell = height * step; in matroxfb_1bpp_imageblit() 424 if (width == step << 3) { in matroxfb_1bpp_imageblit() 456 if ((step & 3) == 0) { in matroxfb_1bpp_imageblit() [all …]
|
/linux-4.4.14/drivers/md/ |
D | dm-stats.c | 48 sector_t step; member 226 (unsigned long long)s->step, in dm_stats_cleanup() 237 sector_t step, unsigned stat_flags, in dm_stats_create() argument 257 if (end < start || !step) in dm_stats_create() 261 if (dm_sector_div64(n_entries, step)) in dm_stats_create() 291 s->step = step; in dm_stats_create() 463 (unsigned long long)s->step, in dm_stats_list() 607 offset = dm_sector_div64(rel_sector, s->step); in __dm_stat_bio() 615 if (fragment_len > s->step - offset) in __dm_stat_bio() 616 fragment_len = s->step - offset; in __dm_stat_bio() [all …]
|
D | dm-era-target.c | 662 int (*step)(struct era_metadata *, struct digest *); member 681 d->step = metadata_digest_lookup_writeset; in metadata_digest_remove_writeset() 714 d->step = metadata_digest_remove_writeset; in metadata_digest_transcribe_writeset() 739 d->step = NULL; in metadata_digest_lookup_writeset() 752 d->step = metadata_digest_transcribe_writeset; in metadata_digest_lookup_writeset() 759 if (d->step) in metadata_digest_start() 769 d->step = metadata_digest_lookup_writeset; in metadata_digest_start() 1213 if (!era->digest.step) in process_old_eras() 1216 r = era->digest.step(era->md, &era->digest); in process_old_eras() 1219 era->digest.step = NULL; in process_old_eras() [all …]
|
/linux-4.4.14/arch/microblaze/kernel/ |
D | ptrace.c | 157 int step; in do_syscall_trace_leave() local 161 step = test_thread_flag(TIF_SINGLESTEP); in do_syscall_trace_leave() 162 if (step || test_thread_flag(TIF_SYSCALL_TRACE)) in do_syscall_trace_leave() 163 tracehook_report_syscall_exit(regs, step); in do_syscall_trace_leave()
|
/linux-4.4.14/drivers/media/platform/xilinx/ |
D | xilinx-tpg.c | 519 .step = 1, 528 .step = 1, 545 .step = 1, 554 .step = 1, 563 .step = 1, 572 .step = 1, 582 .step = 1, 592 .step = 1, 602 .step = 1, 612 .step = 1, [all …]
|
/linux-4.4.14/sound/soc/codecs/ |
D | wm2000.c | 440 wm2000_mode_fn step[2]; member 446 .step = { 453 .step = { 462 .step = { 471 .step = { 479 .step = { 487 .step = { 495 .step = { 503 .step = { 511 .step = { [all …]
|
D | da732x.c | 1275 u8 step = DA732X_DAC_OFFSET_STEP; in da732x_dac_offset_adjust() local 1303 offset[DA732X_HPL_DAC] |= step; in da732x_dac_offset_adjust() 1304 offset[DA732X_HPR_DAC] |= step; in da732x_dac_offset_adjust() 1314 offset[DA732X_HPL_DAC] &= ~step; in da732x_dac_offset_adjust() 1317 offset[DA732X_HPR_DAC] &= ~step; in da732x_dac_offset_adjust() 1319 step >>= 1; in da732x_dac_offset_adjust() 1320 } while (step); in da732x_dac_offset_adjust() 1339 u8 step = DA732X_OUTPUT_OFFSET_STEP; in da732x_output_offset_adjust() local 1370 offset[DA732X_HPL_AMP] |= step; in da732x_output_offset_adjust() 1371 offset[DA732X_HPR_AMP] |= step; in da732x_output_offset_adjust() [all …]
|
/linux-4.4.14/drivers/media/platform/vivid/ |
D | vivid-ctrls.c | 149 .step = 1, 160 .step = 1, 170 .step = 1, 181 .step = 1, 193 .step = 1, 205 .step = 1, 238 .step = 1, 249 .step = 0, 529 .step = 1, 538 .step = 1, [all …]
|
D | vivid-tpg.c | 1572 for (line = first; line < 16; line += vdiv * step) { \ 1575 ((y * step + l) / (vdiv * div)) * tpg->bytesperline[p] + \ 1618 unsigned p, unsigned first, unsigned div, unsigned step, in tpg_print_str_2() argument 1625 unsigned p, unsigned first, unsigned div, unsigned step, in tpg_print_str_4() argument 1632 unsigned p, unsigned first, unsigned div, unsigned step, in tpg_print_str_6() argument 1639 unsigned p, unsigned first, unsigned div, unsigned step, in tpg_print_str_8() argument 1648 unsigned step = V4L2_FIELD_HAS_T_OR_B(tpg->field) ? 2 : 1; in tpg_gen_text() local 1649 unsigned div = step; in tpg_gen_text() 1678 tpg_print_str_2(tpg, basep, p, first, div, step, y, x, in tpg_gen_text() 1682 tpg_print_str_4(tpg, basep, p, first, div, step, y, x, in tpg_gen_text() [all …]
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-ctrls.c | 922 s64 *min, s64 *max, u64 *step, s64 *def, u32 *flags) in v4l2_ctrl_fill() argument 982 *max = *step = 1; in v4l2_ctrl_fill() 997 *min = *max = *step = *def = 0; in v4l2_ctrl_fill() 1078 *min = *max = *step = *def = 0; in v4l2_ctrl_fill() 1082 *step = 1; in v4l2_ctrl_fill() 1107 *step = 1; in v4l2_ctrl_fill() 1114 *step = 1; in v4l2_ctrl_fill() 1219 ev->u.ctrl.step = 1; in fill_event() 1221 ev->u.ctrl.step = ctrl->step; in fill_event() 1360 val >= (ctrl)->maximum - (s32)((ctrl)->step / 2)) \ [all …]
|
D | v4l2-common.c | 89 u64 step = _step; in v4l2_ctrl_query_fill() local 93 &min, &max, &step, &def, &qctrl->flags); in v4l2_ctrl_query_fill() 100 qctrl->step = step; in v4l2_ctrl_query_fill()
|
D | v4l2-flash-led-class.c | 50 intensity /= (u32) ctrl->step; in __intensity_to_led_brightness() 79 return (brightness * ctrl->step) + ctrl->minimum; in __led_brightness_to_intensity() 293 c->step = s->step; in __lfs_to_v4l2_ctrl_config() 455 ctrl_cfg->step, in v4l2_flash_init_controls()
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | max77693.txt | 54 Valid values: 3650000 - 4400000, step by 25000 (rounded down) 58 Valid values: 3000000 - 3700000, step by 100000 (rounded down) 69 Valid values: 2000000 - 3500000, step by 250000 (rounded down) 100 Valid values: 3300 - 5500, step by 25 (rounded down) 105 Valid values: 2400 - 3400, step by 33 (rounded down) 113 15625 - 250000, step by 15625 (rounded down) 115 15625 - 500000, step by 15625 (rounded down) 119 15625 - 1000000, step by 15625 (rounded down) 121 15625 - 1250000, step by 15625 (rounded down) 123 15625 - 625000, step by 15625 (rounded down) [all …]
|
D | rn5t618.txt | 3 Ricoh RN5T618 is a power management IC which integrates 3 step-down
|
/linux-4.4.14/tools/perf/arch/x86/util/ |
D | header.c | 26 int family = -1, model = -1, step = -1; in get_cpuid() local 41 step = a & 0xf; in get_cpuid() 51 nb = scnprintf(buffer, sz, "%s,%u,%u,%u$", vendor, family, model, step); in get_cpuid()
|
/linux-4.4.14/arch/openrisc/kernel/ |
D | ptrace.c | 198 int step; in do_syscall_trace_leave() local 202 step = test_thread_flag(TIF_SINGLESTEP); in do_syscall_trace_leave() 203 if (step || test_thread_flag(TIF_SYSCALL_TRACE)) in do_syscall_trace_leave() 204 tracehook_report_syscall_exit(regs, step); in do_syscall_trace_leave()
|
/linux-4.4.14/sound/core/oss/ |
D | pcm_plugin.c | 85 c->area.step = format->channels * width; in snd_pcm_plugin_alloc() 97 c->area.step = width; in snd_pcm_plugin_alloc() 581 v->area.step = nchannels * width; in snd_pcm_plug_client_channels_buf() 659 dst = dst_area->addr + (dst_area->first + dst_area->step * dst_offset) / 8; in snd_pcm_area_silence() 663 if (dst_area->step == (unsigned int) width && width >= 8) in snd_pcm_area_silence() 668 dst_step = dst_area->step / 8; in snd_pcm_area_silence() 672 int dstbit_step = dst_area->step % 8; in snd_pcm_area_silence() 703 src = src_area->addr + (src_area->first + src_area->step * src_offset) / 8; in snd_pcm_area_copy() 706 dst = dst_area->addr + (dst_area->first + dst_area->step * dst_offset) / 8; in snd_pcm_area_copy() 712 if (src_area->step == (unsigned int) width && in snd_pcm_area_copy() [all …]
|
D | mulaw.c | 190 src_step = src_channels[channel].area.step / 8; in mulaw_decode() 191 dst_step = dst_channels[channel].area.step / 8; in mulaw_decode() 236 src_step = src_channels[channel].area.step / 8; in mulaw_encode() 237 dst_step = dst_channels[channel].area.step / 8; in mulaw_encode() 264 src_channels[channel].area.step % 8)) in mulaw_transfer() 267 dst_channels[channel].area.step % 8)) in mulaw_transfer()
|
D | linear.c | 77 src_step = src_channels[channel].area.step / 8; in convert() 78 dst_step = dst_channels[channel].area.step / 8; in convert() 102 src_channels[channel].area.step % 8)) in linear_transfer() 105 dst_channels[channel].area.step % 8)) in linear_transfer()
|
D | rate.c | 94 src_step = src_channels[channel].area.step / 8 / 2; in resample_expand() 95 dst_step = dst_channels[channel].area.step / 8 / 2; in resample_expand() 153 src_step = src_channels[channel].area.step / 8 / 2; in resample_shrink() 154 dst_step = dst_channels[channel].area.step / 8 / 2; in resample_shrink() 266 src_channels[channel].area.step % 8)) in rate_transfer() 269 dst_channels[channel].area.step % 8)) in rate_transfer()
|
D | copy.c | 42 src_channels->area.step % 8)) in copy_transfer() 45 dst_channels->area.step % 8)) in copy_transfer()
|
/linux-4.4.14/net/sunrpc/auth_gss/ |
D | gss_krb5_keys.c | 246 #define smask(step) ((1<<step)-1) argument 247 #define pstep(x, step) (((x)&smask(step))^(((x)>>step)&smask(step))) argument
|
/linux-4.4.14/include/media/ |
D | v4l2-ctrls.h | 206 u64 step; member 312 u64 step; member 339 s64 *min, s64 *max, u64 *step, s64 *def, u32 *flags); 470 u32 id, s64 min, s64 max, u64 step, s64 def); 682 s64 min, s64 max, u64 step, s64 def); 703 s64 min, s64 max, u64 step, s64 def) in v4l2_ctrl_modify_range() argument 708 rval = __v4l2_ctrl_modify_range(ctrl, min, max, step, def); in v4l2_ctrl_modify_range()
|
D | v4l2-common.h | 85 int v4l2_ctrl_query_fill(struct v4l2_queryctrl *qctrl, s32 min, s32 max, s32 step, s32 def);
|
/linux-4.4.14/arch/arm/include/asm/ |
D | vfpmacros.h | 32 addeq \base, \base, #32*4 @ step over unused register space 38 addne \base, \base, #32*4 @ step over unused register space 56 addeq \base, \base, #32*4 @ step over unused register space 62 addne \base, \base, #32*4 @ step over unused register space
|
/linux-4.4.14/drivers/clk/sunxi/ |
D | clk-mod0.c | 194 u16 step, mmc_div; in mmc_get_phase() local 227 step = DIV_ROUND_CLOSEST(360, mmc_div); in mmc_get_phase() 228 return delay * step; in mmc_get_phase() 261 u16 step, mmc_div; in mmc_set_phase() local 279 step = DIV_ROUND_CLOSEST(360, mmc_div); in mmc_set_phase() 280 delay = DIV_ROUND_CLOSEST(degrees, step); in mmc_set_phase()
|
/linux-4.4.14/arch/frv/kernel/ |
D | break.S | 82 # catch the return from a TLB-miss handler that had single-step disabled 252 # step through an internal exception from kernel mode 259 # step through an external interrupt from kernel mode 336 # we also want to single step anyway, but after fixing up so that we get an event on the 360 # and then process the single step 363 # step through an internal exception from uspace mode 370 # step through an external interrupt from kernel mode 409 # step through an ITLB-miss handler from user mode 454 # step through a DTLB-miss handler from user mode 472 # step through a DTLB-miss handler from kernel mode
|
D | entry-table.S | 39 # (5) The fixup table for kernel-trap single-step 40 # (6) The fixup table for user-trap single-step 42 # Due to the way single-stepping works on this CPU (single-step is not 44 # we have to catch the single-step event in break.S and jump to the fixup 49 # single-step bypass management
|
/linux-4.4.14/mm/ |
D | bootmem.c | 478 unsigned long idx, unsigned long step) in align_idx() argument 487 return ALIGN(base + idx, step) - base; in align_idx() 505 unsigned long min, max, start, sidx, midx, step; in alloc_bootmem_bdata() local 529 step = max(align >> PAGE_SHIFT, 1UL); in alloc_bootmem_bdata() 532 start = ALIGN(goal, step); in alloc_bootmem_bdata() 534 start = ALIGN(min, step); in alloc_bootmem_bdata() 545 sidx = align_idx(bdata, bdata->hint_idx, step); in alloc_bootmem_bdata() 554 sidx = align_idx(bdata, sidx, step); in alloc_bootmem_bdata() 562 sidx = align_idx(bdata, i, step); in alloc_bootmem_bdata() 564 sidx += step; in alloc_bootmem_bdata() [all …]
|
D | mempolicy.c | 162 enum mpol_rebind_step step); 304 enum mpol_rebind_step step) in mpol_rebind_default() argument 315 enum mpol_rebind_step step) in mpol_rebind_nodemask() argument 328 if (step == MPOL_REBIND_ONCE || step == MPOL_REBIND_STEP1) { in mpol_rebind_nodemask() 331 pol->w.cpuset_mems_allowed = step ? tmp : *nodes; in mpol_rebind_nodemask() 332 } else if (step == MPOL_REBIND_STEP2) { in mpol_rebind_nodemask() 342 if (step == MPOL_REBIND_STEP1) in mpol_rebind_nodemask() 344 else if (step == MPOL_REBIND_ONCE || step == MPOL_REBIND_STEP2) in mpol_rebind_nodemask() 360 enum mpol_rebind_step step) in mpol_rebind_preferred() argument 400 enum mpol_rebind_step step) in mpol_rebind_policy() argument [all …]
|
D | page-writeback.c | 1160 unsigned long step; in wb_update_dirty_ratelimit() local 1248 step = 0; in wb_update_dirty_ratelimit() 1273 step = x - dirty_ratelimit; in wb_update_dirty_ratelimit() 1278 step = dirty_ratelimit - x; in wb_update_dirty_ratelimit() 1286 step >>= dirty_ratelimit / (2 * step + 1); in wb_update_dirty_ratelimit() 1290 step = (step + 7) / 8; in wb_update_dirty_ratelimit() 1293 dirty_ratelimit += step; in wb_update_dirty_ratelimit() 1295 dirty_ratelimit -= step; in wb_update_dirty_ratelimit()
|
/linux-4.4.14/drivers/leds/ |
D | leds-ktd2692.c | 34 #define GET_TIMEOUT_OFFSET(timeout, step) ((timeout) / (step)) argument 218 flash_tm_reg = GET_TIMEOUT_OFFSET(timeout->val, timeout->step); in ktd2692_led_flash_strobe_set() 247 u32 offset, step; in ktd2692_init_movie_current_max() local 251 step = KTD2692_MM_TO_FL_RATIO(cfg->flash_max_microamp) in ktd2692_init_movie_current_max() 255 movie_current_microamp = step * offset; in ktd2692_init_movie_current_max() 271 setting->step = cfg->flash_max_timeout in ktd2692_init_flash_timeout()
|
D | leds-max77693.c | 734 static void clamp_align(u32 *v, u32 min, u32 max, u32 step) in clamp_align() argument 737 if (step > 1) in clamp_align() 738 *v = (*v - min) / step * step + min; in clamp_align() 742 u32 *iout, u32 min, u32 max, u32 step) in max77693_align_iout_current() argument 759 clamp_align(&iout[i], min, max, step); in max77693_align_iout_current() 843 setting->step = FLASH_IOUT_STEP; in max77693_init_flash_settings() 850 setting->step = FLASH_TIMEOUT_STEP; in max77693_init_flash_settings() 895 s->step = TORCH_IOUT_STEP; in max77693_init_v4l2_flash_config()
|
D | led-class-flash.c | 340 v = s->val + s->step / 2; in led_clamp_align() 343 offset = s->step * (offset / s->step); in led_clamp_align()
|
D | leds-aat1290.c | 131 (micro_sec / flash_tm->step) + 1; in aat1290_set_flash_safety_timer() 392 setting->step = setting->min; in aat1290_init_flash_timeout() 458 s->step = 1; in aat1290_init_v4l2_flash_config()
|
/linux-4.4.14/Documentation/devicetree/bindings/mmc/ |
D | fsl-imx-esdhc.txt | 31 - fsl,tuning-step: Specify the increasing delay cell steps in tuning procedure. 32 The uSDHC use one delay cell as default increasing step to do tuning process. 33 This property allows user to change the tuning step to more than one delay 35 tuning step can't find the proper delay window within limited tuning retries.
|
/linux-4.4.14/arch/h8300/kernel/ |
D | ptrace.c | 196 int step; in do_syscall_trace_leave() local 200 step = test_thread_flag(TIF_SINGLESTEP); in do_syscall_trace_leave() 201 if (step || test_thread_flag(TIF_SYSCALL_TRACE)) in do_syscall_trace_leave() 202 tracehook_report_syscall_exit(regs, step); in do_syscall_trace_leave()
|
/linux-4.4.14/tools/perf/ui/ |
D | progress.c | 20 p->next += p->step; in ui_progress__update() 28 p->next = p->step = total / 16; in ui_progress__init()
|
D | progress.h | 10 u64 curr, next, step, total; member
|
/linux-4.4.14/arch/sh/include/asm/ |
D | tlb_64.h | 31 tlb += cpu_data->dtlb.step) 41 tlb += cpu_data->itlb.step)
|
D | processor.h | 70 unsigned int step; member
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/ |
D | item.h | 45 unsigned short step; /* step in bytes for indexed items */ member 61 BUG_ON(index && !item->step); in __mlxsw_item_offset() 63 item->step % typesize != 0 || in __mlxsw_item_offset() 66 item->name, item->offset, item->step, in __mlxsw_item_offset() 71 return ((item->offset + item->step * index + item->in_step_offset) / in __mlxsw_item_offset() 270 .step = _step, \ 311 .step = _step, \ 352 .step = _step, \ 396 .step = _step, \
|
/linux-4.4.14/Documentation/devicetree/bindings/power_supply/ |
D | ti,bq24735.txt | 14 must be between 128mA and 8.128A with a 64mA step resolution. The POR value 18 must be between 1.024V and 19.2V with a 16mV step resolution. The POR value 22 value must be between 128mA and 8.064A with a 128mA step resolution. The
|
/linux-4.4.14/include/linux/ |
D | tracehook.h | 123 static inline void tracehook_report_syscall_exit(struct pt_regs *regs, int step) in tracehook_report_syscall_exit() argument 125 if (step) { in tracehook_report_syscall_exit()
|
D | mempolicy.h | 145 enum mpol_rebind_step step); 249 enum mpol_rebind_step step) in mpol_rebind_task() argument
|
D | suspend.h | 92 static inline void dpm_save_failed_step(enum suspend_stat_step step) in dpm_save_failed_step() argument 94 suspend_stats.failed_steps[suspend_stats.last_failed_step] = step; in dpm_save_failed_step()
|
D | led-class-flash.h | 64 u32 step; member
|
/linux-4.4.14/Documentation/ide/ |
D | warm-plug-howto.txt | 16 no other active references to devices before doing "delete_devices" step, 17 also do not attempt "scan" step on devices currently in use -- otherwise
|
/linux-4.4.14/drivers/scsi/ufs/ |
D | ufs-qcom.h | 152 u8 *major, u16 *minor, u16 *step) in ufs_qcom_get_controller_revision() argument 158 *step = (ver & UFS_HW_VER_STEP_MASK) >> UFS_HW_VER_STEP_SHFT; in ufs_qcom_get_controller_revision() 197 u16 step; member
|
/linux-4.4.14/Documentation/frv/ |
D | atomic-ops.txt | 49 (5) If ICC3.Z is still true, go back to step (1). 53 condition in ICC3 to remain with the Z flag set, thus causing step (5) to loop back to step (1). 61 (2) The branch from step (5) back to step (1) may have to happen more than once until the store 84 Then it does the load. Note that the final phase of step (1) is done at the same time as the
|
/linux-4.4.14/Documentation/filesystems/ |
D | befs.txt | 47 step 1. Install the BeFS patch into the source code tree of linux. 56 if the patching step fails (i.e. there are rejected hunks), you can try to 60 step 2. Configuration & make kernel 80 step 3. Install 83 instructions on this critical step.
|
/linux-4.4.14/lib/ |
D | test_rhashtable.c | 245 int i, step, err = 0, insert_fails = 0; in threadfunc() local 276 for (step = 10; step > 0; step--) { in threadfunc() 277 for (i = 0; i < entries; i += step) { in threadfunc()
|
D | Kconfig.kgdb | 67 exception handler which will allow kgdb to step through a 92 0x0040 - allow flow control management (breakpoint, single step)
|
/linux-4.4.14/Documentation/input/ |
D | rotary-encoder.txt | 31 one step 34 one step (half-period mode) 37 one step (quarter-period mode) 58 meaning that there it has seen half the way of a one-step transition. 88 axes. For relative axes the input event returns +/-1 for each step. For
|
D | sentelic.txt | 513 goto step 6 517 5b. send the inverted register address to FSP and goto step 8; 521 goto step 7 525 6b. send the swapped register address to FSP and goto step 8; 529 7a. send the original register address to FSP and goto step 8; 552 goto step 3 556 2b. send the inverted register address to FSP and goto step 5; 560 goto step 4 564 3b. send the swapped register address to FSP and goto step 5; 568 4a. send the register address to FSP and goto step 5; [all …]
|
/linux-4.4.14/arch/arm/mach-pxa/ |
D | viper.c | 185 int step; in viper_set_core_cpu_voltage() local 188 step = divisor; in viper_set_core_cpu_voltage() 190 step = current_voltage_divisor + STEP; in viper_set_core_cpu_voltage() 192 step = current_voltage_divisor - STEP; in viper_set_core_cpu_voltage() 194 step = divisor; in viper_set_core_cpu_voltage() 203 gpio_set_value(VIPER_PSU_DATA_GPIO, step & i); in viper_set_core_cpu_voltage() 218 current_voltage_divisor = step; in viper_set_core_cpu_voltage()
|
/linux-4.4.14/drivers/tty/serial/ |
D | ar933x_uart.c | 189 unsigned int step) in ar933x_uart_get_baud() argument 196 t *= step; in ar933x_uart_get_baud() 206 unsigned int *step) in ar933x_uart_get_scale_step() argument 212 *step = 0; in ar933x_uart_get_scale_step() 230 *step = tstep; in ar933x_uart_get_scale_step() 243 unsigned int baud, scale, step; in ar933x_uart_set_termios() local 266 ar933x_uart_get_scale_step(port->uartclk, baud, &scale, &step); in ar933x_uart_set_termios() 288 scale << AR933X_UART_CLOCK_SCALE_S | step); in ar933x_uart_set_termios()
|
/linux-4.4.14/Documentation/device-mapper/ |
D | statistics.txt | 9 Each user-defined region specifies a starting sector, length and step. 10 Individual statistics will be collected for each step-sized area within 13 The I/O statistics counters for each step-sized area of a region are 41 @stats_create <range> <step> 52 <step> 123 <region_id>: <start_sector>+<length> <step> <program_id> <aux_data> 131 Print counters for each step-sized area of a region. 144 Output format for each step-sized area of a region:
|
/linux-4.4.14/drivers/media/usb/go7007/ |
D | go7007-v4l2.c | 925 .step = 1, 935 .step = 1, 945 .step = 1, 955 .step = 1, 965 .step = 1, 975 .step = 1, 985 .step = 1, 995 .step = 1, 1005 .step = 1, 1015 .step = 1, [all …]
|
/linux-4.4.14/sound/core/ |
D | control_compat.c | 75 s32 step; member 80 u64 step; member 135 put_user(data->value.integer.step, &data32->value.integer.step)) in snd_ctl_elem_info_compat() 411 get_user(data->value.integer.step, &data32->value.integer.step)) in snd_ctl_elem_add_compat()
|
D | pcm_compat.c | 161 u32 step; member 173 get_user(info.step, &src->step)) in snd_pcm_ioctl_channel_info_compat() 181 put_user(info.step, &src->step)) in snd_pcm_ioctl_channel_info_compat()
|
D | pcm_lib.c | 1103 static int snd_interval_step(struct snd_interval *i, unsigned int step) in snd_interval_step() argument 1107 n = i->min % step; in snd_interval_step() 1109 i->min += step - n; in snd_interval_step() 1113 n = i->max % step; in snd_interval_step() 1460 unsigned long step = (unsigned long) rule->private; in snd_pcm_hw_rule_step() local 1461 return snd_interval_step(hw_param_interval(params, rule->var), step); in snd_pcm_hw_rule_step() 1476 unsigned long step) in snd_pcm_hw_constraint_step() argument 1479 snd_pcm_hw_rule_step, (void *) step, in snd_pcm_hw_constraint_step() 1794 info->step = runtime->channels * width; in snd_pcm_lib_ioctl_channel_info() 1801 info->step = width; in snd_pcm_lib_ioctl_channel_info()
|
/linux-4.4.14/drivers/phy/ |
D | phy-qcom-ufs-qmp-20nm.c | 27 u16 step = ufs_qcom_phy->host_ctrl_rev_step; in ufs_qcom_phy_qmp_20nm_phy_calibrate() local 30 if ((major == 0x1) && (minor == 0x002) && (step == 0x0000)) { in ufs_qcom_phy_qmp_20nm_phy_calibrate() 33 } else if ((major == 0x1) && (minor == 0x003) && (step == 0x0000)) { in ufs_qcom_phy_qmp_20nm_phy_calibrate()
|
/linux-4.4.14/drivers/media/common/ |
D | cx2341x.c | 133 s32 *min, s32 *max, s32 *step, s32 *def, u32 *flags) in cx2341x_ctrl_fill() argument 146 *step = 0; in cx2341x_ctrl_fill() 151 *max = *step = 1; in cx2341x_ctrl_fill() 551 s32 min, s32 max, s32 step, s32 def) in cx2341x_ctrl_query_fill() argument 570 &min, &max, &step, &def, &qctrl->flags); in cx2341x_ctrl_query_fill() 573 qctrl->step = step; in cx2341x_ctrl_query_fill() 580 return v4l2_ctrl_query_fill(qctrl, min, max, step, def); in cx2341x_ctrl_query_fill() 1518 u32 id, s32 min, s32 max, s32 step, s32 def) in cx2341x_ctrl_new_custom() argument 1523 cx2341x_ctrl_fill(id, &cfg.name, &cfg.type, &min, &max, &step, &def, &cfg.flags); in cx2341x_ctrl_new_custom() 1530 cfg.step = 0; in cx2341x_ctrl_new_custom() [all …]
|
/linux-4.4.14/arch/x86/entry/ |
D | common.c | 304 bool step; in syscall_slow_exit_work() local 317 step = unlikely( in syscall_slow_exit_work() 320 if (step || cached_flags & _TIF_SYSCALL_TRACE) in syscall_slow_exit_work() 321 tracehook_report_syscall_exit(regs, step); in syscall_slow_exit_work()
|
/linux-4.4.14/Documentation/acpi/ |
D | method-customizing.txt | 55 insert and then follow the step c) ~ g) in section 1. 61 save a copy of the method original ASL code in step c) section 1, 62 and redo step c) ~ g) to override the method with the original one. 68 ACPI methods, we need to redo step c) ~ g) for multiple times.
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | ptrace.c | 406 int step; in syscall_trace_leave() local 408 step = test_thread_flag(TIF_SINGLESTEP); in syscall_trace_leave() 409 if (step || test_thread_flag(TIF_SYSCALL_TRACE)) in syscall_trace_leave() 410 tracehook_report_syscall_exit(regs, step); in syscall_trace_leave()
|
/linux-4.4.14/sound/soc/sh/rcar/ |
D | adg.c | 172 int idx, sel, div, step, ret; in rsnd_adg_set_convert_clk_gen2() local 190 step = 2; in rsnd_adg_set_convert_clk_gen2() 195 for (div = 2; div <= 98304; div += step) { in rsnd_adg_set_convert_clk_gen2() 208 step *= 2; in rsnd_adg_set_convert_clk_gen2() 210 div += step; in rsnd_adg_set_convert_clk_gen2() 211 step *= 2; in rsnd_adg_set_convert_clk_gen2()
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | nic.c | 310 u32 step:6, rows:21; member 313 #define REGISTER_TABLE_DIMENSIONS(_, offset, arch, min_rev, max_rev, step, rows) { \ argument 317 step, rows \ 389 len += table->rows * min_t(size_t, table->step, 16); in efx_nic_get_regs_len() 418 size = min_t(size_t, table->step, 16); in efx_nic_get_regs() 421 switch (table->step) { in efx_nic_get_regs()
|
D | farch.c | 1893 unsigned step; /* step between entries */ member 2537 table->offset + table->step * ins_index); in efx_farch_filter_insert() 2571 efx_writeo(efx, &filter, table->offset + table->step * filter_idx); in efx_farch_filter_table_clear_entry() 2779 if (table->step == 0) in efx_farch_filter_table_restore() 2787 table->offset + table->step * filter_idx); in efx_farch_filter_table_restore() 2825 table->step = FR_BZ_RX_FILTER_TBL0_STEP; in efx_farch_filter_table_probe() 2833 table->step = FR_CZ_RX_MAC_FILTER_TBL0_STEP; in efx_farch_filter_table_probe() 2843 table->step = FR_CZ_TX_MAC_FILTER_TBL0_STEP; in efx_farch_filter_table_probe() 2918 table->offset + table->step * filter_idx); in efx_farch_filter_update_rx_scatter()
|
/linux-4.4.14/security/tomoyo/ |
D | common.c | 739 switch (head->r.step) { in tomoyo_read_profile() 744 head->r.step++; in tomoyo_read_profile() 755 head->r.step++; in tomoyo_read_profile() 773 head->r.step++; in tomoyo_read_profile() 782 head->r.step++; in tomoyo_read_profile() 809 head->r.step = 1; in tomoyo_read_profile() 1585 switch (head->r.step) { in tomoyo_read_domain() 1601 head->r.step++; in tomoyo_read_domain() 1607 head->r.step++; in tomoyo_read_domain() 1612 head->r.step = 0; in tomoyo_read_domain() [all …]
|
/linux-4.4.14/drivers/pcmcia/ |
D | rsrc_nonstatic.c | 412 u_long i, j, bad, fail, step; in do_mem_probe() local 417 step = (num < 0x20000) ? 0x2000 : ((num>>4) & ~0x1fff); in do_mem_probe() 419 if (step > 0x800000) in do_mem_probe() 420 step = 0x800000; in do_mem_probe() 422 if (step < 2 * s->map_size) in do_mem_probe() 423 step = 2 * s->map_size; in do_mem_probe() 424 for (i = j = base; i < base+num; i = j + step) { in do_mem_probe() 426 for (j = i; j < base+num; j += step) { in do_mem_probe() 427 if (!do_validate_mem(s, j, step, validate)) in do_mem_probe() 433 for (j = i; j < base+num; j += step) in do_mem_probe() [all …]
|
/linux-4.4.14/drivers/clk/tegra/ |
D | cvb.c | 39 int step = (align->step_uv ? : 1000) * v_scale; in round_cvb_voltage() local 43 uv = DIV_ROUND_UP(uv, step) * align->step_uv + align->offset_uv; in round_cvb_voltage()
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | switch_to.S | 81 # Lift the single-step breakpoints when the task being traced is switched out 91 # Clear the single-step flag to prevent us coming this way until we get 132 # Reinstall the single-step breakpoints when the task being traced is switched
|
/linux-4.4.14/arch/microblaze/kernel/cpu/ |
D | cache.c | 106 int step = -line_length; \ 107 WARN_ON(step >= 0); \ 112 : : "r" (len), "r" (step) \ 126 int step = -line_length; \ 137 "r" (step) : "memory"); \
|
/linux-4.4.14/tools/perf/bench/ |
D | numa.c | 460 int step; in parse_setup_cpu_list() local 479 step = 1; in parse_setup_cpu_list() 482 step = atol(tok_step + 1); in parse_setup_cpu_list() 483 BUG_ON(step <= 0 || step >= g->p.nr_cpus); in parse_setup_cpu_list() 506 dprintf("CPUs: %d_%d-%d#%dx%d\n", bind_cpu_0, bind_len, bind_cpu_1, step, mul); in parse_setup_cpu_list() 516 for (bind_cpu = bind_cpu_0; bind_cpu <= bind_cpu_1; bind_cpu += step) { in parse_setup_cpu_list() 596 int step; in parse_setup_node_list() local 615 step = 1; in parse_setup_node_list() 618 step = atol(tok_step + 1); in parse_setup_node_list() 619 BUG_ON(step <= 0 || step >= g->p.nr_nodes); in parse_setup_node_list() [all …]
|
/linux-4.4.14/lib/lz4/ |
D | lz4_compress.c | 98 int step = findmatchattempts++ >> skipstrength; in lz4_compressctx() local 100 forwardip = ip + step; in lz4_compressctx() 279 int step = findmatchattempts++ >> skipstrength; in lz4_compress64kctx() local 281 forwardip = ip + step; in lz4_compress64kctx()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-power | 47 - 4 - 16 (hours), step by 2 (rounded down) 61 - 100000 - 200000 (microamps), step by 25000 (rounded down) 62 - 200000 - 350000 (microamps), step by 50000 (rounded down) 76 - 0 - 70 (minutes), step by 10 (rounded down)
|
D | sysfs-class-mtd | 131 correcting within each region covering an ECC step (see 144 region comprising an ecc step (as reported by the driver) equals 159 more regions comprising an ecc step". The precise definition of 182 step. Devices may have several equally sized ECC steps within
|
/linux-4.4.14/drivers/crypto/qce/ |
D | core.c | 153 u32 major, minor, step; in qce_check_version() local 155 qce_get_version(qce, &major, &minor, &step); in qce_check_version() 168 major, minor, step); in qce_check_version()
|
D | common.h | 98 void qce_get_version(struct qce_device *qce, u32 *major, u32 *minor, u32 *step);
|
/linux-4.4.14/drivers/hid/ |
D | hid-microsoft.c | 195 int step = ((value & 0x60) >> 5) + 1; in ms_event() local 199 input_report_rel(input, REL_WHEEL, step); in ms_event() 202 input_report_rel(input, REL_WHEEL, -step); in ms_event()
|
/linux-4.4.14/drivers/media/i2c/ |
D | mt9t001.c | 646 .step = 1, 656 .step = 1, 666 .step = 1, 676 .step = 0, 690 .step = 1, 700 .step = 1, 710 .step = 1, 720 .step = 1,
|
D | mt9p031.c | 845 .step = 1, 855 .step = 1, 865 .step = 1, 875 .step = 1,
|
/linux-4.4.14/scripts/ |
D | bootgraph.pl | 230 my $step = ($maxtime - $firsttime) / 15; 235 $time = $time + $step;
|
/linux-4.4.14/arch/arm64/kernel/ |
D | hw_breakpoint.c | 585 int i, step = 0, *kernel_step; in breakpoint_handler() local 620 step = 1; in breakpoint_handler() 625 if (!step) in breakpoint_handler() 661 int i, step = 0, *kernel_step, access; in watchpoint_handler() local 716 step = 1; in watchpoint_handler() 722 if (!step) in watchpoint_handler()
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | dib0090.c | 166 s8 step; member 1669 *val |= state->step << state->dc->offset; in dib0090_set_trim() 1706 state->step = 0; in dib0090_dc_offset_calibration() 1724 dprintk("adc_diff = %d, current step= %d", (u32) state->adc_diff, state->step); in dib0090_dc_offset_calibration() 1725 if (state->step == 0 && state->adc_diff < 0) { in dib0090_dc_offset_calibration() 1730 …iff = %d, min_adc_diff = %d current_step = %d", state->adc_diff, state->min_adc_diff, state->step); in dib0090_dc_offset_calibration() 1733 if (state->step == 0) { in dib0090_dc_offset_calibration() 1735 state->step = 0x10; in dib0090_dc_offset_calibration() 1737 state->step = 0x10; in dib0090_dc_offset_calibration() 1741 if ((state->adc_diff & 0x8000) == (state->min_adc_diff & 0x8000) && steps(state->step) < 15) { in dib0090_dc_offset_calibration() [all …]
|
D | dib0070.c | 65 s8 step; member 193 state->step = state->captrim = state->fcaptrim = 64; in dib0070_captrim() 199 state->step /= 2; in dib0070_captrim() 223 state->captrim += (step_sign * state->step); in dib0070_captrim() 225 if (state->step >= 1) in dib0070_captrim()
|
/linux-4.4.14/arch/powerpc/mm/ |
D | hash_utils_64.c | 187 unsigned int step, shift; in htab_bolt_mapping() local 191 step = 1 << shift; in htab_bolt_mapping() 199 vaddr += step, paddr += step) { in htab_bolt_mapping() 211 if (overlaps_kernel_text(vaddr, vaddr + step)) in htab_bolt_mapping() 215 if (overlaps_kvm_tmp(vaddr, vaddr + step)) in htab_bolt_mapping() 229 overlaps_interrupt_vector_text(vaddr, vaddr + step)) in htab_bolt_mapping() 254 unsigned int step, shift; in htab_remove_mapping() local 257 step = 1 << shift; in htab_remove_mapping() 265 for (vaddr = vstart; vaddr < vend; vaddr += step) in htab_remove_mapping()
|
/linux-4.4.14/arch/sh/kernel/ |
D | ptrace_64.c | 533 int step; in do_syscall_trace_leave() local 540 step = test_thread_flag(TIF_SINGLESTEP); in do_syscall_trace_leave() 541 if (step || test_thread_flag(TIF_SYSCALL_TRACE)) in do_syscall_trace_leave() 542 tracehook_report_syscall_exit(regs, step); in do_syscall_trace_leave()
|
D | ptrace_32.c | 513 int step; in do_syscall_trace_leave() local 520 step = test_thread_flag(TIF_SINGLESTEP); in do_syscall_trace_leave() 521 if (step || test_thread_flag(TIF_SYSCALL_TRACE)) in do_syscall_trace_leave() 522 tracehook_report_syscall_exit(regs, step); in do_syscall_trace_leave()
|
/linux-4.4.14/drivers/char/agp/ |
D | isoch.c | 88 u32 step, rem, rem_isoch, rem_async; in agp_3_5_isochronous_node_enable() local 242 step = rq_async / ndevs; in agp_3_5_isochronous_node_enable() 243 rem_async = step + (rq_async % ndevs); in agp_3_5_isochronous_node_enable() 255 ? (rem_async + rem_isoch) : step; in agp_3_5_isochronous_node_enable()
|
/linux-4.4.14/Documentation/x86/x86_64/ |
D | uefi.txt | 29 kernel image built in first step and corresponding 33 in first step.
|
/linux-4.4.14/net/ceph/crush/ |
D | mapper.c | 801 __u32 step; in crush_do_rule() local 830 for (step = 0; step < rule->len; step++) { in crush_do_rule() 832 struct crush_rule_step *curstep = &rule->steps[step]; in crush_do_rule() 970 curstep->op, step); in crush_do_rule()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | volt.c | 90 info->step = nvbios_rd16(bios, volt + 0x08); in nvbios_volt_parse() 109 info->step = nvbios_rd16(bios, volt + 0x16); in nvbios_volt_parse()
|
/linux-4.4.14/arch/ia64/ |
D | Kconfig.debug | 30 are compiling for an Itanium A step processor 48 from step B3 or later don't have this problem. If you're unsure,
|
/linux-4.4.14/drivers/pinctrl/mediatek/ |
D | pinctrl-mtk-common.h | 89 unsigned char step; member 98 .step = _step, \
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | mt8173-cpu-dvfs.txt | 16 needs to do "voltage tracking" to step by step scale up/down Vproc and
|
/linux-4.4.14/drivers/input/ |
D | input-mt.c | 299 static int adjust_dual(int *begin, int step, int *end, int eq, int mu) in adjust_dual() argument 307 p = begin + step; in adjust_dual() 310 for (; p != end; p += step) in adjust_dual() 323 for (p = begin; p != end; p += step) in adjust_dual()
|
/linux-4.4.14/drivers/block/ |
D | swim.c | 409 static inline int swim_seek(struct swim __iomem *base, int step) in swim_seek() argument 411 if (step == 0) in swim_seek() 414 if (step < 0) { in swim_seek() 416 step = -step; in swim_seek() 420 for ( ; step > 0; step--) { in swim_seek()
|
/linux-4.4.14/drivers/media/usb/uvc/ |
D | uvc_ctrl.c | 1060 v4l2_ctrl->step = 1; in __uvc_query_v4l2_ctrl() 1075 v4l2_ctrl->step = 1; in __uvc_query_v4l2_ctrl() 1081 v4l2_ctrl->step = 0; in __uvc_query_v4l2_ctrl() 1097 v4l2_ctrl->step = mapping->get(mapping, UVC_GET_RES, in __uvc_query_v4l2_ctrl() 1214 ev->u.ctrl.step = v4l2_ctrl.step; in uvc_ctrl_fill_event() 1480 u32 step; in uvc_ctrl_set() local 1504 step = mapping->get(mapping, UVC_GET_RES, in uvc_ctrl_set() 1506 if (step == 0) in uvc_ctrl_set() 1507 step = 1; in uvc_ctrl_set() 1509 xctrl->value = min + ((u32)(xctrl->value - min) + step / 2) in uvc_ctrl_set() [all …]
|
D | uvc_v4l2.c | 135 const __u32 step = frame->dwFrameInterval[2]; in uvc_try_frame_interval() local 137 interval = min + (interval - min + step/2) / step * step; in uvc_try_frame_interval() 911 qec->step = qc.step; in uvc_ioctl_query_ext_ctrl() 1193 fival->stepwise.step.numerator = frame->dwFrameInterval[2]; in uvc_ioctl_enum_frameintervals() 1194 fival->stepwise.step.denominator = 10000000; in uvc_ioctl_enum_frameintervals() 1199 uvc_simplify_fraction(&fival->stepwise.step.numerator, in uvc_ioctl_enum_frameintervals() 1200 &fival->stepwise.step.denominator, 8, 333); in uvc_ioctl_enum_frameintervals()
|
/linux-4.4.14/include/linux/phy/ |
D | phy-qcom-ufs.h | 57 u8 major, u16 minor, u16 step);
|
/linux-4.4.14/Documentation/devicetree/bindings/iio/accel/ |
D | lis302.txt | 31 with step of 0.5 msec 33 step of 1 msec. 35 step of 1 msec.
|
/linux-4.4.14/drivers/cpufreq/ |
D | e_powersaver.c | 186 int k, step, voltage; in eps_cpu_init() local 358 step = ((max_voltage - min_voltage) * 256) in eps_cpu_init() 361 voltage = (k * step) / 256 + min_voltage; in eps_cpu_init()
|
/linux-4.4.14/arch/x86/kernel/cpu/mtrr/ |
D | generic.c | 380 print_fixed(unsigned base, unsigned step, const mtrr_type *types) in print_fixed() argument 384 for (i = 0; i < 8; ++i, ++types, base += step) { in print_fixed() 386 update_fixed_last(base, base + step, *types); in print_fixed() 390 last_fixed_end = base + step; in print_fixed() 395 update_fixed_last(base, base + step, *types); in print_fixed()
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | bcm963138dvt.dts | 39 nand-ecc-step-size = <512>;
|
D | bcm5301x-nand-cs0-bch8.dtsi | 21 nand-ecc-step-size = <512>;
|
D | bcm7445-bcm97445svmb.dts | 22 nand-ecc-step-size = <512>;
|
D | imx6dl.dtsi | 47 clock-names = "arm", "pll2_pfd2_396m", "step",
|
D | bcm958305k.dts | 81 nand-ecc-step-size = <1024>;
|
D | bcm958300k.dts | 73 nand-ecc-step-size = <1024>;
|
D | bcm911360_entphn.dts | 74 nand-ecc-step-size = <1024>;
|
/linux-4.4.14/drivers/mtd/nand/gpmi-nand/ |
D | gpmi-nand.c | 1371 int step; in gpmi_ecc_read_page_raw() local 1401 for (step = 0; step < nfc_geo->ecc_chunk_count; step++) { in gpmi_ecc_read_page_raw() 1403 gpmi_copy_bits(buf, step * eccsize * 8, in gpmi_ecc_read_page_raw() 1409 if (step == nfc_geo->ecc_chunk_count - 1 && in gpmi_ecc_read_page_raw() 1460 int step; in gpmi_ecc_write_page_raw() local 1479 for (step = 0; step < nfc_geo->ecc_chunk_count; step++) { in gpmi_ecc_write_page_raw() 1482 buf, step * eccsize * 8, eccsize * 8); in gpmi_ecc_write_page_raw() 1486 if (step == nfc_geo->ecc_chunk_count - 1 && in gpmi_ecc_write_page_raw()
|
/linux-4.4.14/Documentation/security/ |
D | tomoyo.txt | 6 http://tomoyo.sourceforge.jp/1.7/1st-step/ubuntu10.04-live/ 7 http://tomoyo.sourceforge.jp/1.7/1st-step/centos5-live/ .
|
D | keys-request-key.txt | 82 proceeds to the next step. 119 This also extends further. If key W (step 7 above) didn't exist, key W would 120 be created uninstantiated, another auth key (X) would be created (as per step 121 3) and another copy of /sbin/request-key spawned (as per step 4); but the
|
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
D | volt.h | 17 s16 step; member
|
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_ptp.c | 330 u32 step; in fm10k_ptp_enable() local 360 step = 2 * (fm10k_read_reg(hw, FM10K_SYSTIME_CFG) & in fm10k_ptp_enable() 364 if ((period && (period < step)) || (period > U32_MAX)) in fm10k_ptp_enable()
|
/linux-4.4.14/drivers/misc/eeprom/ |
D | eeprom_93xx46.c | 191 int i, ret, step = 1; in eeprom_93xx46_bin_write() local 198 step = 2; in eeprom_93xx46_bin_write() 212 for (i = 0; i < count; i += step) { in eeprom_93xx46_bin_write()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/volt/ |
D | base.c | 122 if (data && info.vidmask && info.base && info.step) { in nvkm_volt_parse_bios() 130 info.base += info.step; in nvkm_volt_parse_bios()
|
/linux-4.4.14/Documentation/xtensa/ |
D | mmu.txt | 31 After step 2, we jump to virtual address in 0x40000000..0x5fffffff 33 After step 4, we jump to intended (linked) address of this code.
|
/linux-4.4.14/drivers/media/pci/cx88/ |
D | cx88-video.c | 160 u32 step; member 177 .step = 1, 187 .step = 1, 197 .step = 1, 210 .step = 1, 220 .step = 1, 248 .step = 1, 272 .step = 1, 282 .step = 1, 1353 cc->id, cc->minimum, cc->maximum, cc->step, cc->default_value); in cx8800_initdev() [all …]
|
/linux-4.4.14/arch/sparc/lib/ |
D | udivdi3.S | 50 ! Got carry from n. Subtract next step to cancel this carry. 88 ! Got carry from n. Subtract next step to cancel this carry. 114 ! Got carry from n. Subtract next step to cancel this carry. 193 ! Got carry from n. Subtract next step to cancel this carry.
|
D | divdi3.S | 73 ! Got carry from n. Subtract next step to cancel this carry. 109 ! Got carry from n. Subtract next step to cancel this carry. 133 ! Got carry from n. Subtract next step to cancel this carry. 208 ! Got carry from n. Subtract next step to cancel this carry.
|
/linux-4.4.14/Documentation/x86/ |
D | pat.txt | 102 pgprot_writecombine() in step 1, followed by step 2. 104 In addition, step 2 internally tracks the region as UC or WC in memtype 109 as step 0 above and also track the usage of those pages and use set_memory_wb()
|
/linux-4.4.14/drivers/iio/accel/ |
D | bmc150-accel-core.c | 838 size_t step = regmap_get_raw_read_max(data->regmap); in bmc150_accel_fifo_transfer() local 840 if (!step || step > total_length) in bmc150_accel_fifo_transfer() 841 step = total_length; in bmc150_accel_fifo_transfer() 842 else if (step < total_length) in bmc150_accel_fifo_transfer() 843 step = sample_length; in bmc150_accel_fifo_transfer() 849 for (i = 0; i < total_length; i += step) { in bmc150_accel_fifo_transfer() 851 &buffer[i], step); in bmc150_accel_fifo_transfer() 858 step); in bmc150_accel_fifo_transfer()
|
/linux-4.4.14/drivers/s390/scsi/ |
D | zfcp_erp.c | 817 act->step = ZFCP_ERP_STEP_PHYS_PORT_CLOSING; in zfcp_erp_port_forced_strategy_close() 829 switch (erp_action->step) { in zfcp_erp_port_forced_strategy() 851 erp_action->step = ZFCP_ERP_STEP_PORT_CLOSING; in zfcp_erp_port_strategy_close() 864 erp_action->step = ZFCP_ERP_STEP_PORT_OPENING; in zfcp_erp_port_strategy_open_port() 889 switch (act->step) { in zfcp_erp_port_strategy_open_common() 928 switch (erp_action->step) { in zfcp_erp_port_strategy() 960 erp_action->step = ZFCP_ERP_STEP_LUN_CLOSING; in zfcp_erp_lun_strategy_close() 971 erp_action->step = ZFCP_ERP_STEP_LUN_OPENING; in zfcp_erp_lun_strategy_open() 982 switch (erp_action->step) { in zfcp_erp_lun_strategy()
|
D | zfcp_def.h | 120 u32 step; /* active step of this erp action */ member
|
/linux-4.4.14/sound/pci/ |
D | intel8x0m.c | 450 int civ, i, step; in snd_intel8x0m_update() local 456 step = 1; in snd_intel8x0m_update() 460 step = civ - ichdev->civ; in snd_intel8x0m_update() 461 if (step < 0) in snd_intel8x0m_update() 462 step += ICH_REG_LVI_MASK + 1; in snd_intel8x0m_update() 468 ichdev->position += step * ichdev->fragsize1; in snd_intel8x0m_update() 470 ichdev->lvi += step; in snd_intel8x0m_update() 473 for (i = 0; i < step; i++) { in snd_intel8x0m_update()
|
/linux-4.4.14/drivers/media/usb/pwc/ |
D | pwc-v4l.c | 79 .step = 1, 90 .step = 1, 99 .step = 1, 108 .step = 1, 118 .step = 1, 149 .step = 1, 159 .step = 1,
|
/linux-4.4.14/arch/frv/mm/ |
D | tlb-flush.S | 69 # now, we assume that the TLB line step is page size in size 110 # now, we assume that the TLB line step is page size in size
|
/linux-4.4.14/Documentation/hwmon/ |
D | nct6775 | 120 Duty step size. 122 Temperature step size. With each step over 129 Temperature step tolerance.
|
D | powr1220 | 21 Voltages are sampled by a 12-bit ADC with a step size of 2 mV.
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | rv6xx_dpm.c | 140 u32 clock, struct rv6xx_sclk_stepping *step) in rv6xx_convert_clock_to_stepping() argument 151 step->post_divider = 2 + (dividers.post_div & 0xF) + (dividers.post_div >> 4); in rv6xx_convert_clock_to_stepping() 153 step->post_divider = 1; in rv6xx_convert_clock_to_stepping() 155 step->vco_frequency = clock * step->post_divider; in rv6xx_convert_clock_to_stepping() 161 u32 step_index, struct rv6xx_sclk_stepping *step) in rv6xx_output_stepping() argument 174 if (step->post_divider == 1) in rv6xx_output_stepping() 177 u32 lo_len = (step->post_divider - 2) / 2; in rv6xx_output_stepping() 178 u32 hi_len = step->post_divider - 2 - lo_len; in rv6xx_output_stepping() 184 fb_divider = ((step->vco_frequency * pi->spll_ref_div) / ref_clk) >> in rv6xx_output_stepping() 300 struct rv6xx_sclk_stepping step; in rv6xx_generate_single_step() local [all …]
|
/linux-4.4.14/Documentation/driver-model/ |
D | platform.txt | 149 You can use platform_device_register_simple() as a one-step call to allocate 218 step 2 have priority over these. This step is omitted by the serial 225 automatically registered during step 2 or 3. The serial driver example 233 This step can be executed at any point during the early boot. As soon
|
/linux-4.4.14/drivers/staging/iio/Documentation/ |
D | sysfs-bus-iio-impedance-analyzer-ad5933 | 11 Frequency increment in Hz (step size) between consecutive
|
/linux-4.4.14/drivers/pci/hotplug/ |
D | pciehp_hpc.c | 276 int delay = 1000, step = 20; in pci_bus_check_dev() local 286 msleep(step); in pci_bus_check_dev() 287 delay -= step; in pci_bus_check_dev() 293 PCI_FUNC(devfn), count, step, l); in pci_bus_check_dev()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | Kconfig | 36 After the prescanning step, the receive queue is processed as
|
/linux-4.4.14/drivers/iio/adc/ |
D | ti_am335x_adc.c | 70 u32 step; in get_adc_chan_step_mask() local 72 step = adc_dev->channel_step[i]; in get_adc_chan_step_mask() 74 return 1 << (step + 1); in get_adc_chan_step_mask()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_cmd_parser.c | 126 .reg = { .offset = 1, .mask = 0x007FFFFC, .step = 2 } ), 995 const u32 step = desc->reg.step ? desc->reg.step : length; in check_cmd() local 999 offset += step) { in check_cmd()
|
/linux-4.4.14/drivers/net/wireless/ath/ath5k/ |
D | phy.c | 485 u32 mix, step; in ath5k_hw_rf_gainf_corr() local 513 step = ath5k_hw_rfb_op(ah, rf_regs, 0, AR5K_RF_MIXGAIN_STEP, false); in ath5k_hw_rf_gainf_corr() 520 ah->ah_gain.g_f_corr = step * 2; in ath5k_hw_rf_gainf_corr() 523 ah->ah_gain.g_f_corr = (step - 5) * 2; in ath5k_hw_rf_gainf_corr() 526 ah->ah_gain.g_f_corr = step; in ath5k_hw_rf_gainf_corr() 551 u32 step, mix_ovr, level[4]; in ath5k_hw_rf_check_gainf_readback() local 564 step = ath5k_hw_rfb_op(ah, rf_regs, 0, AR5K_RF_RFGAIN_STEP, in ath5k_hw_rf_check_gainf_readback() 568 level[1] = (step == 63) ? 50 : step + 4; in ath5k_hw_rf_check_gainf_readback() 569 level[2] = (step != 63) ? 64 : level[0]; in ath5k_hw_rf_check_gainf_readback() 573 (step == 63 ? AR5K_GAIN_DYN_ADJUST_HI_MARGIN : -5); in ath5k_hw_rf_check_gainf_readback() [all …]
|
/linux-4.4.14/drivers/staging/rtl8192u/ |
D | r819xU_phy.c | 1264 u8 *stage, u8 *step, u32 *delay) in rtl8192_phy_SwChnlStepByStep() argument 1277 __func__, *stage, *step, channel); in rtl8192_phy_SwChnlStepByStep() 1351 CurrentCmd = &PreCommonCmd[*step]; in rtl8192_phy_SwChnlStepByStep() 1354 CurrentCmd = &RfDependCmd[*step]; in rtl8192_phy_SwChnlStepByStep() 1357 CurrentCmd = &PostCommonCmd[*step]; in rtl8192_phy_SwChnlStepByStep() 1367 (*step) = 0; in rtl8192_phy_SwChnlStepByStep() 1406 (*step)++; in rtl8192_phy_SwChnlStepByStep()
|
/linux-4.4.14/drivers/thermal/ |
D | hisi_thermal.c | 65 static inline int _step_to_temp(int step) in _step_to_temp() argument 71 return (HISI_TEMP_BASE + (step * 200 / 255)) * 1000; in _step_to_temp()
|
/linux-4.4.14/drivers/char/ |
D | mbcs.c | 183 union algo_step step; in mbcs_algo_set() local 185 step.algo_step_reg = 0; in mbcs_algo_set() 197 step.alg_step_cnt = algoStepCount; in mbcs_algo_set() 198 MBCS_MMR_SET(mmr, MBCS_ALG_STEP, step.algo_step_reg); in mbcs_algo_set()
|
/linux-4.4.14/drivers/media/pci/cx18/ |
D | cx18-alsa-mixer.c | 80 uinfo->value.integer.step = 1; in snd_cx18_mixer_tv_vol_info()
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
D | ivtv-alsa-mixer.c | 80 uinfo->value.integer.step = 1; in snd_ivtv_mixer_tv_vol_info()
|
/linux-4.4.14/sound/pci/hda/ |
D | hda_codec.c | 1469 int nums, step; in snd_hda_set_vmaster_tlv() local 1473 step = (caps & AC_AMPCAP_STEP_SIZE) >> AC_AMPCAP_STEP_SIZE_SHIFT; in snd_hda_set_vmaster_tlv() 1474 step = (step + 1) * 25; in snd_hda_set_vmaster_tlv() 1477 tlv[2] = -nums * step; in snd_hda_set_vmaster_tlv() 1478 tlv[3] = step; in snd_hda_set_vmaster_tlv() 1752 int step = tlv[3]; in get_kctl_0dB_offset() local 1753 step &= ~TLV_DB_SCALE_MUTE; in get_kctl_0dB_offset() 1754 if (!step) in get_kctl_0dB_offset() 1756 if (*step_to_check && *step_to_check != step) { in get_kctl_0dB_offset() 1758 - *step_to_check, step); in get_kctl_0dB_offset() [all …]
|
/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/ |
D | r8192E_phy.c | 819 u8 *stage, u8 *step, u32 *delay) in _rtl92e_phy_switch_channel_step() argument 830 __func__, *stage, *step, channel); in _rtl92e_phy_switch_channel_step() 913 CurrentCmd = &ieee->PreCommonCmd[*step]; in _rtl92e_phy_switch_channel_step() 916 CurrentCmd = &ieee->RfDependCmd[*step]; in _rtl92e_phy_switch_channel_step() 919 CurrentCmd = &ieee->PostCommonCmd[*step]; in _rtl92e_phy_switch_channel_step() 927 (*step) = 0; in _rtl92e_phy_switch_channel_step() 968 (*step)++; in _rtl92e_phy_switch_channel_step()
|
/linux-4.4.14/drivers/video/fbdev/ |
D | tgafb.c | 1150 int depos, sepos, backward, last_step, step; local 1185 step = 32; 1188 step = -32; 1229 sfb += step; 1230 dfb += step; 1234 sfb += last_step - step; 1235 dfb += last_step - step;
|
D | vt8623fb.c | 322 int rv, mem, step; in vt8623fb_check_var() local 340 step = vt8623fb_formats[rv].xresstep - 1; in vt8623fb_check_var() 341 var->xres_virtual = (var->xres_virtual+step) & ~step; in vt8623fb_check_var()
|
/linux-4.4.14/Documentation/devicetree/bindings/leds/backlight/ |
D | lp855x.txt | 33 /* Heavy smoothing, 24ms ramp time step */
|
/linux-4.4.14/tools/power/cpupower/bench/ |
D | README-BENCH | 111 -x, --load-step=<long int> time to be added to load time, in us 112 -y, --sleep-step=<long int> time to be added to sleep time, in us
|
/linux-4.4.14/drivers/power/ |
D | bq25890_charger.c | 274 u32 step; member 333 rtbl_size = (rtbl->max - rtbl->min) / rtbl->step + 1; in bq25890_find_idx() 336 idx < rtbl_size && (idx * rtbl->step + rtbl->min <= value); in bq25890_find_idx() 355 return (rtbl->min + idx * rtbl->step); in bq25890_find_val()
|
/linux-4.4.14/include/uapi/sound/ |
D | asound.h | 420 unsigned int step; /* samples distance in bits */ member 892 long step; /* R: step (0 variable) */ member 897 long long step; /* R: step (0 variable) */ member
|
/linux-4.4.14/drivers/media/usb/gspca/stv06xx/ |
D | stv06xx_pb0100.c | 129 .step = 1, in pb0100_init_controls() 138 .step = 1, in pb0100_init_controls()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | phy.c | 47 u8 channel, u8 *stage, u8 *step, 928 u8 channel, u8 *stage, u8 *step, in _rtl8723e_phy_sw_chnl_step_by_step() argument 971 currentcmd = &precommoncmd[*step]; in _rtl8723e_phy_sw_chnl_step_by_step() 974 currentcmd = &rfdependcmd[*step]; in _rtl8723e_phy_sw_chnl_step_by_step() 977 currentcmd = &postcommoncmd[*step]; in _rtl8723e_phy_sw_chnl_step_by_step() 990 (*step) = 0; in _rtl8723e_phy_sw_chnl_step_by_step() 1034 (*step)++; in _rtl8723e_phy_sw_chnl_step_by_step()
|
/linux-4.4.14/drivers/acpi/ |
D | processor_throttling.c | 929 int i, step; in acpi_processor_get_fadt_info() local 952 step = (1000 / pr->throttling.state_count); in acpi_processor_get_fadt_info() 955 pr->throttling.states[i].performance = 1000 - step * i; in acpi_processor_get_fadt_info() 956 pr->throttling.states[i].power = 1000 - step * i; in acpi_processor_get_fadt_info()
|
/linux-4.4.14/Documentation/cgroups/ |
D | hugetlb.txt | 15 With the above step, the initial or the parent HugeTLB group becomes
|
/linux-4.4.14/Documentation/DocBook/ |
D | regulator.xml.db | 29 API-regulator-get-linear-step
|
/linux-4.4.14/drivers/media/radio/ |
D | radio-si476x.c | 179 .step = 1, 188 .step = 1, 197 .step = 2, 213 .step = 1, 255 .step = 1,
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
D | phy.c | 354 u8 channel, u8 *stage, u8 *step, u32 *delay) in _rtl92s_phy_sw_chnl_step_by_step() argument 394 currentcmd = &precommoncmd[*step]; in _rtl92s_phy_sw_chnl_step_by_step() 397 currentcmd = &rfdependcmd[*step]; in _rtl92s_phy_sw_chnl_step_by_step() 400 currentcmd = &postcommoncmd[*step]; in _rtl92s_phy_sw_chnl_step_by_step() 411 (*step) = 0; in _rtl92s_phy_sw_chnl_step_by_step() 453 (*step)++; in _rtl92s_phy_sw_chnl_step_by_step()
|
/linux-4.4.14/Documentation/serial/ |
D | moxa-smartio | 137 first step, anyway, is to copy driver file "mxser.tgz" into specified 204 This step is only needed to be executed once. But you still 228 all the source code. This step is only need to be executed once. 231 "3.7" section), then you need to do this step again. 273 completed, follow the below step. 317 please skip this step.
|
/linux-4.4.14/drivers/hwmon/ |
D | f75375s.c | 76 #define F75375_REG_FAN_B_TEMP(nr, step) ((0xA0 + (nr) * 0x10) + (step)) argument 77 #define F75375_REG_FAN_B_SPEED(nr, step) \ argument 78 ((0xA5 + (nr) * 0x10) + (step) * 2)
|
/linux-4.4.14/Documentation/power/ |
D | states.txt | 69 firmware) as the last step during STR transitions and that usually results in 88 state operates similarly to Suspend-to-RAM, but includes a final step
|
/linux-4.4.14/Documentation/ |
D | dell_rbu.txt | 80 Until this step is completed the driver cannot be unloaded. 84 If a user by accident executes steps 1 and 3 above without executing step 2;
|