/linux-4.1.27/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.1.27/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.1.27/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.1.27/Documentation/devicetree/bindings/mtd/ |
D | pxa3xx-nand.txt | 20 - nand-ecc-strength: number of bits to correct per ECC step 21 - nand-ecc-step-size: number of data bytes covered by a single ECC step 23 The following ECC strength and step size are currently supported: 25 - nand-ecc-strength = <1>, nand-ecc-step-size = <512> 26 - nand-ecc-strength = <4>, nand-ecc-step-size = <512> 27 - 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
|
/linux-4.1.27/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.1.27/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, 1141 cfg.step = controls[i].step; in s5p_mfc_dec_ctrls_setup() 1150 controls[i].maximum, controls[i].step, in s5p_mfc_dec_ctrls_setup()
|
/linux-4.1.27/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
|
D | as3722-regulator.txt | 7 regulator node. The AS3722 is having 7 DCDC step-down regulators as
|
/linux-4.1.27/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, 268 selector = DIV_ROUND_UP(min_vol - desc->min, desc->step); in s5m8767_convert_voltage_to_sel() 270 if (desc->min + desc->step * selector > desc->max) in s5m8767_convert_voltage_to_sel() 354 return DIV_ROUND_UP(desc->step * (new_sel - old_sel), in s5m8767_set_voltage_time_sel() 930 (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 | Kconfig | 197 The DA9210 is a multi-phase synchronous step down 209 step down converter 12A or 16A DC-DC Buck controlled through an I2C 229 TinyBuck Regulator. The FAN53555 is a step-down switching voltage 294 chip contains six step-down DC/DC converters which can support 369 The MAXIM MAX8973 high-efficiency. three phase, DC-DC step-down 629 high-frequency synchronous step down dc-dc converter optimized 638 three step-down converters and two general-purpose LDO voltage regulators. 646 three step-down converters and two general-purpose LDO voltage regulators. 661 provides three step-down converters and four general-purpose LDO 670 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.1.27/drivers/md/ |
D | dm-stats.c | 46 sector_t step; member 219 (unsigned long long)s->step, in dm_stats_cleanup() 230 sector_t step, const char *program_id, const char *aux_data, in dm_stats_create() argument 246 if (end < start || !step) in dm_stats_create() 250 if (dm_sector_div64(n_entries, step)) in dm_stats_create() 274 s->step = step; in dm_stats_create() 410 (unsigned long long)s->step, in dm_stats_list() 515 offset = dm_sector_div64(rel_sector, s->step); in __dm_stat_bio() 523 if (fragment_len > s->step - offset) in __dm_stat_bio() 524 fragment_len = s->step - offset; in __dm_stat_bio() [all …]
|
D | dm-era-target.c | 658 int (*step)(struct era_metadata *, struct digest *); member 677 d->step = metadata_digest_lookup_writeset; in metadata_digest_remove_writeset() 710 d->step = metadata_digest_remove_writeset; in metadata_digest_transcribe_writeset() 735 d->step = NULL; in metadata_digest_lookup_writeset() 748 d->step = metadata_digest_transcribe_writeset; in metadata_digest_lookup_writeset() 755 if (d->step) in metadata_digest_start() 765 d->step = metadata_digest_lookup_writeset; in metadata_digest_start() 1214 if (!era->digest.step) in process_old_eras() 1217 r = era->digest.step(era->md, &era->digest); in process_old_eras() 1220 era->digest.step = NULL; in process_old_eras() [all …]
|
/linux-4.1.27/arch/arm/mach-imx/ |
D | clk-cpu.c | 21 struct clk *step; member 52 ret = clk_set_parent(cpu->mux, cpu->step); in clk_cpu_set_rate() 79 struct clk *step) in imx_clk_cpu() argument 92 cpu->step = step; in imx_clk_cpu()
|
D | clk.h | 137 struct clk *step);
|
/linux-4.1.27/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 …]
|
D | v4l2-controls.txt | 125 u32 id, s32 min, s32 max, u32 step, s32 def); 190 ID except for the min, max, step and default values. These are passed in the 197 and instead of a step there is a skip_mask argument: if bit X is 1, then menu 393 u32 step; 400 present. Note that VIDIOC_QUERYCTRL always returns a step value of 1 for 425 .step = 1, 714 .step = 1,
|
/linux-4.1.27/include/sound/ |
D | tlv.h | 53 #define TLV_DB_SCALE_ITEM(min, step, mute) \ argument 56 ((step) & TLV_DB_SCALE_MASK) | \ 58 #define DECLARE_TLV_DB_SCALE(name, min, step, mute) \ argument 59 unsigned int name[] = { TLV_DB_SCALE_ITEM(min, step, mute) }
|
/linux-4.1.27/drivers/media/pci/mantis/ |
D | mantis_dma.c | 154 u32 line, step; in mantis_risc_program() local 164 for (step = 0; step < MANTIS_DMA_TR_UNITS; step++) { in mantis_risc_program() 165 dprintk(MANTIS_DEBUG, 1, "RISC PROG line=[%d], step=[%d]", line, step); in mantis_risc_program() 166 if (step == 0) { in mantis_risc_program()
|
/linux-4.1.27/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.1.27/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.1.27/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 | 1281 u8 step = DA732X_DAC_OFFSET_STEP; in da732x_dac_offset_adjust() local 1309 offset[DA732X_HPL_DAC] |= step; in da732x_dac_offset_adjust() 1310 offset[DA732X_HPR_DAC] |= step; in da732x_dac_offset_adjust() 1320 offset[DA732X_HPL_DAC] &= ~step; in da732x_dac_offset_adjust() 1323 offset[DA732X_HPR_DAC] &= ~step; in da732x_dac_offset_adjust() 1325 step >>= 1; in da732x_dac_offset_adjust() 1326 } while (step); in da732x_dac_offset_adjust() 1345 u8 step = DA732X_OUTPUT_OFFSET_STEP; in da732x_output_offset_adjust() local 1376 offset[DA732X_HPL_AMP] |= step; in da732x_output_offset_adjust() 1377 offset[DA732X_HPR_AMP] |= step; in da732x_output_offset_adjust() [all …]
|
/linux-4.1.27/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.1.27/drivers/media/v4l2-core/ |
D | v4l2-ctrls.c | 921 s64 *min, s64 *max, u64 *step, s64 *def, u32 *flags) in v4l2_ctrl_fill() argument 981 *max = *step = 1; in v4l2_ctrl_fill() 996 *min = *max = *step = *def = 0; in v4l2_ctrl_fill() 1077 *min = *max = *step = *def = 0; in v4l2_ctrl_fill() 1081 *step = 1; in v4l2_ctrl_fill() 1106 *step = 1; in v4l2_ctrl_fill() 1113 *step = 1; in v4l2_ctrl_fill() 1217 ev->u.ctrl.step = 1; in fill_event() 1219 ev->u.ctrl.step = ctrl->step; in fill_event() 1358 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()
|
/linux-4.1.27/drivers/media/platform/vivid/ |
D | vivid-ctrls.c | 147 .step = 1, 158 .step = 1, 168 .step = 1, 179 .step = 1, 191 .step = 1, 203 .step = 1, 236 .step = 1, 247 .step = 0, 519 .step = 1, 528 .step = 1, [all …]
|
/linux-4.1.27/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.1.27/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.1.27/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()
|
D | pcm_plugin.h | 37 unsigned int step; /* samples distance in bits */ member
|
/linux-4.1.27/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.1.27/include/media/ |
D | v4l2-ctrls.h | 195 u64 step; member 296 u64 step; member 322 s64 *min, s64 *max, u64 *step, s64 *def, u32 *flags); 445 u32 id, s64 min, s64 max, u64 step, s64 def); 628 s64 min, s64 max, u64 step, s64 def); 648 s64 min, s64 max, u64 step, s64 def) in v4l2_ctrl_modify_range() argument 653 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.1.27/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.1.27/drivers/clk/sunxi/ |
D | clk-mod0.c | 193 u16 step, mmc_div; in mmc_get_phase() local 226 step = DIV_ROUND_CLOSEST(360, mmc_div); in mmc_get_phase() 227 return delay * step; in mmc_get_phase() 260 u16 step, mmc_div; in mmc_set_phase() local 278 step = DIV_ROUND_CLOSEST(360, mmc_div); in mmc_set_phase() 279 delay = DIV_ROUND_CLOSEST(degrees, step); in mmc_set_phase()
|
/linux-4.1.27/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.1.27/mm/ |
D | bootmem.c | 471 unsigned long idx, unsigned long step) in align_idx() argument 480 return ALIGN(base + idx, step) - base; in align_idx() 498 unsigned long min, max, start, sidx, midx, step; in alloc_bootmem_bdata() local 522 step = max(align >> PAGE_SHIFT, 1UL); in alloc_bootmem_bdata() 525 start = ALIGN(goal, step); in alloc_bootmem_bdata() 527 start = ALIGN(min, step); in alloc_bootmem_bdata() 538 sidx = align_idx(bdata, bdata->hint_idx, step); in alloc_bootmem_bdata() 547 sidx = align_idx(bdata, sidx, step); in alloc_bootmem_bdata() 555 sidx = align_idx(bdata, i, step); in alloc_bootmem_bdata() 557 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 | 968 unsigned long step; in bdi_update_dirty_ratelimit() local 1058 step = 0; in bdi_update_dirty_ratelimit() 1084 step = x - dirty_ratelimit; in bdi_update_dirty_ratelimit() 1089 step = dirty_ratelimit - x; in bdi_update_dirty_ratelimit() 1097 step >>= dirty_ratelimit / (2 * step + 1); in bdi_update_dirty_ratelimit() 1101 step = (step + 7) / 8; in bdi_update_dirty_ratelimit() 1104 dirty_ratelimit += step; in bdi_update_dirty_ratelimit() 1106 dirty_ratelimit -= step; in bdi_update_dirty_ratelimit()
|
/linux-4.1.27/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 36 @stats_create <range> <step> [<program_id> [<aux_data>]] 45 <step> 90 <region_id>: <start_sector>+<length> <step> <program_id> <aux_data> 94 Print counters for each step-sized area of a region. 107 Output format for each step-sized area of a region:
|
/linux-4.1.27/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.1.27/drivers/scsi/ufs/ |
D | ufs-qcom.h | 111 u8 *major, u16 *minor, u16 *step) in ufs_qcom_get_controller_revision() argument 117 *step = (ver & UFS_HW_VER_STEP_MASK) >> UFS_HW_VER_STEP_SHFT; in ufs_qcom_get_controller_revision() 156 u16 step; member
|
/linux-4.1.27/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.1.27/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.1.27/include/linux/ |
D | tracehook.h | 122 static inline void tracehook_report_syscall_exit(struct pt_regs *regs, int step) in tracehook_report_syscall_exit() argument 124 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.1.27/sound/soc/sh/rcar/ |
D | adg.c | 130 int idx, sel, div, step, ret; in rsnd_adg_set_convert_clk_gen2() local 146 step = 2; in rsnd_adg_set_convert_clk_gen2() 151 for (div = 2; div <= 98304; div += step) { in rsnd_adg_set_convert_clk_gen2() 164 step *= 2; in rsnd_adg_set_convert_clk_gen2() 166 div += step; in rsnd_adg_set_convert_clk_gen2() 167 step *= 2; in rsnd_adg_set_convert_clk_gen2()
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/arch/arm/mach-pxa/ |
D | viper.c | 184 int step; in viper_set_core_cpu_voltage() local 187 step = divisor; in viper_set_core_cpu_voltage() 189 step = current_voltage_divisor + STEP; in viper_set_core_cpu_voltage() 191 step = current_voltage_divisor - STEP; in viper_set_core_cpu_voltage() 193 step = divisor; in viper_set_core_cpu_voltage() 202 gpio_set_value(VIPER_PSU_DATA_GPIO, step & i); in viper_set_core_cpu_voltage() 217 current_voltage_divisor = step; in viper_set_core_cpu_voltage()
|
/linux-4.1.27/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.1.27/drivers/media/usb/go7007/ |
D | go7007-v4l2.c | 921 .step = 1, 931 .step = 1, 941 .step = 1, 951 .step = 1, 961 .step = 1, 971 .step = 1, 981 .step = 1, 991 .step = 1, 1001 .step = 1, 1011 .step = 1, [all …]
|
/linux-4.1.27/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 | 1102 static int snd_interval_step(struct snd_interval *i, unsigned int step) in snd_interval_step() argument 1106 n = i->min % step; in snd_interval_step() 1108 i->min += step - n; in snd_interval_step() 1112 n = i->max % step; in snd_interval_step() 1459 unsigned long step = (unsigned long) rule->private; in snd_pcm_hw_rule_step() local 1460 return snd_interval_step(hw_param_interval(params, rule->var), step); in snd_pcm_hw_rule_step() 1475 unsigned long step) in snd_pcm_hw_constraint_step() argument 1478 snd_pcm_hw_rule_step, (void *) step, in snd_pcm_hw_constraint_step() 1793 info->step = runtime->channels * width; in snd_pcm_lib_ioctl_channel_info() 1800 info->step = width; in snd_pcm_lib_ioctl_channel_info()
|
/linux-4.1.27/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.1.27/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
|
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.1.27/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.1.27/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.1.27/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.1.27/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 | 1875 unsigned step; /* step between entries */ member 2519 table->offset + table->step * ins_index); in efx_farch_filter_insert() 2553 efx_writeo(efx, &filter, table->offset + table->step * filter_idx); in efx_farch_filter_table_clear_entry() 2761 if (table->step == 0) in efx_farch_filter_table_restore() 2769 table->offset + table->step * filter_idx); in efx_farch_filter_table_restore() 2807 table->step = FR_BZ_RX_FILTER_TBL0_STEP; in efx_farch_filter_table_probe() 2815 table->step = FR_CZ_RX_MAC_FILTER_TBL0_STEP; in efx_farch_filter_table_probe() 2825 table->step = FR_CZ_TX_MAC_FILTER_TBL0_STEP; in efx_farch_filter_table_probe() 2900 table->offset + table->step * filter_idx); in efx_farch_filter_update_rx_scatter()
|
/linux-4.1.27/tools/perf/bench/ |
D | numa.c | 455 int step; in parse_setup_cpu_list() local 474 step = 1; in parse_setup_cpu_list() 477 step = atol(tok_step + 1); in parse_setup_cpu_list() 478 BUG_ON(step <= 0 || step >= g->p.nr_cpus); in parse_setup_cpu_list() 501 dprintf("CPUs: %d_%d-%d#%dx%d\n", bind_cpu_0, bind_len, bind_cpu_1, step, mul); in parse_setup_cpu_list() 511 for (bind_cpu = bind_cpu_0; bind_cpu <= bind_cpu_1; bind_cpu += step) { in parse_setup_cpu_list() 591 int step; in parse_setup_node_list() local 610 step = 1; in parse_setup_node_list() 613 step = atol(tok_step + 1); in parse_setup_node_list() 614 BUG_ON(step <= 0 || step >= g->p.nr_nodes); in parse_setup_node_list() [all …]
|
/linux-4.1.27/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.1.27/drivers/pcmcia/ |
D | rsrc_nonstatic.c | 414 u_long i, j, bad, fail, step; in do_mem_probe() local 419 step = (num < 0x20000) ? 0x2000 : ((num>>4) & ~0x1fff); in do_mem_probe() 421 if (step > 0x800000) in do_mem_probe() 422 step = 0x800000; in do_mem_probe() 424 if (step < 2 * s->map_size) in do_mem_probe() 425 step = 2 * s->map_size; in do_mem_probe() 426 for (i = j = base; i < base+num; i = j + step) { in do_mem_probe() 428 for (j = i; j < base+num; j += step) { in do_mem_probe() 429 if (!do_validate_mem(s, j, step, validate)) in do_mem_probe() 435 for (j = i; j < base+num; j += step) in do_mem_probe() [all …]
|
/linux-4.1.27/Documentation/input/ |
D | rotary-encoder.txt | 30 one step 33 one step (half-period mode) 54 meaning that there it has seen half the way of a one-step transition. 84 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.1.27/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.1.27/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.1.27/drivers/pinctrl/mediatek/ |
D | pinctrl-mtk-common.h | 90 unsigned char step; member 99 .step = _step, \
|
/linux-4.1.27/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.1.27/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);
|
D | common.c | 430 void qce_get_version(struct qce_device *qce, u32 *major, u32 *minor, u32 *step) in qce_get_version() argument 437 *step = (val & CORE_STEP_REV_MASK) >> CORE_STEP_REV_SHIFT; in qce_get_version()
|
/linux-4.1.27/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.1.27/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.1.27/scripts/ |
D | bootgraph.pl | 230 my $step = ($maxtime - $firsttime) / 15; 235 $time = $time + $step;
|
/linux-4.1.27/arch/arm64/kernel/ |
D | hw_breakpoint.c | 583 int i, step = 0, *kernel_step; in breakpoint_handler() local 618 step = 1; in breakpoint_handler() 623 if (!step) in breakpoint_handler() 659 int i, step = 0, *kernel_step, access; in watchpoint_handler() local 714 step = 1; in watchpoint_handler() 720 if (!step) in watchpoint_handler()
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | dib0090.c | 166 s8 step; member 1669 *val |= state->step << state->dc->offset; in dib0090_set_trim() 1708 state->step = 0; in dib0090_dc_offset_calibration() 1726 dprintk("adc_diff = %d, current step= %d", (u32) state->adc_diff, state->step); in dib0090_dc_offset_calibration() 1727 if (state->step == 0 && state->adc_diff < 0) { in dib0090_dc_offset_calibration() 1732 …iff = %d, min_adc_diff = %d current_step = %d", state->adc_diff, state->min_adc_diff, state->step); in dib0090_dc_offset_calibration() 1735 if (state->step == 0) { in dib0090_dc_offset_calibration() 1737 state->step = 0x10; in dib0090_dc_offset_calibration() 1739 state->step = 0x10; in dib0090_dc_offset_calibration() 1743 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 194 state->step = state->captrim = state->fcaptrim = 64; in dib0070_captrim() 200 state->step /= 2; in dib0070_captrim() 227 state->captrim += (step_sign * state->step); in dib0070_captrim() 229 if (state->step >= 1) in dib0070_captrim()
|
/linux-4.1.27/arch/powerpc/mm/ |
D | hash_utils_64.c | 186 unsigned int step, shift; in htab_bolt_mapping() local 190 step = 1 << shift; in htab_bolt_mapping() 198 vaddr += step, paddr += step) { in htab_bolt_mapping() 210 if (overlaps_kernel_text(vaddr, vaddr + step)) in htab_bolt_mapping() 214 if (overlaps_kvm_tmp(vaddr, vaddr + step)) in htab_bolt_mapping() 228 overlaps_interrupt_vector_text(vaddr, vaddr + step)) in htab_bolt_mapping() 253 unsigned int step, shift; in htab_remove_mapping() local 256 step = 1 << shift; in htab_remove_mapping() 264 for (vaddr = vstart; vaddr < vend; vaddr += step) in htab_remove_mapping()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | volt.c | 86 info->step = nv_ro16(bios, volt + 0x08); in nvbios_volt_parse() 97 info->step = nv_ro16(bios, volt + 0x16); in nvbios_volt_parse()
|
/linux-4.1.27/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.1.27/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.1.27/Documentation/x86/x86_64/ |
D | uefi.txt | 29 kernel image built in first step and corresponding 33 in first step.
|
/linux-4.1.27/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)
|
D | rn5t618.txt | 3 Ricoh RN5T618 is a power management IC which integrates 3 step-down
|
/linux-4.1.27/net/ceph/crush/ |
D | mapper.c | 758 __u32 step; in crush_do_rule() local 787 for (step = 0; step < rule->len; step++) { in crush_do_rule() 789 struct crush_rule_step *curstep = &rule->steps[step]; in crush_do_rule() 920 curstep->op, step); in crush_do_rule()
|
/linux-4.1.27/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.1.27/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.1.27/Documentation/x86/ |
D | pat.txt | 95 pgprot_writecombine() in step 1, followed by step 2. 97 In addition, step 2 internally tracks the region as UC or WC in memtype 102 as step 0 above and also track the usage of those pages and use set_memory_wb()
|
/linux-4.1.27/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.1.27/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.1.27/arch/x86/kernel/cpu/mtrr/ |
D | generic.c | 319 print_fixed(unsigned base, unsigned step, const mtrr_type *types) in print_fixed() argument 323 for (i = 0; i < 8; ++i, ++types, base += step) { in print_fixed() 325 update_fixed_last(base, base + step, *types); in print_fixed() 329 last_fixed_end = base + step; in print_fixed() 334 update_fixed_last(base, base + step, *types); in print_fixed()
|
/linux-4.1.27/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() 902 qec->step = qc.step; in uvc_ioctl_query_ext_ctrl() 1184 fival->stepwise.step.numerator = frame->dwFrameInterval[2]; in uvc_ioctl_enum_frameintervals() 1185 fival->stepwise.step.denominator = 10000000; in uvc_ioctl_enum_frameintervals() 1190 uvc_simplify_fraction(&fival->stepwise.step.numerator, in uvc_ioctl_enum_frameintervals() 1191 &fival->stepwise.step.denominator, 8, 333); in uvc_ioctl_enum_frameintervals()
|
/linux-4.1.27/include/linux/phy/ |
D | phy-qcom-ufs.h | 57 u8 major, u16 minor, u16 step);
|
/linux-4.1.27/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.1.27/Documentation/devicetree/bindings/misc/ |
D | lis302.txt | 31 with step of 0.5 msec 33 step of 1 msec. 35 step of 1 msec.
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
D | volt.h | 8 s16 step; member
|
/linux-4.1.27/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.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/volt/ |
D | base.c | 112 if (data && info.vidmask && info.base && info.step) { in nvkm_volt_parse_bios() 120 info.base += info.step; in nvkm_volt_parse_bios()
|
/linux-4.1.27/drivers/leds/ |
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()
|
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_ptp.c | 329 u32 step; in fm10k_ptp_enable() local 359 step = 2 * (fm10k_read_reg(hw, FM10K_SYSTIME_CFG) & in fm10k_ptp_enable() 363 if ((period && (period < step)) || (period > U32_MAX)) in fm10k_ptp_enable()
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/drivers/misc/eeprom/ |
D | eeprom_93xx46.c | 198 int i, ret, step = 1; in eeprom_93xx46_bin_write() local 212 step = 2; in eeprom_93xx46_bin_write() 226 for (i = 0; i < count; i += step) { in eeprom_93xx46_bin_write()
|
/linux-4.1.27/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.1.27/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.1.27/Documentation/hwmon/ |
D | nct6775 | 116 Duty step size. 118 Temperature step size. With each step over 125 Temperature step tolerance.
|
D | powr1220 | 21 Voltages are sampled by a 12-bit ADC with a step size of 2 mV.
|
D | ltc2978 | 39 output poly-phase step-down DC/DC controller. LTC3883 is a single phase 40 step-down DC/DC controller. LTM4676 is a dual 13A or single 26A uModule
|
D | lm73 | 69 'update_interval' via a step function. Reading back the
|
/linux-4.1.27/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.1.27/Documentation/driver-model/ |
D | platform.txt | 135 You can use platform_device_register_simple() as a one-step call to allocate 204 step 2 have priority over these. This step is omitted by the serial 211 automatically registered during step 2 or 3. The serial driver example 219 This step can be executed at any point during the early boot. As soon
|
/linux-4.1.27/drivers/iio/adc/ |
D | ti_am335x_adc.c | 69 u32 step; in get_adc_chan_step_mask() local 71 step = adc_dev->channel_step[i]; in get_adc_chan_step_mask() 73 return 1 << (step + 1); in get_adc_chan_step_mask()
|
/linux-4.1.27/drivers/staging/iio/Documentation/ |
D | sysfs-bus-iio-impedance-analyzer-ad5933 | 11 Frequency increment in Hz (step size) between consecutive
|
/linux-4.1.27/drivers/pci/hotplug/ |
D | pciehp_hpc.c | 268 int delay = 1000, step = 20; in pci_bus_check_dev() local 278 msleep(step); in pci_bus_check_dev() 279 delay -= step; in pci_bus_check_dev() 285 PCI_FUNC(devfn), count, step, l); in pci_bus_check_dev()
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/drivers/media/pci/ivtv/ |
D | ivtv-alsa-mixer.c | 80 uinfo->value.integer.step = 1; in snd_ivtv_mixer_tv_vol_info()
|
/linux-4.1.27/drivers/media/pci/cx18/ |
D | cx18-alsa-mixer.c | 80 uinfo->value.integer.step = 1; in snd_cx18_mixer_tv_vol_info()
|
/linux-4.1.27/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 | 332 int rv, mem, step; in vt8623fb_check_var() local 350 step = vt8623fb_formats[rv].xresstep - 1; in vt8623fb_check_var() 351 var->xres_virtual = (var->xres_virtual+step) & ~step; in vt8623fb_check_var()
|
D | arkfb.c | 580 int rv, mem, step; in arkfb_check_var() local 598 step = arkfb_formats[rv].xresstep - 1; in arkfb_check_var() 599 var->xres_virtual = (var->xres_virtual+step) & ~step; in arkfb_check_var()
|
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/ |
D | r8192E_phy.c | 840 u8 *stage, u8 *step, u32 *delay) in rtl8192_phy_SwChnlStepByStep() argument 851 __func__, *stage, *step, channel); in rtl8192_phy_SwChnlStepByStep() 924 CurrentCmd = &ieee->PreCommonCmd[*step]; in rtl8192_phy_SwChnlStepByStep() 927 CurrentCmd = &ieee->RfDependCmd[*step]; in rtl8192_phy_SwChnlStepByStep() 930 CurrentCmd = &ieee->PostCommonCmd[*step]; in rtl8192_phy_SwChnlStepByStep() 938 (*step) = 0; in rtl8192_phy_SwChnlStepByStep() 978 (*step)++; in rtl8192_phy_SwChnlStepByStep()
|
/linux-4.1.27/Documentation/devicetree/bindings/video/backlight/ |
D | lp855x.txt | 33 /* Heavy smoothing, 24ms ramp time step */
|
/linux-4.1.27/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.1.27/lib/ |
D | Kconfig.kgdb | 67 exception handler which will allow kgdb to step through a 92 0x0040 - allow flow control management (breakpoint, single step)
|
D | vsprintf.c | 931 int step; in ip4_string() local 937 step = 1; in ip4_string() 940 step = -1; in ip4_string() 945 step = -1; in ip4_string() 951 step = 1; in ip4_string() 968 index += step; in ip4_string()
|
/linux-4.1.27/include/uapi/sound/ |
D | asound.h | 418 unsigned int step; /* samples distance in bits */ member 890 long step; /* R: step (0 variable) */ member 895 long long step; /* R: step (0 variable) */ member
|
/linux-4.1.27/sound/pci/hda/ |
D | hda_codec.c | 1672 int nums, step; in snd_hda_set_vmaster_tlv() local 1676 step = (caps & AC_AMPCAP_STEP_SIZE) >> AC_AMPCAP_STEP_SIZE_SHIFT; in snd_hda_set_vmaster_tlv() 1677 step = (step + 1) * 25; in snd_hda_set_vmaster_tlv() 1680 tlv[2] = -nums * step; in snd_hda_set_vmaster_tlv() 1681 tlv[3] = step; in snd_hda_set_vmaster_tlv() 1955 int step = tlv[3]; in get_kctl_0dB_offset() local 1956 step &= ~TLV_DB_SCALE_MUTE; in get_kctl_0dB_offset() 1957 if (!step) in get_kctl_0dB_offset() 1959 if (*step_to_check && *step_to_check != step) { in get_kctl_0dB_offset() 1961 - *step_to_check, step); in get_kctl_0dB_offset() [all …]
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | imx6dl.dtsi | 47 clock-names = "arm", "pll2_pfd2_396m", "step",
|
/linux-4.1.27/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.1.27/drivers/net/wireless/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.1.27/drivers/acpi/ |
D | processor_throttling.c | 933 int i, step; in acpi_processor_get_fadt_info() local 956 step = (1000 / pr->throttling.state_count); in acpi_processor_get_fadt_info() 959 pr->throttling.states[i].performance = 1000 - step * i; in acpi_processor_get_fadt_info() 960 pr->throttling.states[i].power = 1000 - step * i; in acpi_processor_get_fadt_info()
|
/linux-4.1.27/Documentation/cgroups/ |
D | hugetlb.txt | 15 With the above step, the initial or the parent HugeTLB group becomes
|
D | cpuacct.txt | 15 With the above step, the initial or the parent accounting group becomes
|
D | net_prio.txt | 21 With the above step, the initial group acting as the parent accounting group
|
/linux-4.1.27/drivers/media/radio/ |
D | radio-si476x.c | 179 .step = 1, 188 .step = 1, 197 .step = 2, 213 .step = 1, 255 .step = 1,
|
/linux-4.1.27/kernel/power/ |
D | main.c | 138 static char *suspend_step_name(enum suspend_stat_step step) in suspend_step_name() argument 140 switch (step) { in suspend_step_name()
|
/linux-4.1.27/drivers/net/wireless/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.1.27/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.1.27/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.1.27/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.1.27/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;
|
D | crc32.txt | 32 Each step of the division you take one more digit (bit) of the dividend 150 Each step, 32 bits of data is fetched, XORed with the CRC, and the result 160 in parallel. Each step, the 32-bit CRC is shifted 64 bits and XORed
|
/linux-4.1.27/Documentation/s390/ |
D | 3270.txt | 86 2. (Perform this step only if you have configured tub3270 as a 104 correctly to the configuration requests of the next step. If 161 B. Is the /etc/inittab file modified as in installation step 3 167 step 2 above? Use the ls -l command to find out; for instance,
|
/linux-4.1.27/Documentation/vm/ |
D | soft-dirty.txt | 17 written to since step 1.
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | netfs-api.txt | 281 The first step is to declare the network filesystem to the cache. This also 296 The last step is, of course, unregistration: 306 subtrees to be bound to particular caches, the second step is to look up cache 307 representation tags. This step is optional; it can be left entirely up to 331 The third step is to inform FS-Cache about part of an index hierarchy that can 390 The fourth step is to request a data file be created in the cache. This is 404 An optional step is to request an object of miscellaneous type be created in 423 The fifth step is to set the physical attributes of the file, such as its size. 445 And the sixth step is to store and retrieve pages in the cache. There are
|
/linux-4.1.27/tools/perf/scripts/perl/Perf-Trace-Util/ |
D | README | 22 perl Makefile.PL # to create a Makefile for the next step
|
/linux-4.1.27/fs/f2fs/ |
D | node.c | 1144 int step = ino ? 2 : 0; in sync_node_pages() local 1170 if (step == 0 && IS_DNODE(page)) in sync_node_pages() 1172 if (step == 1 && (!IS_DNODE(page) || in sync_node_pages() 1175 if (step == 2 && (!IS_DNODE(page) || in sync_node_pages() 1232 step = 2; in sync_node_pages() 1237 if (step < 2) { in sync_node_pages() 1238 step++; in sync_node_pages()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192c/ |
D | phy_common.c | 815 u8 channel, u8 *stage, u8 *step, in _rtl92c_phy_sw_chnl_step_by_step() argument 858 currentcmd = &precommoncmd[*step]; in _rtl92c_phy_sw_chnl_step_by_step() 861 currentcmd = &rfdependcmd[*step]; in _rtl92c_phy_sw_chnl_step_by_step() 864 currentcmd = &postcommoncmd[*step]; in _rtl92c_phy_sw_chnl_step_by_step() 877 (*step) = 0; in _rtl92c_phy_sw_chnl_step_by_step() 921 (*step)++; in _rtl92c_phy_sw_chnl_step_by_step()
|
D | phy_common.h | 235 u8 channel, u8 *stage, u8 *step,
|
/linux-4.1.27/drivers/media/tuners/ |
D | mt2063.c | 1810 char *step; in mt2063_init() local 1831 step = "B0"; in mt2063_init() 1834 step = "B1"; in mt2063_init() 1837 step = "B2"; in mt2063_init() 1840 step = "B3"; in mt2063_init() 1860 printk(KERN_INFO "mt2063: detected a mt2063 %s\n", step); in mt2063_init()
|
/linux-4.1.27/Documentation/networking/ |
D | fib_trie.txt | 77 towards the root from a given tnode, doing a resize() at each step 126 starting out at the same as the key length, is reduced one step at a time,
|
/linux-4.1.27/sound/drivers/ |
D | aloop.c | 807 uinfo->value.integer.step = 1; in loopback_rate_shift_info() 895 uinfo->value.integer.step = 1; in loopback_format_info() 917 uinfo->value.integer.step = 1; in loopback_rate_info() 939 uinfo->value.integer.step = 1; in loopback_channels_info()
|
/linux-4.1.27/include/uapi/linux/ |
D | videodev2.h | 611 struct v4l2_fract step; /* Frame interval step size [s] */ member 1422 __s32 step; member 1435 __u64 step; member 1963 __s32 step; member
|
/linux-4.1.27/arch/x86/kernel/ |
D | ptrace.c | 1608 bool step; in syscall_trace_leave() local 1628 step = unlikely(test_thread_flag(TIF_SINGLESTEP)) && in syscall_trace_leave() 1630 if (step || test_thread_flag(TIF_SYSCALL_TRACE)) in syscall_trace_leave() 1631 tracehook_report_syscall_exit(regs, step); in syscall_trace_leave()
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | micrel-ksz90x1.txt | 36 step is 60ps.
|
/linux-4.1.27/Documentation/devicetree/bindings/ |
D | submitting-patches.txt | 25 string. [ checkpatch will emit warnings if this step is not
|