/Linux-v4.19/tools/testing/radix-tree/ |
D | benchmark.c | 64 unsigned long size, unsigned long step, int order) in benchmark_insert() argument 72 for (index = 0 ; index < size ; index += step) in benchmark_insert() 81 size, step, order, nsec); in benchmark_insert() 85 unsigned long size, unsigned long step, int order) in benchmark_tagging() argument 93 for (index = 0 ; index < size ; index += step) in benchmark_tagging() 102 size, step, order, nsec); in benchmark_tagging() 106 unsigned long size, unsigned long step, int order) in benchmark_delete() argument 114 for (index = 0 ; index < size ; index += step) in benchmark_delete() 124 size, step, order, nsec); in benchmark_delete() 127 static void benchmark_size(unsigned long size, unsigned long step, int order) in benchmark_size() argument [all …]
|
/Linux-v4.19/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-v4.19/include/trace/events/ |
D | wbt.h | 90 int step, unsigned long window, unsigned int bg, 93 TP_ARGS(bdi, msg, step, window, bg, normal, max), 98 __field(int, step) 108 __entry->step = step; 116 __entry->name, __entry->msg, __entry->step, __entry->window, 129 int step, unsigned int inflight), 131 TP_ARGS(bdi, status, step, inflight), 136 __field(int, step) 143 __entry->step = step; 148 __entry->status, __entry->step, __entry->inflight)
|
/Linux-v4.19/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_enc.c | 130 .step = 1, 146 .step = 1, 154 .step = 1, 162 .step = 1, 171 .step = 1, 180 .step = 1, 188 .step = 1, 196 .step = 1, 205 .step = 1, 222 .step = 0, [all …]
|
/Linux-v4.19/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-v4.19/arch/powerpc/platforms/powernv/ |
D | subcore.c | 146 u8 step; member 152 static void wait_for_sync_step(int step) in wait_for_sync_step() argument 157 while(per_cpu(split_state, i).step < step) in wait_for_sync_step() 188 per_cpu(split_state, cpu).step = SYNC_STEP_UNSPLIT; in unsplit_core() 222 split_core_secondary_loop(&per_cpu(split_state, cpu).step); in split_core() 254 per_cpu(split_state, smp_processor_id()).step = SYNC_STEP_FINISHED; in cpu_do_split() 312 while(per_cpu(split_state, cpu).step < SYNC_STEP_FINISHED) in cpu_update_split_mode() 348 state->step = SYNC_STEP_INITIAL; in set_subcores_per_core()
|
/Linux-v4.19/drivers/gpu/drm/i915/selftests/ |
D | i915_syncmap.c | 335 unsigned int step, order, idx; in igt_syncmap_join_below() local 344 for (step = 0; step < KSYNCMAP; step++) { in igt_syncmap_join_below() 346 u64 context = step * BIT_ULL(order); in igt_syncmap_join_below() 354 context, order, step, sync->height, sync->prefix); in igt_syncmap_join_below() 361 for (step = 0; step < KSYNCMAP; step++) { in igt_syncmap_join_below() 363 u64 context = step * BIT_ULL(order); in igt_syncmap_join_below() 367 context, order, step); in igt_syncmap_join_below() 375 context + idx, order, step); in igt_syncmap_join_below() 384 for (step = 0; step < KSYNCMAP; step++) { in igt_syncmap_join_below() 385 u64 context = step * BIT_ULL(order); in igt_syncmap_join_below() [all …]
|
/Linux-v4.19/lib/ |
D | test_bitmap.c | 236 #define step (sizeof(u64) / sizeof(unsigned long)) macro 239 {0, "1", &exp[1 * step], 8, 0}, 240 {0, "0-15", &exp[2 * step], 32, 0}, 241 {0, "16-31", &exp[3 * step], 32, 0}, 242 {0, "0-31:1/2", &exp[4 * step], 32, 0}, 243 {0, "1-31:1/2", &exp[5 * step], 32, 0}, 244 {0, "0-31:1/4", &exp[6 * step], 32, 0}, 245 {0, "1-31:1/4", &exp[7 * step], 32, 0}, 246 {0, "0-31:4/4", &exp[8 * step], 32, 0}, 247 {0, "1-31:4/4", &exp[9 * step], 32, 0}, [all …]
|
/Linux-v4.19/drivers/clk/sunxi-ng/ |
D | ccu_phase.c | 21 u16 step, parent_div; in ccu_phase_get_phase() local 55 step = DIV_ROUND_CLOSEST(360, parent_div); in ccu_phase_get_phase() 56 return delay * step; in ccu_phase_get_phase() 89 u16 step, parent_div; in ccu_phase_set_phase() local 107 step = DIV_ROUND_CLOSEST(360, parent_div); in ccu_phase_set_phase() 108 delay = DIV_ROUND_CLOSEST(degrees, step); in ccu_phase_set_phase()
|
/Linux-v4.19/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 | max8998.c | 39 int step; member 44 .min = 800000, .step = 50000, .max = 1300000, 47 .min = 1600000, .step = 100000, .max = 3600000, 50 .min = 3000000, .step = 100000, .max = 3600000, 53 .min = 2800000, .step = 100000, .max = 3100000, 56 .min = 950000, .step = 50000, .max = 1300000, 59 .min = 800000, .step = 100000, .max = 3300000, 62 .min = 1200000, .step = 100000, .max = 3300000, 65 .min = 1600000, .step = 100000, .max = 3600000, 68 .min = 750000, .step = 25000, .max = 1525000, [all …]
|
/Linux-v4.19/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;
|
/Linux-v4.19/Documentation/devicetree/bindings/mtd/ |
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>;
|
/Linux-v4.19/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>;
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | si4713.rst | 77 rds_signal_deviation (int) : min=0 max=90000 step=10 default=200 value=200 flags=slider 78 rds_program_id (int) : min=0 max=65535 step=1 default=0 value=0 79 rds_program_type (int) : min=0 max=31 step=1 default=0 value=0 80 rds_ps_name (str) : min=0 max=96 step=8 value='si4713 ' 81 rds_radio_text (str) : min=0 max=384 step=32 value='' 83 audio_limiter_release_time (int) : min=250 max=102390 step=50 default=5010 value=5010 flags=slider 84 audio_limiter_deviation (int) : min=0 max=90000 step=10 default=66250 value=66250 flags=slider 86 audio_compression_gain (int) : min=0 max=20 step=1 default=15 value=15 flags=slider 87 audio_compression_threshold (int) : min=-40 max=0 step=1 default=-40 value=-40 flags=slider 88 audio_compression_attack_time (int) : min=0 max=5000 step=500 default=0 value=0 flags=slider [all …]
|
/Linux-v4.19/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-v4.19/include/uapi/sound/ |
D | tlv.h | 58 #define SNDRV_CTL_TLVD_DB_SCALE_ITEM(min, step, mute) \ argument 61 ((step) & SNDRV_CTL_TLVD_DB_SCALE_MASK) | \ 63 #define SNDRV_CTL_TLVD_DECLARE_DB_SCALE(name, min, step, mute) \ argument 65 SNDRV_CTL_TLVD_DB_SCALE_ITEM(min, step, mute) \
|
/Linux-v4.19/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-v4.19/drivers/md/ |
D | dm-stats.c | 49 sector_t step; member 223 (unsigned long long)s->step, in dm_stats_cleanup() 235 sector_t step, unsigned stat_flags, in dm_stats_create() argument 255 if (end < start || !step) in dm_stats_create() 259 if (dm_sector_div64(n_entries, step)) in dm_stats_create() 289 s->step = step; in dm_stats_create() 461 (unsigned long long)s->step, in dm_stats_list() 604 offset = dm_sector_div64(rel_sector, s->step); in __dm_stat_bio() 612 if (fragment_len > s->step - offset) in __dm_stat_bio() 613 fragment_len = s->step - offset; in __dm_stat_bio() [all …]
|
/Linux-v4.19/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-v4.19/drivers/media/v4l2-core/ |
D | v4l2-ctrls.c | 1071 s64 *min, s64 *max, u64 *step, s64 *def, u32 *flags) in v4l2_ctrl_fill() argument 1131 *max = *step = 1; in v4l2_ctrl_fill() 1151 *min = *max = *step = *def = 0; in v4l2_ctrl_fill() 1244 *min = *max = *step = *def = 0; in v4l2_ctrl_fill() 1248 *step = 1; in v4l2_ctrl_fill() 1273 *step = 1; in v4l2_ctrl_fill() 1280 *step = 1; in v4l2_ctrl_fill() 1396 ev->u.ctrl.step = 1; in fill_event() 1398 ev->u.ctrl.step = ctrl->step; in fill_event() 1537 val >= (ctrl)->maximum - (s32)((ctrl)->step / 2)) \ [all …]
|
/Linux-v4.19/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 …]
|
/Linux-v4.19/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-v4.19/arch/microblaze/kernel/ |
D | ptrace.c | 158 int step; in do_syscall_trace_leave() local 162 step = test_thread_flag(TIF_SINGLESTEP); in do_syscall_trace_leave() 163 if (step || test_thread_flag(TIF_SYSCALL_TRACE)) in do_syscall_trace_leave() 164 tracehook_report_syscall_exit(regs, step); in do_syscall_trace_leave()
|
/Linux-v4.19/Documentation/devicetree/bindings/mfd/ |
D | max77693.txt | 53 Valid values: 3650000 - 4400000, step by 25000 (rounded down) 57 Valid values: 3000000 - 3700000, step by 100000 (rounded down) 68 Valid values: 2000000 - 3500000, step by 250000 (rounded down) 99 Valid values: 3300 - 5500, step by 25 (rounded down) 104 Valid values: 2400 - 3400, step by 33 (rounded down) 112 15625 - 250000, step by 15625 (rounded down) 114 15625 - 500000, step by 15625 (rounded down) 118 15625 - 1000000, step by 15625 (rounded down) 120 15625 - 1250000, step by 15625 (rounded down) 122 15625 - 625000, step by 15625 (rounded down) [all …]
|