Searched refs:step (Results 1 - 200 of 1047) sorted by relevance

123456

/linux-4.1.27/tools/perf/ui/
H A Dprogress.c20 p->next += p->step; ui_progress__update()
28 p->next = p->step = total / 16; ui_progress__init()
H A Dprogress.h10 u64 curr, next, step, total; member in struct:ui_progress
/linux-4.1.27/arch/metag/mm/
H A Dcache.c202 int loops, step; metag_phys_data_cache_flush() local
216 step = 64; metag_phys_data_cache_flush()
237 /* Reduce loops by step of cache line size */ metag_phys_data_cache_flush()
238 loops /= step; metag_phys_data_cache_flush()
246 flush3 = flush1 + step; metag_phys_data_cache_flush()
247 flush1 = flush0 + step; metag_phys_data_cache_flush()
248 step <<= 1; metag_phys_data_cache_flush()
265 flush0 += step; metag_phys_data_cache_flush()
266 flush1 += step; metag_phys_data_cache_flush()
267 flush2 += step; metag_phys_data_cache_flush()
268 flush3 += step; metag_phys_data_cache_flush()
279 : "e" (step), "a" (0)); metag_phys_data_cache_flush()
296 int loops, step; metag_data_cache_flush() local
322 step = 0; metag_data_cache_flush()
329 step = 1; metag_data_cache_flush()
340 } while (step); metag_data_cache_flush()
347 int loops, step; metag_phys_code_cache_flush() local
359 step = 64; metag_phys_code_cache_flush()
387 flush0 += (loops - step) & ((int) start); metag_phys_code_cache_flush()
388 loops = (((int) start) & (step-1)) + bytes + step - 1; metag_phys_code_cache_flush()
392 /* Reduce loops by step of cache line size */ metag_phys_code_cache_flush()
393 loops /= step; metag_phys_code_cache_flush()
401 flush3 = flush1 + step; metag_phys_code_cache_flush()
402 flush1 = flush0 + step; metag_phys_code_cache_flush()
409 end_set -= step; metag_phys_code_cache_flush()
411 step <<= 1; metag_phys_code_cache_flush()
428 flush0 += step; metag_phys_code_cache_flush()
429 flush1 += step; metag_phys_code_cache_flush()
430 flush2 += step; metag_phys_code_cache_flush()
431 flush3 += step; metag_phys_code_cache_flush()
442 : "e" (step), "a" (0)); metag_phys_code_cache_flush()
469 int loops, step; metag_code_cache_flush() local
500 step = 0; metag_code_cache_flush()
507 step = 1; metag_code_cache_flush()
518 } while (step); metag_code_cache_flush()
/linux-4.1.27/drivers/video/fbdev/mb862xx/
H A Dmb862xxfb_accel.c75 static void mb86290fb_imageblit1(u32 *cmd, u16 step, u16 dx, u16 dy, mb86290fb_imageblit1() argument
101 (GDC_CMD_BITMAP << 16) | (2 + (step * height)); mb86290fb_imageblit1()
106 memcpy(&cmd[9 + i * step], line, step << 2); mb86290fb_imageblit1()
110 for (k = 0; k < step; k++) mb86290fb_imageblit1()
111 cmd[9 + i * step + k] = mb86290fb_imageblit1()
112 cpu_to_be32(cmd[9 + i * step + k]); mb86290fb_imageblit1()
124 static void mb86290fb_imageblit8(u32 *cmd, u16 step, u16 dx, u16 dy, mb86290fb_imageblit8() argument
134 (GDC_CMD_BLT_DRAW << 16) | (2 + (height * step)); mb86290fb_imageblit8()
144 for (j = 0; j < step; j++) { mb86290fb_imageblit8()
145 cmd[3 + i * step + j] = mb86290fb_imageblit8()
148 cmd[3 + i * step + j] |= mb86290fb_imageblit8()
163 static void mb86290fb_imageblit16(u32 *cmd, u16 step, u16 dx, u16 dy, mb86290fb_imageblit16() argument
177 (GDC_CMD_BLT_DRAW << 16) | (2 + step * height); mb86290fb_imageblit16()
182 memcpy(&cmd[3 + i * step], line, step); mb86290fb_imageblit16()
197 u16 step; mb86290fb_imageblit() local
215 step = (width + 31) >> 5; mb86290fb_imageblit()
216 cmdlen = 9 + height * step; mb86290fb_imageblit()
232 step = (width + 1) >> 1; mb86290fb_imageblit()
233 cmdlen = 3 + height * step; mb86290fb_imageblit()
238 step = (width + 1) >> 1; mb86290fb_imageblit()
239 cmdlen = 3 + height * step; mb86290fb_imageblit()
251 cmdfn(cmd, step, dx, dy, width, height, fgcolor, bgcolor, image, info); mb86290fb_imageblit()
/linux-4.1.27/include/media/
H A Dlm3646.h24 * min 93350uA, step 93750uA, max 1499600uA
34 * min 23040uA, step 23430uA, max 187100uA
44 * min 23040uA, step 11718uA, max 1499600uA
54 * min 2530uA, step 1460uA, max 187100uA
64 * min 50ms, step 50ms, max 400ms
H A Dlm3560.h34 * min 62500uA, step 62500uA, max 1000000uA
46 * min 32ms, step 32ms, max 1024ms
58 * min 31250uA, step 31250uA, max 250000uA
H A Dv4l2-ctrls.h65 * the usual min/max/step checks are not sufficient.
138 * @step: The control's step value for non-menu controls.
195 u64 step; member in union:v4l2_ctrl::__anon12583
270 * @step: The control's step value for non-menu controls.
296 u64 step; member in struct:v4l2_ctrl_config
314 * The contents of @min, @max, @step and @def may be modified depending on
322 s64 *min, s64 *max, u64 *step, s64 *def, u32 *flags);
432 * @step: The control's step value
445 u32 id, s64 min, s64 max, u64 step, s64 def);
628 s64 min, s64 max, u64 step, s64 def);
634 * @step: The control's step value
639 * @step value is interpreted as a menu_skip_mask.
648 s64 min, s64 max, u64 step, s64 def) v4l2_ctrl_modify_range()
653 rval = __v4l2_ctrl_modify_range(ctrl, min, max, step, def); v4l2_ctrl_modify_range()
647 v4l2_ctrl_modify_range(struct v4l2_ctrl *ctrl, s64 min, s64 max, u64 step, s64 def) v4l2_ctrl_modify_range() argument
/linux-4.1.27/tools/perf/arch/x86/util/
H A Dheader.c26 int family = -1, model = -1, step = -1; get_cpuid() local
41 step = a & 0xf; get_cpuid()
51 nb = scnprintf(buffer, sz, "%s,%u,%u,%u$", vendor, family, model, step); get_cpuid()
/linux-4.1.27/drivers/pcmcia/
H A Dpd6729.h5 #define I365_DF_VS1 0x40 /* DF-step Voltage Sense */
H A Di82365.h71 /* There are different layouts for B-step and DF-step chips: the B
72 step has independent Vpp1/Vpp2 control, and the DF step has only
H A Drsrc_nonstatic.c414 u_long i, j, bad, fail, step; do_mem_probe() local
419 step = (num < 0x20000) ? 0x2000 : ((num>>4) & ~0x1fff); do_mem_probe()
421 if (step > 0x800000) do_mem_probe()
422 step = 0x800000; do_mem_probe()
424 if (step < 2 * s->map_size) do_mem_probe()
425 step = 2 * s->map_size; do_mem_probe()
426 for (i = j = base; i < base+num; i = j + step) { do_mem_probe()
428 for (j = i; j < base+num; j += step) { do_mem_probe()
429 if (!do_validate_mem(s, j, step, validate)) do_mem_probe()
435 for (j = i; j < base+num; j += step) do_mem_probe()
436 if (!do_validate_mem(s, j, step, fallback)) do_mem_probe()
/linux-4.1.27/arch/sh/mm/
H A Dtlb-sh5.c24 cpu_data->dtlb.step = 0x10; sh64_tlb_init()
26 cpu_data->dtlb.first = DTLB_FIXED | cpu_data->dtlb.step; sh64_tlb_init()
31 cpu_data->dtlb.step); sh64_tlb_init()
35 cpu_data->itlb.step = 0x10; sh64_tlb_init()
37 cpu_data->itlb.first = ITLB_FIXED | cpu_data->itlb.step; sh64_tlb_init()
41 cpu_data->itlb.step); sh64_tlb_init()
61 cpu_data->dtlb.first += cpu_data->dtlb.step; sh64_get_wired_dtlb_entry()
62 cpu_data->dtlb.next += cpu_data->dtlb.step; sh64_get_wired_dtlb_entry()
99 if (entry < (cpu_data->dtlb.first - cpu_data->dtlb.step)) sh64_put_wired_dtlb_entry()
103 cpu_data->dtlb.first -= cpu_data->dtlb.step; sh64_put_wired_dtlb_entry()
/linux-4.1.27/arch/arm/mach-imx/
H A Dclk-cpu.c21 struct clk *step; member in struct:clk_cpu
52 ret = clk_set_parent(cpu->mux, cpu->step); clk_cpu_set_rate()
79 struct clk *step) imx_clk_cpu()
92 cpu->step = step; imx_clk_cpu()
77 imx_clk_cpu(const char *name, const char *parent_name, struct clk *div, struct clk *mux, struct clk *pll, struct clk *step) imx_clk_cpu() argument
/linux-4.1.27/arch/arm/mach-u300/
H A Ddummyspichip.c110 pr_warn("Simple test 4 step 1: FAILURE: spi_write() failed with status %d\n", dummy_looptest()
113 pr_info("Simple test 4 step 1: SUCCESS!\n"); dummy_looptest()
116 pr_warn("Simple test 4 step 2: FAILURE: spi_read() failed with status %d\n", dummy_looptest()
119 pr_info("Simple test 4 step 2: SUCCESS!\n"); dummy_looptest()
125 pr_warn("Simple test 5 step 1: FAILURE: spi_write() failed with status %d (probably FIFO overrun)\n", dummy_looptest()
128 pr_info("Simple test 5 step 1: SUCCESS!\n"); dummy_looptest()
131 pr_warn("Simple test 5 step 2: FAILURE: spi_read() failed with status %d (probably FIFO overrun)\n", dummy_looptest()
141 pr_warn("Simple test 6 step 1: FAILURE: spi_write() failed with status %d (probably FIFO overrun)\n", dummy_looptest()
144 pr_info("Simple test 6 step 1: SUCCESS!\n"); dummy_looptest()
147 pr_warn("Simple test 6 step 2: FAILURE: spi_read() failed with status %d (probably FIFO overrun)\n", dummy_looptest()
196 pr_warn("Simple test 10 step 1: FAILURE: spi_write() failed with status %d (probably FIFO overrun)\n", dummy_looptest()
199 pr_info("Simple test 10 step 1: SUCCESS!\n"); dummy_looptest()
203 pr_warn("Simple test 10 step 2: FAILURE: spi_read() failed with status %d (probably FIFO overrun)\n", dummy_looptest()
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dvolt.h8 s16 step; member in struct:nvbios_volt
/linux-4.1.27/arch/arm/include/asm/
H A Dvfpmacros.h32 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/md/
H A Ddm-stats.c46 sector_t step; member in struct:dm_stat
215 "(start %llu, end %llu, step %llu): reads %d, writes %d", dm_stats_cleanup()
219 (unsigned long long)s->step, dm_stats_cleanup()
230 sector_t step, const char *program_id, const char *aux_data, dm_stats_create()
246 if (end < start || !step) dm_stats_create()
250 if (dm_sector_div64(n_entries, step)) dm_stats_create()
274 s->step = step; dm_stats_create()
400 * <region_id>: <start_sector>+<length> <step> <program_id> <aux_data> dm_stats_list()
410 (unsigned long long)s->step, dm_stats_list()
515 offset = dm_sector_div64(rel_sector, s->step); __dm_stat_bio()
523 if (fragment_len > s->step - offset) __dm_stat_bio()
524 fragment_len = s->step - offset; __dm_stat_bio()
673 sector_t start, end, step; dm_stats_print() local
698 step = s->step; dm_stats_print()
699 start = s->start + (step * idx_start); dm_stats_print()
703 end = start + step; dm_stats_print()
711 (unsigned long long)step, dm_stats_print()
772 unsigned long long start, end, len, step; message_stats_create() local
778 * <range> <step> [<program_id> [<aux_data>]] message_stats_create()
800 step = end - start; message_stats_create()
801 if (do_div(step, divisor)) message_stats_create()
802 step++; message_stats_create()
803 if (!step) message_stats_create()
804 step = 1; message_stats_create()
805 } else if (sscanf(argv[2], "%llu%c", &step, &dummy) != 1 || message_stats_create()
806 step != (sector_t)step || !step) message_stats_create()
828 id = dm_stats_create(dm_get_stats(md), start, end, step, program_id, aux_data, message_stats_create()
229 dm_stats_create(struct dm_stats *stats, sector_t start, sector_t end, sector_t step, const char *program_id, const char *aux_data, void (*suspend_callback)(struct mapped_device *), void (*resume_callback)(struct mapped_device *), struct mapped_device *md) dm_stats_create() argument
H A Ddm-builtin.c22 * because of the other reference taken at step 1
24 * 5. The other process that took the reference in step 1 drops it,
31 * 10. The other process that was rescheduled in step 7 continues to run,
H A Ddm-era-target.c658 int (*step)(struct era_metadata *, struct digest *); member in struct:digest
677 d->step = metadata_digest_lookup_writeset; metadata_digest_remove_writeset()
710 d->step = metadata_digest_remove_writeset; metadata_digest_transcribe_writeset()
735 d->step = NULL; metadata_digest_lookup_writeset()
748 d->step = metadata_digest_transcribe_writeset; metadata_digest_lookup_writeset()
755 if (d->step) metadata_digest_start()
765 d->step = metadata_digest_lookup_writeset; metadata_digest_start()
1214 if (!era->digest.step) process_old_eras()
1217 r = era->digest.step(era->md, &era->digest); process_old_eras()
1219 DMERR("%s: digest step failed, stopping digestion", __func__); process_old_eras()
1220 era->digest.step = NULL; process_old_eras()
1222 } else if (era->digest.step) process_old_eras()
H A Ddm-bio-prison.h53 * These two functions just wrap a mempool. This is a transitory step:
/linux-4.1.27/crypto/
H A Ddrbg.c311 /* 10.4.3 step 2 / 4 */ list_for_each_entry()
315 /* 10.4.3 step 4.1 */ list_for_each_entry()
317 /* 10.4.3 step 4.2 */ list_for_each_entry()
330 /* 10.4.3 step 4.2 for last block */
391 /* 10.4.2 step 7 */ drbg_ctr_df()
393 /* 10.4.2 step 8 */ drbg_ctr_df()
407 /* 10.4.2 step 1 is implicit as we work byte-wise */ drbg_ctr_df()
409 /* 10.4.2 step 2 */ drbg_ctr_df()
413 /* 10.4.2 step 2 -- calculate the entire length of all input data */ drbg_ctr_df()
418 /* 10.4.2 step 3 */ drbg_ctr_df()
421 /* 10.4.2 step 5: length is L_N, input_string, one byte, padding */ drbg_ctr_df()
434 /* 10.4.2 step 4 -- first fill the linked list and then order it */ drbg_ctr_df()
443 /* 10.4.2 step 9 */ drbg_ctr_df()
446 * 10.4.2 step 9.1 - the padding is implicit as the buffer drbg_ctr_df()
451 /* 10.4.2 step 9.2 -- BCC and concatenation with temp */ drbg_ctr_df()
455 /* 10.4.2 step 9.3 */ drbg_ctr_df()
460 /* 10.4.2 step 11 */ drbg_ctr_df()
464 /* 10.4.2 step 12: overwriting of outval is implemented in next step */ drbg_ctr_df()
466 /* 10.4.2 step 13 */ drbg_ctr_df()
470 * 10.4.2 step 13.1: the truncation of the key length is drbg_ctr_df()
481 /* 10.4.2 step 13.2 and 14 */ drbg_ctr_df()
514 /* 10.2.1.2 step 1 */ drbg_ctr_update()
525 /* 10.2.1.3.2 step 2 and 10.2.1.4.2 step 2 */ drbg_ctr_update()
538 /* 10.2.1.2 step 2.1 */ drbg_ctr_update()
541 * 10.2.1.2 step 2.2 */ drbg_ctr_update()
545 /* 10.2.1.2 step 2.3 and 3 */ drbg_ctr_update()
549 /* 10.2.1.2 step 4 */ drbg_ctr_update()
557 /* 10.2.1.2 step 5 */ drbg_ctr_update()
559 /* 10.2.1.2 step 6 */ drbg_ctr_update()
583 /* 10.2.1.5.2 step 2 */ drbg_ctr_generate()
590 /* 10.2.1.5.2 step 4.1 */ drbg_ctr_generate()
595 /* 10.2.1.5.2 step 4.2 */ drbg_ctr_generate()
604 /* 10.2.1.5.2 step 6 */ drbg_ctr_generate()
608 /* 10.2.1.5.2 step 4.3 */ drbg_ctr_generate()
611 /* 10.2.1.5.2 step 6 */ drbg_ctr_generate()
616 /* 10.2.1.5.2 step 6 */ drbg_ctr_generate()
667 /* 10.1.2.3 step 2 -- memset(0) of C is implicit with kzalloc */ drbg_hmac_update()
686 /* 10.1.2.2 step 1 and 4 -- concatenation and HMAC for key */ drbg_hmac_update()
692 /* 10.1.2.2 step 2 and 5 -- HMAC for V */ drbg_hmac_update()
697 /* 10.1.2.2 step 3 */ drbg_hmac_update()
716 /* 10.1.2.5 step 2 */ drbg_hmac_generate()
727 /* 10.1.2.5 step 4.1 */ drbg_hmac_generate()
736 /* 10.1.2.5 step 4.2 */ drbg_hmac_generate()
741 /* 10.1.2.5 step 6 */ drbg_hmac_generate()
833 /* 10.4.1 step 3 */ drbg_hash_df()
837 /* 10.4.1 step 4.1 -- concatenation of data for input into hash */ drbg_hash_df()
841 /* 10.4.1 step 4 */ drbg_hash_df()
844 /* 10.4.1 step 4.1 */ drbg_hash_df()
848 /* 10.4.1 step 4.2 */ drbg_hash_df()
876 /* 10.1.1.3 step 1 */ drbg_hash_update()
885 /* 10.1.1.2 / 10.1.1.3 step 2 and 3 */ drbg_hash_update()
890 /* 10.1.1.2 / 10.1.1.3 step 4 */ drbg_hash_update()
896 /* 10.1.1.2 / 10.1.1.3 step 4 */ drbg_hash_update()
913 /* 10.1.1.4 step 2 */ drbg_hash_process_addtl()
917 /* 10.1.1.4 step 2a */ drbg_hash_process_addtl()
927 /* 10.1.1.4 step 2b */ drbg_hash_process_addtl()
948 /* 10.1.1.4 step hashgen 2 */ drbg_hash_hashgen()
955 /* 10.1.1.4 step hashgen 4.1 */ drbg_hash_hashgen()
967 /* 10.1.1.4 step hashgen 4.2 */ drbg_hash_hashgen()
970 /* 10.1.1.4 hashgen step 4.3 */ drbg_hash_hashgen()
996 /* 10.1.1.4 step 2 */ drbg_hash_generate()
1000 /* 10.1.1.4 step 3 */ drbg_hash_generate()
1004 /* 10.1.1.4 step 4 */ drbg_hash_generate()
1015 /* 10.1.1.4 step 5 */ drbg_hash_generate()
1064 /* 9.1 / 9.2 / 9.3.1 step 3 */ drbg_seed()
1119 /* 10.1.1.2 / 10.1.1.3 step 5 */ drbg_seed()
1313 /* 9.3.1 step 2 */ drbg_generate()
1321 /* 9.3.1 step 3 is implicit with the chosen DRBG */ drbg_generate()
1323 /* 9.3.1 step 4 */ drbg_generate()
1329 /* 9.3.1 step 5 is implicit with the chosen DRBG */ drbg_generate()
1332 * 9.3.1 step 6 and 9 supplemented by 9.3.2 step c is implemented drbg_generate()
1352 /* 9.3.1 step 7.4 */ drbg_generate()
1370 /* 9.3.1 step 8 and 10 */ drbg_generate()
1373 /* 10.1.1.4 step 6, 10.1.2.5 step 7, 10.2.1.5.2 step 7 */ drbg_generate()
1507 /* 9.1 step 1 is implicit with the selected DRBG type */ drbg_instantiate()
1510 * 9.1 step 2 is implicit as caller can select prediction resistance drbg_instantiate()
1515 /* 9.1 step 4 is implicit in drbg_sec_strength */ drbg_instantiate()
/linux-4.1.27/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc_enc.c127 .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,
228 .step = 16,
237 .step = 16,
245 .step = 1,
272 .step = 1,
280 .step = 1,
323 .step = 1,
331 .step = 1,
348 .step = 1,
356 .step = 1,
364 .step = 1,
372 .step = 1,
380 .step = 1,
388 .step = 1,
396 .step = 1,
404 .step = 1,
413 .step = 1,
422 .step = 1,
431 .step = 1,
440 .step = 1,
449 .step = 1,
458 .step = 1,
467 .step = 1,
476 .step = 1,
485 .step = 1,
494 .step = 1,
503 .step = 1,
512 .step = 1,
521 .step = 1,
530 .step = 1,
538 .step = 1,
554 .step = 1,
562 .step = 1,
570 .step = 1,
578 .step = 1,
594 .step = 1,
609 .step = 1,
624 .step = 1,
632 .step = 1,
640 .step = 1,
656 .step = 1,
664 .step = 1,
672 .step = 1,
680 .step = 1,
688 .step = 1,
697 .step = 1,
2088 cfg.step = 0; s5p_mfc_enc_ctrls_setup()
2092 cfg.step = controls[i].step; s5p_mfc_enc_ctrls_setup()
2111 controls[i].maximum, controls[i].step, s5p_mfc_enc_ctrls_setup()
/linux-4.1.27/include/sound/
H A Dtlv.h53 #define TLV_DB_SCALE_ITEM(min, step, mute) \
56 ((step) & TLV_DB_SCALE_MASK) | \
58 #define DECLARE_TLV_DB_SCALE(name, min, step, mute) \
59 unsigned int name[] = { TLV_DB_SCALE_ITEM(min, step, mute) }
61 /* dB scale specified with min/max values instead of step */
/linux-4.1.27/drivers/ide/
H A Dide-pm.c86 printk(KERN_INFO "%s: complete_power_step(step: %d)\n", ide_complete_power_step()
93 case IDE_PM_FLUSH_CACHE: /* Suspend step 1 (flush cache) */ ide_complete_power_step()
99 case IDE_PM_STANDBY: /* Suspend step 2 (standby) */ ide_complete_power_step()
102 case IDE_PM_RESTORE_PIO: /* Resume step 1 (restore PIO) */ ide_complete_power_step()
105 case IDE_PM_IDLE: /* Resume step 2 (idle)*/ ide_complete_power_step()
117 case IDE_PM_FLUSH_CACHE: /* Suspend step 1 (flush cache) */ ide_start_power_step()
120 /* Not supported? Switch to next step now. */ ide_start_power_step()
131 case IDE_PM_STANDBY: /* Suspend step 2 (standby) */ ide_start_power_step()
134 case IDE_PM_RESTORE_PIO: /* Resume step 1 (restore PIO) */ ide_start_power_step()
144 case IDE_PM_IDLE: /* Resume step 2 (idle) */ ide_start_power_step()
147 case IDE_PM_RESTORE_DMA: /* Resume step 3 (restore DMA) */ ide_start_power_step()
/linux-4.1.27/sound/soc/sh/rcar/
H A Ddvc.c40 "128 dB/1 step", /* 00000 */
41 "64 dB/1 step", /* 00001 */
42 "32 dB/1 step", /* 00010 */
43 "16 dB/1 step", /* 00011 */
44 "8 dB/1 step", /* 00100 */
45 "4 dB/1 step", /* 00101 */
46 "2 dB/1 step", /* 00110 */
47 "1 dB/1 step", /* 00111 */
48 "0.5 dB/1 step", /* 01000 */
49 "0.25 dB/1 step", /* 01001 */
50 "0.125 dB/1 step", /* 01010 */
H A Dadg.c130 int idx, sel, div, step, ret; rsnd_adg_set_convert_clk_gen2() local
146 step = 2; rsnd_adg_set_convert_clk_gen2()
151 for (div = 2; div <= 98304; div += step) { rsnd_adg_set_convert_clk_gen2()
160 * step of 0_0000 / 0_0001 / 0_1101 rsnd_adg_set_convert_clk_gen2()
164 step *= 2; rsnd_adg_set_convert_clk_gen2()
166 div += step; rsnd_adg_set_convert_clk_gen2()
167 step *= 2; rsnd_adg_set_convert_clk_gen2()
/linux-4.1.27/drivers/media/pci/mantis/
H A Dmantis_dma.c154 u32 line, step; mantis_risc_program() local
164 for (step = 0; step < MANTIS_DMA_TR_UNITS; step++) { mantis_risc_program()
165 dprintk(MANTIS_DEBUG, 1, "RISC PROG line=[%d], step=[%d]", line, step); mantis_risc_program()
166 if (step == 0) { mantis_risc_program()
/linux-4.1.27/drivers/regulator/
H A Dda903x.c313 #define DA903x_LDO(_pmic, _id, min, max, step, vreg, shift, nbits, ereg, ebit) \
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) \
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) \
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) \
359 DA903x_LDO(DA9030, _id, min, max, step, vreg, shift, nbits, ereg, ebit)
361 #define DA9030_DVC(_id, min, max, step, vreg, nbits, ureg, ubit, ereg, ebit) \
362 DA903x_DVC(DA9030, _id, min, max, step, vreg, nbits, ureg, ubit, \
365 #define DA9034_DVC(_id, min, max, step, vreg, nbits, ureg, ubit, ereg, ebit) \
366 DA903x_DVC(DA9034, _id, min, max, step, vreg, nbits, ureg, ubit, \
369 #define DA9035_DVC(_id, min, max, step, vreg, nbits, ureg, ubit, ereg, ebit) \
370 DA903x_DVC(DA9035, _id, min, max, step, vreg, nbits, ureg, ubit, \
H A Drn5t618-regulator.c31 #define REG(rid, ereg, emask, vreg, vmask, min, max, step) \
40 .n_voltages = ((max) - (min)) / (step) + 1, \
42 .uV_step = (step), \
H A Dpfuze100-regulator.c177 #define PFUZE100_SW_REG(_chip, _name, base, min, max, step) \
181 .n_voltages = ((max) - (min)) / (step) + 1, \
187 .uV_step = (step), \
212 #define PFUZE100_VGEN_REG(_chip, _name, base, min, max, step) \
216 .n_voltages = ((max) - (min)) / (step) + 1, \
222 .uV_step = (step), \
232 #define PFUZE3000_VCC_REG(_chip, _name, base, min, max, step) { \
235 .n_voltages = ((max) - (min)) / (step) + 1, \
241 .uV_step = (step), \
252 #define PFUZE3000_SW2_REG(_chip, _name, base, min, max, step) { \
255 .n_voltages = ((max) - (min)) / (step) + 1, \
261 .uV_step = (step), \
269 #define PFUZE3000_SW3_REG(_chip, _name, base, min, max, step) { \
272 .n_voltages = ((max) - (min)) / (step) + 1, \
278 .uV_step = (step), \
H A Dmax8998.c53 int step; member in struct:voltage_map_desc
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,
85 .min = 1600000, .step = 100000, .max = 3600000,
88 .min = 800000, .step = 100000, .max = 2300000,
438 difference = (new_selector - old_selector) * desc->step / 1000; max8998_set_voltage_buck_time_sel()
815 buck12_voltage_map_desc.step*i max8998_pmic_probe()
843 buck12_voltage_map_desc.step*i max8998_pmic_probe()
862 int count = (desc->max - desc->min) / desc->step + 1; max8998_pmic_probe()
866 regulators[index].uV_step = desc->step; max8998_pmic_probe()
H A Ds2mps11.c261 #define regulator_desc_s2mps11_ldo(num, step) { \
268 .uV_step = step, \
308 #define regulator_desc_s2mps11_buck67810(num, min, step) { \
315 .uV_step = step, \
393 #define regulator_desc_s2mps13_ldo(num, min, step, min_sel) { \
400 .uV_step = step, \
409 #define regulator_desc_s2mps13_buck(num, min, step, min_sel) { \
416 .uV_step = step, \
426 #define regulator_desc_s2mps13_buck7(num, min, step, min_sel) { \
433 .uV_step = step, \
443 #define regulator_desc_s2mps13_buck8_10(num, min, step, min_sel) { \
450 .uV_step = step, \
610 #define regulator_desc_s2mps14_ldo(num, min, step) { \
617 .uV_step = step, \
625 #define regulator_desc_s2mps14_buck(num, min, step, min_sel) { \
632 .uV_step = step, \
H A Dmax8907-regulator.c49 #define REG_LDO(ids, supply, base, min, max, step) \
54 .n_voltages = ((max) - (min)) / (step) + 1, \
59 .uV_step = (step), \
92 #define REG_BBAT(ids, supply, base, min, max, step) \
97 .n_voltages = ((max) - (min)) / (step) + 1, \
102 .uV_step = (step), \
H A Dda9052-regulator.c31 /* Buck step size */
293 #define DA9052_LDO(_id, step, min, max, sbits, ebits, abits) \
300 .n_voltages = (max - min) / step + 1, \
309 .step_uV = (step) * 1000,\
313 #define DA9052_DCDC(_id, step, min, max, sbits, ebits, abits) \
320 .n_voltages = (max - min) / step + 1, \
329 .step_uV = (step) * 1000,\
H A Ds5m8767.c52 int step; member in struct:sec_voltage_desc
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); s5m8767_convert_voltage_to_sel()
270 if (desc->min + desc->step * selector > desc->max) s5m8767_convert_voltage_to_sel()
354 return DIV_ROUND_UP(desc->step * (new_sel - old_sel), s5m8767_set_voltage_time_sel()
930 (desc->max - desc->min) / desc->step + 1; s5m8767_pmic_probe()
932 regulators[id].uV_step = desc->step; s5m8767_pmic_probe()
H A Dmax8925-regulator.c158 #define MAX8925_SDV(_id, min, max, step) \
168 .uV_step = step * 1000, \
174 #define MAX8925_LDO(_id, min, max, step) \
184 .uV_step = step * 1000, \
H A Ds2mpa01.c238 #define regulator_desc_ldo(num, step) { \
245 .uV_step = step, \
285 #define regulator_desc_buck6_10(num, min, step) { \
292 .uV_step = step, \
H A Dmax8997.c77 int step; member in struct:voltage_map_desc
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; max8997_list_voltage()
403 i = DIV_ROUND_UP(min_vol - desc->min, desc->step); max8997_get_voltage_proper_val()
405 if (desc->min + desc->step * i > max_vol) max8997_get_voltage_proper_val()
541 return DIV_ROUND_UP(desc->step * (new_selector - old_selector), max8997_set_voltage_buck_time_sel()
684 } while (desc->min + desc->step * new_val <= desc->max); max8997_set_voltage_buck()
1076 buck1245_voltage_map_desc.step); max8997_pmic_probe()
1085 buck1245_voltage_map_desc.step); max8997_pmic_probe()
1094 buck1245_voltage_map_desc.step); max8997_pmic_probe()
1188 (desc->max - desc->min) / desc->step + 1; max8997_pmic_probe()
H A Dda9055-regulator.c367 #define DA9055_LDO(_id, step, min, max, vbits, voffset) \
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) \
402 .n_voltages = (max - min) / step + 1 + (voffset), \
406 .uV_step = (step) * 1000,\
H A Dfan53555.c87 /* Voltage range and step(linear) */
198 /* Init voltage range and step */ fan53555_voltages_setup_fairchild()
222 /* Init voltage range and step */ fan53555_voltages_setup_silergy()
/linux-4.1.27/scripts/
H A Dlink-vmlinux.sh24 # Therefore this step is delayed until just before final link of vmlinux.
177 # It's a three step process:
197 # step 1
201 # step 2
205 # step 2a
227 # step a (see comment above)
/linux-4.1.27/include/uapi/linux/
H A Dmempolicy.h28 MPOL_REBIND_ONCE, /* do rebind work at once(not by two step) */
29 MPOL_REBIND_STEP1, /* first step(set all the newly nodes) */
30 MPOL_REBIND_STEP2, /* second step(clean all the disallowed nodes)*/
/linux-4.1.27/drivers/of/
H A Dof_mtd.c53 * of_get_nand_ecc_step_size - Get ECC step size associated to
57 * return the ECC step size, or errno in error case.
64 ret = of_property_read_u32(np, "nand-ecc-step-size", &val); of_get_nand_ecc_step_size()
71 * correspnding step size as defined by 'nand-ecc-size'
/linux-4.1.27/arch/mips/include/asm/
H A Dbreak.h23 #define BRK_KPROBE_SSTEPBP 516 /* Kprobe single step software implementation */
/linux-4.1.27/arch/sh/kernel/cpu/sh4a/
H A Dpinmux-sh7757.c2 * SH7757 (B0 step) Pinmux
/linux-4.1.27/arch/blackfin/include/uapi/asm/
H A Dsiginfo.h31 #define TRAP_STEP (__SI_FAULT|1) /* single-step breakpoint************* */
/linux-4.1.27/arch/cris/include/arch-v32/arch/
H A Dtimex.h19 /* Convert the value in step of 10 ns to 1us without overflow: */
/linux-4.1.27/scripts/basic/
H A DMakefile5 # This initial step is needed to avoid files to be recompiled
/linux-4.1.27/drivers/staging/sm750fb/
H A Dddk750_sii164.c94 * 0 = 1 step --> minimum setup / maximum hold
95 * 1 = 2 step
96 * 2 = 3 step
97 * 3 = 4 step
98 * 4 = 5 step
99 * 5 = 6 step
100 * 6 = 7 step
101 * 7 = 8 step --> maximum setup / minimum hold
/linux-4.1.27/include/linux/platform_data/
H A Dpxa_sdhci.h29 * mmp2: each step is roughly 100ps, 5bits width
30 * pxa910: each step is 1ns, 4bits width
H A Dad5755.h83 * @dac.slew.step_size: Slew step size of the digital slew.
H A Dmtd-nand-pxa3xx.h61 /* requested ECC strength and ECC step size */
/linux-4.1.27/include/linux/
H A Dtracehook.h108 * @step: nonzero if simulating single-step or block-step
115 * If @step is nonzero, this report is also in lieu of the normal
122 static inline void tracehook_report_syscall_exit(struct pt_regs *regs, int step) tracehook_report_syscall_exit() argument
124 if (step) { tracehook_report_syscall_exit()
136 * @stepping: nonzero if debugger single-step or block-step in use
H A Dkconfig.h15 * the triplet (0, 1, 0). Then the last step cherry picks the 2nd arg (a one).
17 * the last step cherry picks the 2nd arg, we get a zero.
H A Damifdreg.h23 #define DSKDIREC (0x1<<1) /* step direction: 0=in, 1=out (to trk 0) */
24 #define DSKSTEP (0x1) /* pulse low to step head 1 track */
H A Dptrace.h257 * implement single-step. The kerneldoc comments are here
263 * arch_has_single_step - does this CPU support user-mode single-step?
268 * supports instruction single-step for user mode.
274 * user_enable_single_step - single-step in user-mode task
288 * user_disable_single_step - cancel user-mode single-step
306 * arch_has_block_step - does this CPU support user-mode block-step?
311 * supports step-until-branch for user mode. It can be a constant or it
317 * user_enable_block_step - step until branch in user-mode task
H A Damifd.h39 unsigned int step_delay; /* time (in ms) for delay after step */
H A Dled-class-flash.h63 /* step value */
64 u32 step; member in struct:led_flash_setting
/linux-4.1.27/arch/sh/include/asm/
H A Dtlb_64.h31 tlb += cpu_data->dtlb.step)
41 tlb += cpu_data->itlb.step)
/linux-4.1.27/arch/arm64/kernel/
H A Ddebug-monitors.c2 * ARMv8 single-step debug support and mdscr context switching.
164 * Single step API and exception handling.
205 * Call registered single step handers
248 * ptrace will disable single step unless explicitly single_step_handler()
258 pr_warning("Unexpected kernel single-step exception at EL1\n"); single_step_handler()
375 TRAP_HWBKPT, "single-step handler"); debug_traps_init()
382 /* Re-enable single step for syscall restarting. */ user_rewind_single_step()
386 * If single step is active for this thread, then set SPSR.SS user_rewind_single_step()
H A Dkgdb.c183 * Received continue command, disable single step kgdb_arch_handle_exception()
192 * Update step address value with address passed kgdb_arch_handle_exception()
193 * with step packet. kgdb_arch_handle_exception()
196 * If no step address is passed, resume from the address kgdb_arch_handle_exception()
204 * Enable single step handling kgdb_arch_handle_exception()
H A Dhw_breakpoint.c583 int i, step = 0, *kernel_step; breakpoint_handler() local
618 step = 1; breakpoint_handler()
623 if (!step) breakpoint_handler()
659 int i, step = 0, *kernel_step, access; watchpoint_handler() local
714 step = 1; watchpoint_handler()
720 if (!step) watchpoint_handler()
759 * Handle single-step exception.
769 * Called from single-step exception handler. reinstall_suspended_bps()
/linux-4.1.27/arch/m68k/include/asm/
H A Datafdreg.h39 #define FDCCMDADD_SR6 (0x00) /* step rate settings */
73 /* step rates */
H A Dthread_info.h69 #define TIF_DELAYED_TRACE 14 /* single step a syscall */
/linux-4.1.27/drivers/video/fbdev/matrox/
H A Dmatroxfb_accel.c369 u_int32_t step = minfo->fbcon.var.xres_virtual >> 1; matroxfb_cfb4_clear() local
372 unsigned int uaddr = sy * step + sx - 1; matroxfb_cfb4_clear()
377 uaddr += step; matroxfb_cfb4_clear()
381 unsigned int uaddr = sy * step + sx + width; matroxfb_cfb4_clear()
386 uaddr += step; matroxfb_cfb4_clear()
408 u_int32_t step; matroxfb_1bpp_imageblit() local
420 step = (width + 7) >> 3; matroxfb_1bpp_imageblit()
421 charcell = height * step; matroxfb_1bpp_imageblit()
424 if (width == step << 3) { matroxfb_1bpp_imageblit()
456 if ((step & 3) == 0) { matroxfb_1bpp_imageblit()
460 } else if (step == 1) { matroxfb_1bpp_imageblit()
470 } else if (step == 2) { matroxfb_1bpp_imageblit()
485 for (i = 0; i < step; i += 4) { matroxfb_1bpp_imageblit()
489 chardata += step; matroxfb_1bpp_imageblit()
/linux-4.1.27/arch/openrisc/kernel/
H A Dptrace.c149 * Make sure the single step bit is not set.
198 int step; do_syscall_trace_leave() local
202 step = test_thread_flag(TIF_SINGLESTEP); do_syscall_trace_leave()
203 if (step || test_thread_flag(TIF_SYSCALL_TRACE)) do_syscall_trace_leave()
204 tracehook_report_syscall_exit(regs, step); do_syscall_trace_leave()
/linux-4.1.27/kernel/debug/kdb/
H A Dkdb_debugger.c95 * SSBPT is set when the kernel debugger must single step a kdb_stub()
98 * cleared by any action that removes the need to single-step kdb_stub()
117 /* Remove any breakpoints as needed by kdb and clear single step */ kdb_stub()
158 /* Set the exit state to a single step or a continue */
173 * Force clear the single step bit because kdb emulates this
/linux-4.1.27/drivers/media/platform/vivid/
H A Dvivid-ctrls.c147 .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,
555 .step = 1,
564 .step = 1,
573 .step = 1,
582 .step = 1,
591 .step = 1,
601 .step = 1,
611 .step = 1,
621 .step = 1,
687 .step = 1,
756 .step = 1,
765 .step = 1,
793 .step = 1,
851 .step = 1,
861 .step = 1,
871 .step = 1,
944 .step = 1,
981 .step = 1,
990 .step = 1,
1117 .step = 1,
1142 .step = 1,
1230 .step = 1,
/linux-4.1.27/arch/frv/kernel/
H A Dbreak.S82 # catch the return from a TLB-miss handler that had single-step disabled
105 bne icc0,#2,__break_step /* jump if single-step caused break */
196 # step catches up with them
252 # step through an internal exception from kernel mode
259 # step through an external interrupt from kernel mode
284 sti gr2,@(sp,#REG__STATUS) /* record single step status */
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
387 sti gr2,@(gr28,#REG__STATUS) /* record single step status */
409 # step through an ITLB-miss handler from user mode
454 # step through a DTLB-miss handler from user mode
463 # step through an ITLB-miss handler from kernel mode
472 # step through a DTLB-miss handler from kernel mode
496 beq icc0,#0,__break_continue /* jump if not BREAK or single-step */
539 sti.p gr23,@(gr28,#REG__STATUS) /* record single step status */
783 # handle a return from TLB-miss that requires single-step reactivation
H A Dentry-table.S39 # (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/arch/powerpc/platforms/powernv/
H A Dsubcore.c145 u8 step; member in struct:split_state
151 static void wait_for_sync_step(int step) wait_for_sync_step() argument
156 while(per_cpu(split_state, i).step < step) wait_for_sync_step()
187 per_cpu(split_state, cpu).step = SYNC_STEP_UNSPLIT; unsplit_core()
221 split_core_secondary_loop(&per_cpu(split_state, cpu).step); split_core()
253 per_cpu(split_state, smp_processor_id()).step = SYNC_STEP_FINISHED; cpu_do_split()
311 while(per_cpu(split_state, cpu).step < SYNC_STEP_FINISHED) for_each_present_cpu()
347 state->step = SYNC_STEP_INITIAL; for_each_present_cpu()
/linux-4.1.27/drivers/media/i2c/
H A Dvs6624_regs.h48 #define VS6624_ZOOM_HSTEP0_MSB 0x038B /* set the zoom H step MSB */
49 #define VS6624_ZOOM_HSTEP0_LSB 0x038C /* set the zoom H step LSB */
50 #define VS6624_ZOOM_VSTEP0_MSB 0x038F /* set the zoom V step MSB */
51 #define VS6624_ZOOM_VSTEP0_LSB 0x0390 /* set the zoom V step LSB */
53 #define VS6624_PAN_HSTEP0_MSB 0x0395 /* set the pan H step MSB */
54 #define VS6624_PAN_HSTEP0_LSB 0x0396 /* set the pan H step LSB */
55 #define VS6624_PAN_VSTEP0_MSB 0x0399 /* set the pan V step MSB */
56 #define VS6624_PAN_VSTEP0_LSB 0x039A /* set the pan V step LSB */
81 #define VS6624_ZOOM_HSTEP1_MSB 0x040B /* set the zoom H step MSB */
82 #define VS6624_ZOOM_HSTEP1_LSB 0x040C /* set the zoom H step LSB */
83 #define VS6624_ZOOM_VSTEP1_MSB 0x040F /* set the zoom V step MSB */
84 #define VS6624_ZOOM_VSTEP1_LSB 0x0410 /* set the zoom V step LSB */
86 #define VS6624_PAN_HSTEP1_MSB 0x0415 /* set the pan H step MSB */
87 #define VS6624_PAN_HSTEP1_LSB 0x0416 /* set the pan H step LSB */
88 #define VS6624_PAN_VSTEP1_MSB 0x0419 /* set the pan V step MSB */
89 #define VS6624_PAN_VSTEP1_LSB 0x041A /* set the pan V step LSB */
H A Dmt9t001.c646 .step = 1,
656 .step = 1,
666 .step = 1,
676 .step = 0,
690 .step = 1,
700 .step = 1,
710 .step = 1,
720 .step = 1,
/linux-4.1.27/drivers/media/platform/xilinx/
H A Dxilinx-tpg.c519 .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,
622 .step = 1,
632 .step = 1,
642 .step = 1,
652 .step = 1,
661 .step = 1,
671 .step = 1,
/linux-4.1.27/drivers/scsi/ufs/
H A Dufs-qcom.h111 u8 *major, u16 *minor, u16 *step) ufs_qcom_get_controller_revision()
117 *step = (ver & UFS_HW_VER_STEP_MASK) >> UFS_HW_VER_STEP_SHFT; ufs_qcom_get_controller_revision()
154 /* Host controller hardware version: major.minor.step */
156 u16 step; member in struct:ufs_hw_version
110 ufs_qcom_get_controller_revision(struct ufs_hba *hba, u8 *major, u16 *minor, u16 *step) ufs_qcom_get_controller_revision() argument
/linux-4.1.27/arch/microblaze/kernel/
H A Dptrace.c157 int step; do_syscall_trace_leave() local
161 step = test_thread_flag(TIF_SINGLESTEP); do_syscall_trace_leave()
162 if (step || test_thread_flag(TIF_SYSCALL_TRACE)) do_syscall_trace_leave()
163 tracehook_report_syscall_exit(regs, step); do_syscall_trace_leave()
/linux-4.1.27/arch/mips/include/uapi/asm/
H A Dbreak.h26 #define BRK_KPROBE_SSTEPBP 516 /* Kprobe single step software implementation */
/linux-4.1.27/sound/core/oss/
H A Dlinear.c77 src_step = src_channels[channel].area.step / 8; convert()
78 dst_step = dst_channels[channel].area.step / 8; convert()
102 src_channels[channel].area.step % 8)) linear_transfer()
105 dst_channels[channel].area.step % 8)) linear_transfer()
H A Dcopy.c42 src_channels->area.step % 8)) copy_transfer()
45 dst_channels->area.step % 8)) copy_transfer()
H A Drate.c94 src_step = src_channels[channel].area.step / 8 / 2; resample_expand()
95 dst_step = dst_channels[channel].area.step / 8 / 2; resample_expand()
153 src_step = src_channels[channel].area.step / 8 / 2; resample_shrink()
154 dst_step = dst_channels[channel].area.step / 8 / 2; resample_shrink()
266 src_channels[channel].area.step % 8)) rate_transfer()
269 dst_channels[channel].area.step % 8)) rate_transfer()
H A Dpcm_plugin.c85 c->area.step = format->channels * width; snd_pcm_plugin_alloc()
97 c->area.step = width; snd_pcm_plugin_alloc()
581 v->area.step = nchannels * width; snd_pcm_plug_client_channels_buf()
659 dst = dst_area->addr + (dst_area->first + dst_area->step * dst_offset) / 8; snd_pcm_area_silence()
663 if (dst_area->step == (unsigned int) width && width >= 8) snd_pcm_area_silence()
668 dst_step = dst_area->step / 8; snd_pcm_area_silence()
672 int dstbit_step = dst_area->step % 8; snd_pcm_area_silence()
703 src = src_area->addr + (src_area->first + src_area->step * src_offset) / 8; snd_pcm_area_copy()
706 dst = dst_area->addr + (dst_area->first + dst_area->step * dst_offset) / 8; snd_pcm_area_copy()
712 if (src_area->step == (unsigned int) width && snd_pcm_area_copy()
713 dst_area->step == (unsigned int) width && width >= 8) { snd_pcm_area_copy()
718 src_step = src_area->step / 8; snd_pcm_area_copy()
719 dst_step = dst_area->step / 8; snd_pcm_area_copy()
723 int srcbit_step = src_area->step % 8; snd_pcm_area_copy()
725 int dstbit_step = dst_area->step % 8; snd_pcm_area_copy()
H A Dmulaw.c190 src_step = src_channels[channel].area.step / 8; mulaw_decode()
191 dst_step = dst_channels[channel].area.step / 8; mulaw_decode()
236 src_step = src_channels[channel].area.step / 8; mulaw_encode()
237 dst_step = dst_channels[channel].area.step / 8; mulaw_encode()
264 src_channels[channel].area.step % 8)) mulaw_transfer()
267 dst_channels[channel].area.step % 8)) mulaw_transfer()
/linux-4.1.27/tools/power/cpupower/bench/
H A Dmain.c42 {"load-step", 1, 0, 'x'},
43 {"sleep-step", 1, 0, 'y'},
58 printf(" -x, --load-step=<long int>\ttime to be added to load time, in us\n"); usage()
59 printf(" -y, --sleep-step=<long int>\ttime to be added to sleep time, in us\n"); usage()
/linux-4.1.27/include/asm-generic/
H A Dearly_ioremap.h31 * Called as last step in paging_init() so library can act
/linux-4.1.27/sound/soc/codecs/
H A Dwm2000.c440 wm2000_mode_fn step[2]; member in struct:__anon14632
446 .step = {
453 .step = {
462 .step = {
471 .step = {
479 .step = {
487 .step = {
495 .step = {
503 .step = {
511 .step = {
520 .step = {
528 .step = {
536 .step = {
572 for (j = 0; j < ARRAY_SIZE(anc_transitions[j].step); j++) { wm2000_anc_transition()
573 if (!anc_transitions[i].step[j]) wm2000_anc_transition()
575 ret = anc_transitions[i].step[j](i2c, wm2000_anc_transition()
H A Dda732x.c1281 u8 step = DA732X_DAC_OFFSET_STEP; da732x_dac_offset_adjust() local
1309 offset[DA732X_HPL_DAC] |= step; da732x_dac_offset_adjust()
1310 offset[DA732X_HPR_DAC] |= step; da732x_dac_offset_adjust()
1320 offset[DA732X_HPL_DAC] &= ~step; da732x_dac_offset_adjust()
1323 offset[DA732X_HPR_DAC] &= ~step; da732x_dac_offset_adjust()
1325 step >>= 1; da732x_dac_offset_adjust()
1326 } while (step); da732x_dac_offset_adjust()
1345 u8 step = DA732X_OUTPUT_OFFSET_STEP; da732x_output_offset_adjust() local
1376 offset[DA732X_HPL_AMP] |= step; da732x_output_offset_adjust()
1377 offset[DA732X_HPR_AMP] |= step; da732x_output_offset_adjust()
1387 offset[DA732X_HPL_AMP] &= ~step; da732x_output_offset_adjust()
1390 offset[DA732X_HPR_AMP] &= ~step; da732x_output_offset_adjust()
1392 step >>= 1; da732x_output_offset_adjust()
1393 } while (step); da732x_output_offset_adjust()
H A Dcs42l52.h189 #define CS42L52_PGAX_CTL_VOL_6DB 12 /*step size 0.5db*/
196 #define CS42L52_ADCX_VOL_24DB 24 /*step size 1db*/
H A Dwm8350.c90 /* ramp step up */ wm8350_out1_ramp_step()
99 /* ramp step down */ wm8350_out1_ramp_step()
114 /* ramp step up */ wm8350_out1_ramp_step()
123 /* ramp step down */ wm8350_out1_ramp_step()
133 /* only hit the update bit if either volume has changed this step */ wm8350_out1_ramp_step()
154 /* ramp step up */ wm8350_out2_ramp_step()
163 /* ramp step down */ wm8350_out2_ramp_step()
178 /* ramp step up */ wm8350_out2_ramp_step()
187 /* ramp step down */ wm8350_out2_ramp_step()
197 /* only hit the update bit if either volume has changed this step */ wm8350_out2_ramp_step()
/linux-4.1.27/arch/sh/lib64/
H A Dsdivsi3.S56 Max 2nd step defect: 9.606539e-12 at -1.000000e+00
57 Min 2nd step defect: 0.000000e+00 at 0.000000e+00
H A Dudivdi3.S40 /* Can do second step of 64 : 32 div now, using r1 and the rest in r2. */
55 /* small divisor: need a third divide step */
87 /* Can do second step of 64 : 32 div now, using r1 and the rest in r25. */
/linux-4.1.27/arch/powerpc/include/asm/
H A Dprobes.h54 * step will be for the instruction we have the probe on; if we don't, enable_single_step()
55 * it is possible we'd get the single step reported for CE. enable_single_step()
H A Dsstep.h15 * Since we need to single-step to proceed from a breakpoint,
/linux-4.1.27/include/linux/mfd/
H A Dlm3533.h51 u16 max_current; /* 5000 - 29800 uA (800 uA step) */
59 u16 max_current; /* 5000 - 29800 uA (800 uA step) */
H A Dmax14577.h97 /* Value of one step in high setting, uA */
/linux-4.1.27/sound/ppc/
H A Dtumbler_volume.h3 /* 0 = -70 dB, 175 = 18.0 dB in 0.5 dB step */
67 /* 0 = -18 dB, 72 = 18 dB in 0.5 dB step */
97 /* 0 = -18 dB, 72 = 18 dB in 0.5 dB step */
127 /* 0 = -70 dB, 175 = 18.0 dB in 0.5 dB step */
192 /* 0 = -18 dB, 72 = 18 dB in 0.5 dB step */
222 /* 0 = -18 dB, 72 = 18 dB in 0.5 dB step */
/linux-4.1.27/drivers/media/v4l2-core/
H A Dv4l2-ctrls.c921 s64 *min, s64 *max, u64 *step, s64 *def, u32 *flags) v4l2_ctrl_fill()
981 *max = *step = 1; v4l2_ctrl_fill()
996 *min = *max = *step = *def = 0; v4l2_ctrl_fill()
1077 *min = *max = *step = *def = 0; v4l2_ctrl_fill()
1081 *step = 1; v4l2_ctrl_fill()
1106 *step = 1; v4l2_ctrl_fill()
1113 *step = 1; v4l2_ctrl_fill()
1217 ev->u.ctrl.step = 1; fill_event()
1219 ev->u.ctrl.step = ctrl->step; fill_event()
1358 val >= (ctrl)->maximum - (s32)((ctrl)->step / 2)) \
1361 val += (s32)((ctrl)->step / 2); \
1365 offset = (ctrl)->step * (offset / (u32)(ctrl)->step); \
1387 if (ctrl->maximum >= 0 && val >= ctrl->maximum - (s64)(ctrl->step / 2)) std_validate()
1390 val += (s64)(ctrl->step / 2); std_validate()
1393 do_div(offset, ctrl->step); std_validate()
1394 ptr.p_s64[idx] = ctrl->minimum + offset * ctrl->step; std_validate()
1432 if ((len - (u32)ctrl->minimum) % (u32)ctrl->step) std_validate()
1638 s64 min, s64 max, u64 step, s64 def) check_range()
1642 if (step != 1 || max > 1 || min < 0) check_range()
1650 if (step == 0 || min > max || def < min || def > max) check_range()
1654 if (step || min || !max || (def & ~max)) check_range()
1661 /* Note: step == menu_skip_mask for menu controls. check_range()
1663 if (step && ((1 << def) & step)) check_range()
1667 if (min > max || min < 0 || step < 1 || def) check_range()
1916 s64 min, s64 max, u64 step, s64 def, v4l2_ctrl_new()
1974 err = check_range(type, min, max, step, def); v4l2_ctrl_new()
1979 if (type == V4L2_CTRL_TYPE_BITMASK && ((def & ~max) || min || step)) { v4l2_ctrl_new()
2019 ctrl->step = step; v4l2_ctrl_new()
2072 u64 step = cfg->step; v4l2_ctrl_new_custom() local
2076 v4l2_ctrl_fill(cfg->id, &name, &type, &min, &max, &step, v4l2_ctrl_new_custom()
2082 WARN_ON(step); v4l2_ctrl_new_custom()
2095 is_menu ? cfg->menu_skip_mask : step, def, v4l2_ctrl_new_custom()
2107 u32 id, s64 min, s64 max, u64 step, s64 def) v4l2_ctrl_new_std()
2113 v4l2_ctrl_fill(id, &name, &type, &min, &max, &step, &def, &flags); v4l2_ctrl_new_std()
2121 min, max, step, def, NULL, 0, v4l2_ctrl_new_std()
2139 u64 step; v4l2_ctrl_new_std_menu() local
2142 v4l2_ctrl_fill(id, &name, &type, &min, &max, &step, &def, &flags); v4l2_ctrl_new_std_menu()
2167 u64 step; v4l2_ctrl_new_std_menu_items() local
2180 v4l2_ctrl_fill(id, &name, &type, &min, &max, &step, &def, &flags); v4l2_ctrl_new_std_menu_items()
2200 u64 step; v4l2_ctrl_new_int_menu() local
2205 v4l2_ctrl_fill(id, &name, &type, &min, &max, &step, &def, &flags); v4l2_ctrl_new_int_menu()
2565 qc->step = 1; v4l2_query_ext_ctrl()
2567 qc->step = ctrl->step; v4l2_query_ext_ctrl()
2595 qc->step = qec.step; v4l2_queryctrl()
2601 qc->step = 0; v4l2_queryctrl()
3314 s64 min, s64 max, u64 step, s64 def) __v4l2_ctrl_modify_range()
3333 ret = check_range(ctrl->type, min, max, step, def); __v4l2_ctrl_modify_range()
3342 ctrl->step = step; __v4l2_ctrl_modify_range()
920 v4l2_ctrl_fill(u32 id, const char **name, enum v4l2_ctrl_type *type, s64 *min, s64 *max, u64 *step, s64 *def, u32 *flags) v4l2_ctrl_fill() argument
1637 check_range(enum v4l2_ctrl_type type, s64 min, s64 max, u64 step, s64 def) check_range() argument
1912 v4l2_ctrl_new(struct v4l2_ctrl_handler *hdl, const struct v4l2_ctrl_ops *ops, const struct v4l2_ctrl_type_ops *type_ops, u32 id, const char *name, enum v4l2_ctrl_type type, s64 min, s64 max, u64 step, s64 def, const u32 dims[V4L2_CTRL_MAX_DIMS], u32 elem_size, u32 flags, const char * const *qmenu, const s64 *qmenu_int, void *priv) v4l2_ctrl_new() argument
2105 v4l2_ctrl_new_std(struct v4l2_ctrl_handler *hdl, const struct v4l2_ctrl_ops *ops, u32 id, s64 min, s64 max, u64 step, s64 def) v4l2_ctrl_new_std() argument
3313 __v4l2_ctrl_modify_range(struct v4l2_ctrl *ctrl, s64 min, s64 max, u64 step, s64 def) __v4l2_ctrl_modify_range() argument
H A Dv4l2-common.c89 u64 step = _step; v4l2_ctrl_query_fill() local
93 &min, &max, &step, &def, &qctrl->flags); v4l2_ctrl_query_fill()
100 qctrl->step = step; v4l2_ctrl_query_fill()
/linux-4.1.27/arch/tile/kernel/
H A Dsingle_step.c36 #ifndef __tilegx__ /* Hardware support for single step unavailable. */
139 * from memory, writing it to the single step buffer, using a rewrite_load_store_unaligned()
142 * little trickier; we could use the single step buffer for that rewrite_load_store_unaligned()
293 * When we arrive at this routine via a trampoline, the single step
294 * engine copies the executing bundle to the single step buffer.
301 * The necessary post-single-step rewriting information is stored in
364 pr_err("Out of kernel memory trying to single-step\n"); single_step_once()
376 pr_err("Out of kernel pages trying to single-step\n"); single_step_once()
407 pr_err("Couldn't read instruction at %p trying to step\n", pc); single_step_once()
435 * pc after the single step code is executed, and if single_step_once()
441 * the pc is the start of the single step code, then single_step_once()
690 pr_err("Fault when writing to single-step buffer\n"); single_step_once()
718 * If the process doesn't have single step set, then we use this as an
719 * opportunity to turn single step off.
H A Dkprobes.c175 /* Single step inline if the instruction is a break. */ prepare_singlestep()
211 * just single step on the instruction of the new probe kprobe_handler()
275 * original opcode to single-step, we single-stepped a copy of the
278 * This function prepares to return from the post-single-step
/linux-4.1.27/arch/avr32/kernel/
H A Dptrace.c60 * Make sure any single step bits, etc. are not set
221 * If we single-step into an exception handler which runs with
276 pr_debug("Going to do single step...\n"); do_debug()
318 * shouldn't do a single step after we return do_debug()
320 * "scall" instruction we were told to step do_debug()
324 pr_debug("Supervisor; no single step\n"); do_debug()
341 /* Single step in user mode */ do_debug()
/linux-4.1.27/drivers/tty/serial/
H A Dar933x_uart.c185 * baudrate = (clk / (scale + 1)) * (step * (1 / 2^17))
189 unsigned int step) ar933x_uart_get_baud()
196 t *= step; ar933x_uart_get_baud()
206 unsigned int *step) ar933x_uart_get_scale_step()
212 *step = 0; ar933x_uart_get_scale_step()
230 *step = tstep; ar933x_uart_get_scale_step()
243 unsigned int baud, scale, step; ar933x_uart_set_termios() local
266 ar933x_uart_get_scale_step(port->uartclk, baud, &scale, &step); ar933x_uart_set_termios()
288 scale << AR933X_UART_CLOCK_SCALE_S | step); ar933x_uart_set_termios()
187 ar933x_uart_get_baud(unsigned int clk, unsigned int scale, unsigned int step) ar933x_uart_get_baud() argument
203 ar933x_uart_get_scale_step(unsigned int clk, unsigned int baud, unsigned int *scale, unsigned int *step) ar933x_uart_get_scale_step() argument
/linux-4.1.27/drivers/pinctrl/mediatek/
H A Dpinctrl-mtk-common.h83 * @step: The step current of this group.
90 unsigned char step; member in struct:mtk_drv_group_desc
99 .step = _step, \
177 * @port_align: Provide clear register and set register step.
/linux-4.1.27/drivers/phy/
H A Dphy-qcom-ufs-qmp-20nm.c27 u16 step = ufs_qcom_phy->host_ctrl_rev_step; ufs_qcom_phy_qmp_20nm_phy_calibrate() local
30 if ((major == 0x1) && (minor == 0x002) && (step == 0x0000)) { ufs_qcom_phy_qmp_20nm_phy_calibrate()
33 } else if ((major == 0x1) && (minor == 0x003) && (step == 0x0000)) { ufs_qcom_phy_qmp_20nm_phy_calibrate()
/linux-4.1.27/drivers/video/fbdev/
H A Dauo_k1900fb.c22 * mode0+1 16 step gray (4bit)
23 * mode2 4 step gray (2bit) - FIXME: add strange refresh
24 * mode3 2 step gray (1bit) - FIXME: add strange refresh
H A Dc2p_core.h17 * Basic transpose step
H A Dauo_k1901fb.c22 * mode0+1 16 step gray (4bit)
23 * mode2+3 4 step gray (2bit)
24 * mode4+5 2 step gray (1bit)
H A Dc2p_iplan2.c21 * Perform a full C2P step on 16 8-bit pixels, stored in 4 32-bit words
H A Dc2p_planar.c21 * Perform a full C2P step on 32 8-bit pixels, stored in 8 32-bit words
/linux-4.1.27/arch/mn10300/kernel/
H A Dswitch_to.S81 # 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
H A Dkgdb.c152 * Although there is a single-step trace flag in EPSW, its use is not
357 * Remove emplaced single-step breakpoints, returning true if we hit one of
396 * Catch a single-step-pending thread being deleted and make sure the global
397 * single-step state is cleared. At this point the breakpoints should have
/linux-4.1.27/drivers/clk/sunxi/
H A Dclk-mod0.c193 u16 step, mmc_div; mmc_get_phase() local
226 step = DIV_ROUND_CLOSEST(360, mmc_div); mmc_get_phase()
227 return delay * step; mmc_get_phase()
260 u16 step, mmc_div; mmc_set_phase() local
278 step = DIV_ROUND_CLOSEST(360, mmc_div); mmc_set_phase()
279 delay = DIV_ROUND_CLOSEST(degrees, step); mmc_set_phase()
/linux-4.1.27/net/sunrpc/auth_gss/
H A Dgss_krb5_keys.c246 #define smask(step) ((1<<step)-1)
247 #define pstep(x, step) (((x)&smask(step))^(((x)>>step)&smask(step)))
/linux-4.1.27/mm/
H A Dbootmem.c471 unsigned long idx, unsigned long step) align_idx()
480 return ALIGN(base + idx, step) - base; align_idx()
498 unsigned long min, max, start, sidx, midx, step; alloc_bootmem_bdata() local
522 step = max(align >> PAGE_SHIFT, 1UL); alloc_bootmem_bdata()
525 start = ALIGN(goal, step); alloc_bootmem_bdata()
527 start = ALIGN(min, step); alloc_bootmem_bdata()
538 sidx = align_idx(bdata, bdata->hint_idx, step); alloc_bootmem_bdata()
547 sidx = align_idx(bdata, sidx, step); alloc_bootmem_bdata()
555 sidx = align_idx(bdata, i, step); alloc_bootmem_bdata()
557 sidx += step; alloc_bootmem_bdata()
592 sidx = align_idx(bdata, fallback - 1, step); alloc_bootmem_bdata()
470 align_idx(struct bootmem_data *bdata, unsigned long idx, unsigned long step) align_idx() argument
H A Dmempolicy.c149 * task will rebind the task->mempolicy by two step. The first step is
150 * setting all the newly nodes, and the second step is cleaning all the
156 * step:
162 enum mpol_rebind_step step);
304 enum mpol_rebind_step step) mpol_rebind_default()
309 * step:
315 enum mpol_rebind_step step) mpol_rebind_nodemask()
325 * if step == 1, we use ->w.cpuset_mems_allowed to cache the mpol_rebind_nodemask()
328 if (step == MPOL_REBIND_ONCE || step == MPOL_REBIND_STEP1) { mpol_rebind_nodemask()
331 pol->w.cpuset_mems_allowed = step ? tmp : *nodes; mpol_rebind_nodemask()
332 } else if (step == MPOL_REBIND_STEP2) { mpol_rebind_nodemask()
342 if (step == MPOL_REBIND_STEP1) mpol_rebind_nodemask()
344 else if (step == MPOL_REBIND_ONCE || step == MPOL_REBIND_STEP2) mpol_rebind_nodemask()
360 enum mpol_rebind_step step) mpol_rebind_preferred()
387 * task will rebind the task->mempolicy by two step. The first step is
388 * setting all the newly nodes, and the second step is cleaning all the
394 * step:
400 enum mpol_rebind_step step) mpol_rebind_policy()
404 if (!mpol_store_user_nodemask(pol) && step == MPOL_REBIND_ONCE && mpol_rebind_policy()
408 if (step == MPOL_REBIND_STEP1 && (pol->flags & MPOL_F_REBINDING)) mpol_rebind_policy()
411 if (step == MPOL_REBIND_STEP2 && !(pol->flags & MPOL_F_REBINDING)) mpol_rebind_policy()
414 if (step == MPOL_REBIND_STEP1) mpol_rebind_policy()
416 else if (step == MPOL_REBIND_STEP2) mpol_rebind_policy()
418 else if (step >= MPOL_REBIND_NSTEP) mpol_rebind_policy()
421 mpol_ops[pol->mode].rebind(pol, newmask, step); mpol_rebind_policy()
432 enum mpol_rebind_step step) mpol_rebind_task()
434 mpol_rebind_policy(tsk->mempolicy, new, step); mpol_rebind_task()
303 mpol_rebind_default(struct mempolicy *pol, const nodemask_t *nodes, enum mpol_rebind_step step) mpol_rebind_default() argument
314 mpol_rebind_nodemask(struct mempolicy *pol, const nodemask_t *nodes, enum mpol_rebind_step step) mpol_rebind_nodemask() argument
358 mpol_rebind_preferred(struct mempolicy *pol, const nodemask_t *nodes, enum mpol_rebind_step step) mpol_rebind_preferred() argument
399 mpol_rebind_policy(struct mempolicy *pol, const nodemask_t *newmask, enum mpol_rebind_step step) mpol_rebind_policy() argument
431 mpol_rebind_task(struct task_struct *tsk, const nodemask_t *new, enum mpol_rebind_step step) mpol_rebind_task() argument
/linux-4.1.27/arch/x86/kernel/
H A Dstep.c2 * x86 single-step support code, common to 32-bit and 64-bit.
126 * we single-step system calls etc.. This will also enable_single_step()
152 * If not, we should never attempt a block step. enable_single_step()
191 * Enable single or block step.
H A DMakefile51 obj-y += step.o
/linux-4.1.27/arch/xtensa/kernel/
H A Dmxhead.S37 * xt-gdb to single step via DEBUG exceptions received directly
/linux-4.1.27/arch/sparc/lib/
H A Dudivdi3.S50 ! 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.
H A Ddivdi3.S73 ! 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/arch/tile/lib/
H A Dspinlock_common.h59 /* Add a randomness factor so two cpus never get in lock step. */ delay_backoff()
/linux-4.1.27/drivers/thermal/
H A Dstep_wise.c2 * step_wise.c - A step-by-step Thermal throttling governor
193 * step. If the zone is 'cooling down' it brings back the performance of
194 * the devices by one step.
/linux-4.1.27/drivers/media/common/
H A Dcx2341x.c133 s32 *min, s32 *max, s32 *step, s32 *def, u32 *flags) cx2341x_ctrl_fill()
146 *step = 0; cx2341x_ctrl_fill()
151 *max = *step = 1; cx2341x_ctrl_fill()
551 s32 min, s32 max, s32 step, s32 def) cx2341x_ctrl_query_fill()
570 &min, &max, &step, &def, &qctrl->flags); cx2341x_ctrl_query_fill()
573 qctrl->step = step; cx2341x_ctrl_query_fill()
580 return v4l2_ctrl_query_fill(qctrl, min, max, step, def); cx2341x_ctrl_query_fill()
1518 u32 id, s32 min, s32 max, s32 step, s32 def) cx2341x_ctrl_new_custom()
1523 cx2341x_ctrl_fill(id, &cfg.name, &cfg.type, &min, &max, &step, &def, &cfg.flags); cx2341x_ctrl_new_custom()
1530 cfg.step = 0; cx2341x_ctrl_new_custom()
1531 cfg.menu_skip_mask = step; cx2341x_ctrl_new_custom()
1534 cfg.step = step; cx2341x_ctrl_new_custom()
1541 u32 id, s32 min, s32 max, s32 step, s32 def) cx2341x_ctrl_new_std()
1543 return v4l2_ctrl_new_std(hdl, &cx2341x_ops, id, min, max, step, def); cx2341x_ctrl_new_std()
132 cx2341x_ctrl_fill(u32 id, const char **name, enum v4l2_ctrl_type *type, s32 *min, s32 *max, s32 *step, s32 *def, u32 *flags) cx2341x_ctrl_fill() argument
550 cx2341x_ctrl_query_fill(struct v4l2_queryctrl *qctrl, s32 min, s32 max, s32 step, s32 def) cx2341x_ctrl_query_fill() argument
1517 cx2341x_ctrl_new_custom(struct v4l2_ctrl_handler *hdl, u32 id, s32 min, s32 max, s32 step, s32 def) cx2341x_ctrl_new_custom() argument
1540 cx2341x_ctrl_new_std(struct v4l2_ctrl_handler *hdl, u32 id, s32 min, s32 max, s32 step, s32 def) cx2341x_ctrl_new_std() argument
/linux-4.1.27/include/linux/phy/
H A Dphy-qcom-ufs.h57 u8 major, u16 minor, u16 step);
/linux-4.1.27/include/xen/interface/io/
H A Dtpmif.h18 * 2. Backend transitions to InitWait (frontend does not wait on this step)
/linux-4.1.27/arch/cris/include/uapi/arch-v32/arch/
H A Duser.h38 unsigned long spc; /* P15, Single step PC. */
/linux-4.1.27/sound/synth/emux/
H A Demux_nrpn.c221 /* cutoff: quarter semitone step, max=255 */ gs_cutoff()
251 /* vibrato freq: 0.042Hz step, max=255 */ gs_vib_rate()
263 /* vibrato delay: -0.725msec step */ gs_vib_delay()
329 /* cutoff: quarter semitone step, max=255 */ xg_cutoff()
/linux-4.1.27/arch/sh/kernel/
H A Dptrace_64.c533 int step; do_syscall_trace_leave() local
540 step = test_thread_flag(TIF_SINGLESTEP); do_syscall_trace_leave()
541 if (step || test_thread_flag(TIF_SYSCALL_TRACE)) do_syscall_trace_leave()
542 tracehook_report_syscall_exit(regs, step); do_syscall_trace_leave()
548 /* This is called after a single step exception (DEBUGSS). do_single_step()
563 /* We need to forward step the PC, to counteract the backstep done BUILD_TRAP_HANDLER()
573 * Make sure single step bits etc are not set.
H A Dptrace_32.c131 * Make sure single step bits etc are not set.
513 int step; do_syscall_trace_leave() local
520 step = test_thread_flag(TIF_SINGLESTEP); do_syscall_trace_leave()
521 if (step || test_thread_flag(TIF_SYSCALL_TRACE)) do_syscall_trace_leave()
522 tracehook_report_syscall_exit(regs, step); do_syscall_trace_leave()
H A Dkgdb.c20 /* Macros for single step instruction identification */
47 /* Calculate the new address for after a step */ get_step_address()
155 /* Undo a single step */ undo_single_step()
/linux-4.1.27/arch/powerpc/kernel/
H A Dhead_booke.h255 /* Check for a single step debug exception while in an exception
257 * where an instruction that we are trying to single step causes
259 * the exception handler generates a single step debug exception.
273 * If there is a single step or branch-taken exception in an \
280 mfspr r10,SPRN_DBSR; /* check single-step/branch taken */ \
326 * If there is a single step or branch-taken exception in an \
333 mfspr r10,SPRN_DBSR; /* check single-step/branch taken */ \
H A Dhw_breakpoint.c249 * we still need to single-step the instruction, but we don't hw_breakpoint_handler()
257 /* Do not emulate user-space instructions, instead single-step them */ hw_breakpoint_handler()
294 * Handle single-step exceptions following a DABR hit.
324 * other single-step actions occur (e.g. generate SIGTRAP). single_step_dabr_instruction()
H A Duprobes.c108 * single-step, we single-stepped a copy of the instruction.
110 * This function prepares to resume execution after the single-step.
187 * For all other cases, we need to single-step in hardware. arch_uprobe_skip_sstep()
/linux-4.1.27/tools/perf/bench/
H A Dnuma.c455 int step; parse_setup_cpu_list() local
474 step = 1; parse_setup_cpu_list()
477 step = atol(tok_step + 1); parse_setup_cpu_list()
478 BUG_ON(step <= 0 || step >= g->p.nr_cpus); parse_setup_cpu_list()
501 dprintf("CPUs: %d_%d-%d#%dx%d\n", bind_cpu_0, bind_len, bind_cpu_1, step, mul); parse_setup_cpu_list()
511 for (bind_cpu = bind_cpu_0; bind_cpu <= bind_cpu_1; bind_cpu += step) { parse_setup_cpu_list()
591 int step; parse_setup_node_list() local
610 step = 1; parse_setup_node_list()
613 step = atol(tok_step + 1); parse_setup_node_list()
614 BUG_ON(step <= 0 || step >= g->p.nr_nodes); parse_setup_node_list()
625 dprintf("NODEs: %d-%d #%d\n", bind_node_0, bind_node_1, step); parse_setup_node_list()
635 for (bind_node = bind_node_0; bind_node <= bind_node_1; bind_node += step) { parse_setup_node_list()
/linux-4.1.27/drivers/net/ethernet/sfc/
H A Dnic.c310 u32 step:6, rows:21; member in struct:efx_nic_reg_table
313 #define REGISTER_TABLE_DIMENSIONS(_, offset, arch, min_rev, max_rev, step, rows) { \
317 step, rows \
389 len += table->rows * min_t(size_t, table->step, 16); efx_nic_get_regs_len()
418 size = min_t(size_t, table->step, 16); efx_nic_get_regs()
421 switch (table->step) { efx_nic_get_regs()
/linux-4.1.27/drivers/staging/rtl8712/
H A Dusb_intf.c377 /* step 1. */ r871xu_drv_init()
390 /* step 2. */ r871xu_drv_init()
396 /* step 3. r871xu_drv_init()
406 /* step 4. */ r871xu_drv_init()
410 /* step 5. read efuse/eeprom data and get mac_addr */ r871xu_drv_init()
585 /* step 6. Load the firmware asynchronously */ r871xu_drv_init()
/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/
H A Dusb_intf.c390 /* step 2. hook HalFunc, allocate HalData */ rtw_usb_if1_init()
396 /* step read_chip_version */ rtw_usb_if1_init()
399 /* step usb endpoint mapping */ rtw_usb_if1_init()
402 /* step read efuse/eeprom data and get mac_addr */ rtw_usb_if1_init()
405 /* step 5. */ rtw_usb_if1_init()
435 /* step 6. Tell the network stack we exist */ rtw_usb_if1_init()
/linux-4.1.27/sound/core/
H A Dcontrol_compat.c75 s32 step; member in struct:snd_ctl_elem_info32::__anon14333::__anon14334
80 u64 step; member in struct:snd_ctl_elem_info32::__anon14333::__anon14335
135 put_user(data->value.integer.step, &data32->value.integer.step)) snd_ctl_elem_info_compat()
411 get_user(data->value.integer.step, &data32->value.integer.step)) snd_ctl_elem_add_compat()
/linux-4.1.27/drivers/media/usb/go7007/
H A Dgo7007-v4l2.c921 .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,
1021 .step = 1,
1031 .step = 1,
1039 .step = 1,
/linux-4.1.27/drivers/mtd/nand/
H A Dr852.h123 int dma_stage; /* 0 - idle, 1 - first step,
124 2 - second step */
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dvolt.c86 info->step = nv_ro16(bios, volt + 0x08); nvbios_volt_parse()
97 info->step = nv_ro16(bios, volt + 0x16); nvbios_volt_parse()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/volt/
H A Dbase.c112 if (data && info.vidmask && info.base && info.step) { nvkm_volt_parse_bios()
120 info.base += info.step; nvkm_volt_parse_bios()
/linux-4.1.27/arch/blackfin/include/asm/
H A Dtraps.h74 "Single step\n" \
75 level " - When the processor is in single step mode, every instruction\n" \
/linux-4.1.27/arch/frv/mm/
H A Dtlb-flush.S69 # 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/arch/arm/mach-pxa/
H A Dviper.c155 * If force is not true then step from existing to new divisor. If
184 int step; viper_set_core_cpu_voltage() local
187 step = divisor; viper_set_core_cpu_voltage()
189 step = current_voltage_divisor + STEP; viper_set_core_cpu_voltage()
191 step = current_voltage_divisor - STEP; viper_set_core_cpu_voltage()
193 step = divisor; viper_set_core_cpu_voltage()
202 gpio_set_value(VIPER_PSU_DATA_GPIO, step & i); viper_set_core_cpu_voltage()
217 current_voltage_divisor = step; viper_set_core_cpu_voltage()
/linux-4.1.27/kernel/locking/
H A Dosq_lock.c148 * Or we race against a concurrent unqueue()'s step-B, in which osq_lock()
149 * case its step-C will write us a new @node->prev pointer. osq_lock()
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
H A Dcurproc.h95 * scroll-step: 1
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/
H A Dlinux-curproc.c109 * scroll-step: 1
/linux-4.1.27/drivers/infiniband/hw/ehca/
H A Dipz_pt_fn.h122 * step in struct ipz_queue, will wrap in ringbuffer
150 * step in struct ipz_queue, will wrap in ringbuffer
242 * step in struct ipz_queue, will wrap in ringbuffer
252 * by one step in struct ipz_queue if valid, will wrap in ringbuffer
/linux-4.1.27/drivers/input/misc/
H A Drb532_button.c26 * 4) undo step 2 by enabling alternate function (in this
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/
H A Dmdp5_smp.c59 * NOTE: for atomic modeset/pageflip NONBLOCK operations, step #1
110 /* step #1: update # of blocks pending for the client: */ smp_request_block()
266 /* step #2: configure hw for union(pending, inuse): */ mdp5_smp_configure()
282 /* step #3: after vblank, copy pending -> inuse: */ mdp5_smp_commit()
/linux-4.1.27/drivers/gpu/drm/radeon/
H A Drv6xx_dpm.h30 /* Represents a single SCLK step. */
H A Drv6xx_dpm.c140 u32 clock, struct rv6xx_sclk_stepping *step) rv6xx_convert_clock_to_stepping()
151 step->post_divider = 2 + (dividers.post_div & 0xF) + (dividers.post_div >> 4); rv6xx_convert_clock_to_stepping()
153 step->post_divider = 1; rv6xx_convert_clock_to_stepping()
155 step->vco_frequency = clock * step->post_divider; rv6xx_convert_clock_to_stepping()
161 u32 step_index, struct rv6xx_sclk_stepping *step) rv6xx_output_stepping()
174 if (step->post_divider == 1) rv6xx_output_stepping()
177 u32 lo_len = (step->post_divider - 2) / 2; rv6xx_output_stepping()
178 u32 hi_len = step->post_divider - 2 - lo_len; rv6xx_output_stepping()
184 fb_divider = ((step->vco_frequency * pi->spll_ref_div) / ref_clk) >> rv6xx_output_stepping()
300 struct rv6xx_sclk_stepping step; rv6xx_generate_single_step() local
302 rv6xx_convert_clock_to_stepping(rdev, clock, &step); rv6xx_generate_single_step()
303 rv6xx_output_stepping(rdev, index, &step); rv6xx_generate_single_step()
139 rv6xx_convert_clock_to_stepping(struct radeon_device *rdev, u32 clock, struct rv6xx_sclk_stepping *step) rv6xx_convert_clock_to_stepping() argument
160 rv6xx_output_stepping(struct radeon_device *rdev, u32 step_index, struct rv6xx_sclk_stepping *step) rv6xx_output_stepping() argument
/linux-4.1.27/include/linux/regulator/
H A Dmax8973-regulator.h4 * Interface for regulator driver for MAXIM 8973 DC-DC step-down
/linux-4.1.27/arch/avr32/include/asm/
H A Dthread_info.h72 #define TIF_SINGLE_STEP 5 /* single step in progress */
/linux-4.1.27/arch/blackfin/kernel/
H A Dptrace.c406 int step; syscall_trace_leave() local
408 step = test_thread_flag(TIF_SINGLESTEP); syscall_trace_leave()
409 if (step || test_thread_flag(TIF_SYSCALL_TRACE)) syscall_trace_leave()
410 tracehook_report_syscall_exit(regs, step); syscall_trace_leave()
/linux-4.1.27/lib/lz4/
H A Dlz4_compress.c98 int step = findmatchattempts++ >> skipstrength; lz4_compressctx() local
100 forwardip = ip + step; lz4_compressctx()
279 int step = findmatchattempts++ >> skipstrength; lz4_compress64kctx() local
281 forwardip = ip + step; lz4_compress64kctx()
/linux-4.1.27/drivers/leds/
H A Dled-class-flash.c340 v = s->val + s->step / 2; led_clamp_align()
343 offset = s->step * (offset / s->step); led_clamp_align()
/linux-4.1.27/drivers/misc/eeprom/
H A Deeprom_93xx46.c198 int i, ret, step = 1; eeprom_93xx46_bin_write() local
212 step = 2; eeprom_93xx46_bin_write()
226 for (i = 0; i < count; i += step) { eeprom_93xx46_bin_write()
/linux-4.1.27/drivers/crypto/qce/
H A Dcore.c153 u32 major, minor, step; qce_check_version() local
155 qce_get_version(qce, &major, &minor, &step); qce_check_version()
168 major, minor, step); qce_check_version()
H A Dcommon.h98 void qce_get_version(struct qce_device *qce, u32 *major, u32 *minor, u32 *step);
/linux-4.1.27/drivers/hid/
H A Dhid-microsoft.c195 int step = ((value & 0x60) >> 5) + 1; ms_event() local
199 input_report_rel(input, REL_WHEEL, step); ms_event()
202 input_report_rel(input, REL_WHEEL, -step); ms_event()
/linux-4.1.27/drivers/media/dvb-frontends/
H A Dstb0899_priv.h169 s32 tuner_step; /* Tuner step (Hz) */
180 s16 derot_step; /* Derotator step (binary value) */
197 s16 step_size; /* Carrier frequency search step size */
H A Ddib0090.c166 s8 step; member in struct:dib0090_state
1047 dprintk("total RF gain: %ddB, step: %d", (u32) cfg[0], dib0090_read_reg(state, 0x2a)); dib0090_set_rframp_pwm()
1066 dprintk("total BB gain: %ddB, step: %d", (u32) cfg[0], dib0090_read_reg(state, 0x33)); dib0090_set_bbramp_pwm()
1669 *val |= state->step << state->dc->offset; dib0090_set_trim()
1708 state->step = 0; dib0090_dc_offset_calibration()
1726 dprintk("adc_diff = %d, current step= %d", (u32) state->adc_diff, state->step); dib0090_dc_offset_calibration()
1727 if (state->step == 0 && state->adc_diff < 0) { dib0090_dc_offset_calibration()
1732 dprintk("adc_diff = %d, min_adc_diff = %d current_step = %d", state->adc_diff, state->min_adc_diff, state->step); dib0090_dc_offset_calibration()
1735 if (state->step == 0) { dib0090_dc_offset_calibration()
1737 state->step = 0x10; dib0090_dc_offset_calibration()
1739 state->step = 0x10; dib0090_dc_offset_calibration()
1743 if ((state->adc_diff & 0x8000) == (state->min_adc_diff & 0x8000) && steps(state->step) < 15) { dib0090_dc_offset_calibration()
1745 state->step++; dib0090_dc_offset_calibration()
1749 /* the minimum was what we have seen in the step before */ dib0090_dc_offset_calibration()
1751 dprintk("Since adc_diff N = %d > adc_diff step N-1 = %d, Come back one step", state->adc_diff, state->min_adc_diff); dib0090_dc_offset_calibration()
1752 state->step--; dib0090_dc_offset_calibration()
1756 dprintk("BB Offset Cal, BBreg=%hd,Offset=%hd,Value Set=%hd", state->dc->addr, state->adc_diff, state->step); dib0090_dc_offset_calibration()
2098 state->step = state->captrim = state->fcaptrim = 64; dib0090_captrim_search()
2104 state->step = 4; dib0090_captrim_search()
2119 state->step /= 2; dib0090_captrim_search()
2160 state->captrim += step_sign * state->step; dib0090_captrim_search()
2161 if (state->step >= 1) dib0090_captrim_search()
2168 } else if (*tune_state == CT_TUNER_STEP_2) { /* this step is only used by krosus < P1G */ dib0090_captrim_search()
2464 else if (*tune_state == CT_TUNER_STEP_0) { /* Warning : because of captrim cal, if you change this step, change it also in _cal.c file because it is the step following captrim cal state machine */ dib0090_tune()
/linux-4.1.27/security/tomoyo/
H A Dcommon.c739 switch (head->r.step) { tomoyo_read_profile()
744 head->r.step++; tomoyo_read_profile()
755 head->r.step++; tomoyo_read_profile()
773 head->r.step++; tomoyo_read_profile()
782 head->r.step++; tomoyo_read_profile()
809 head->r.step = 1; tomoyo_read_profile()
1585 switch (head->r.step) { tomoyo_read_domain()
1601 head->r.step++; tomoyo_read_domain()
1607 head->r.step++; tomoyo_read_domain()
1612 head->r.step = 0; tomoyo_read_domain()
1861 while (head->r.step < TOMOYO_MAX_POLICY && tomoyo_read_exception()
1862 tomoyo_read_policy(head, head->r.step)) tomoyo_read_exception()
1863 head->r.step++; tomoyo_read_exception()
1864 if (head->r.step < TOMOYO_MAX_POLICY) tomoyo_read_exception()
1866 while (head->r.step < TOMOYO_MAX_POLICY + TOMOYO_MAX_GROUP && tomoyo_read_exception()
1867 tomoyo_read_group(head, head->r.step - TOMOYO_MAX_POLICY)) tomoyo_read_exception()
1868 head->r.step++; tomoyo_read_exception()
1869 if (head->r.step < TOMOYO_MAX_POLICY + TOMOYO_MAX_GROUP) tomoyo_read_exception()
1871 while (head->r.step < TOMOYO_MAX_POLICY + TOMOYO_MAX_GROUP tomoyo_read_exception()
1873 head->r.acl_group_index = head->r.step - TOMOYO_MAX_POLICY tomoyo_read_exception()
1878 head->r.step++; tomoyo_read_exception()
/linux-4.1.27/drivers/media/usb/uvc/
H A Duvc_ctrl.c1060 v4l2_ctrl->step = 1; __uvc_query_v4l2_ctrl()
1075 v4l2_ctrl->step = 1; __uvc_query_v4l2_ctrl()
1081 v4l2_ctrl->step = 0; __uvc_query_v4l2_ctrl()
1097 v4l2_ctrl->step = mapping->get(mapping, UVC_GET_RES, __uvc_query_v4l2_ctrl()
1214 ev->u.ctrl.step = v4l2_ctrl.step; uvc_ctrl_fill_event()
1480 u32 step; uvc_ctrl_set() local
1504 step = mapping->get(mapping, UVC_GET_RES, uvc_ctrl_set()
1506 if (step == 0) uvc_ctrl_set()
1507 step = 1; uvc_ctrl_set()
1509 xctrl->value = min + ((u32)(xctrl->value - min) + step / 2) uvc_ctrl_set()
1510 / step * step; uvc_ctrl_set()
1539 step = mapping->get(mapping, UVC_GET_RES, uvc_ctrl_set()
1541 if (!(step & value)) uvc_ctrl_set()
H A Duvc_v4l2.c135 const __u32 step = frame->dwFrameInterval[2]; uvc_try_frame_interval() local
137 interval = min + (interval - min + step/2) / step * step; uvc_try_frame_interval()
902 qec->step = qc.step; uvc_ioctl_query_ext_ctrl()
1184 fival->stepwise.step.numerator = frame->dwFrameInterval[2]; uvc_ioctl_enum_frameintervals()
1185 fival->stepwise.step.denominator = 10000000; uvc_ioctl_enum_frameintervals()
1190 uvc_simplify_fraction(&fival->stepwise.step.numerator, uvc_ioctl_enum_frameintervals()
1191 &fival->stepwise.step.denominator, 8, 333); uvc_ioctl_enum_frameintervals()
/linux-4.1.27/drivers/staging/rtl8192u/
H A Dr819xU_phy.c383 * We can not execute the scheme in the initial step. phy_FwRFSerialRead()
442 * We can not execute the scheme in the initial step. phy_FwRFSerialWrite()
1252 * function: This function sets channel step by step
1256 * u8 *step
1258 * output: store new stage, step and delay for next step
1264 u8 *stage, u8 *step, u32 *delay) rtl8192_phy_SwChnlStepByStep()
1276 RT_TRACE(COMP_CH, "%s() stage: %d, step: %d, channel: %d\n", rtl8192_phy_SwChnlStepByStep()
1277 __func__, *stage, *step, channel); rtl8192_phy_SwChnlStepByStep()
1351 CurrentCmd = &PreCommonCmd[*step]; rtl8192_phy_SwChnlStepByStep()
1354 CurrentCmd = &RfDependCmd[*step]; rtl8192_phy_SwChnlStepByStep()
1357 CurrentCmd = &PostCommonCmd[*step]; rtl8192_phy_SwChnlStepByStep()
1367 (*step) = 0; rtl8192_phy_SwChnlStepByStep()
1406 (*step)++; rtl8192_phy_SwChnlStepByStep()
1263 rtl8192_phy_SwChnlStepByStep(struct net_device *dev, u8 channel, u8 *stage, u8 *step, u32 *delay) rtl8192_phy_SwChnlStepByStep() argument
/linux-4.1.27/drivers/staging/rtl8723au/os_dep/
H A Dusb_intf.c421 /* step 2. allocate HalData */ rtw_usb_if1_init()
426 /* step read_chip_version */ rtw_usb_if1_init()
429 /* step usb endpoint mapping */ rtw_usb_if1_init()
433 /* step read efuse/eeprom data and get mac_addr */ rtw_usb_if1_init()
436 /* step 5. */ rtw_usb_if1_init()
/linux-4.1.27/arch/microblaze/kernel/cpu/
H A Dcache.c106 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/fs/f2fs/
H A Drecovery.c356 /* step 1: recover xattr */ do_recover_data()
368 /* step 2: recover inline data */ do_recover_data()
372 /* step 3: recover data indices */ do_recover_data()
522 /* step #1: find fsynced inode numbers */ recover_fsync_data()
539 /* step #2: recover data */ recover_fsync_data()
/linux-4.1.27/drivers/pci/hotplug/
H A Dibmphp_hpc.c161 // READ - step 1 i2c_ctrl_read()
190 // READ - step 2 : clear the message buffer i2c_ctrl_read()
197 // READ - step 3 : issue start operation, I2C master control bit 30:ON i2c_ctrl_read()
205 // READ - step 4 : wait until start operation bit clears i2c_ctrl_read()
221 // READ - step 5 : read I2C status register i2c_ctrl_read()
238 // READ - step 6 : get DATA i2c_ctrl_read()
270 // WRITE - step 1 i2c_ctrl_write()
301 // WRITE - step 2 : clear the message buffer i2c_ctrl_write()
308 // WRITE - step 3 : issue start operation,I2C master control bit 30:ON i2c_ctrl_write()
316 // WRITE - step 4 : wait until start operation bit clears i2c_ctrl_write()
333 // WRITE - step 5 : read I2C status register i2c_ctrl_write()
/linux-4.1.27/sound/pci/
H A Dintel8x0m.c450 int civ, i, step; snd_intel8x0m_update() local
456 step = 1; snd_intel8x0m_update()
460 step = civ - ichdev->civ; snd_intel8x0m_update()
461 if (step < 0) snd_intel8x0m_update()
462 step += ICH_REG_LVI_MASK + 1; snd_intel8x0m_update()
463 // if (step != 1) snd_intel8x0m_update()
464 // snd_printd("step = %d, %d -> %d\n", step, ichdev->civ, civ); snd_intel8x0m_update()
468 ichdev->position += step * ichdev->fragsize1; snd_intel8x0m_update()
470 ichdev->lvi += step; snd_intel8x0m_update()
473 for (i = 0; i < step; i++) { snd_intel8x0m_update()
/linux-4.1.27/drivers/block/
H A Dswim.c409 static inline int swim_seek(struct swim __iomem *base, int step) swim_seek() argument
411 if (step == 0) swim_seek()
414 if (step < 0) { swim_seek()
416 step = -step; swim_seek()
420 for ( ; step > 0; step--) { swim_seek()
/linux-4.1.27/net/ceph/crush/
H A Dmapper.c758 __u32 step; crush_do_rule() local
787 for (step = 0; step < rule->len; step++) { crush_do_rule()
789 struct crush_rule_step *curstep = &rule->steps[step]; crush_do_rule()
919 dprintk(" unknown op %d at step %d\n", crush_do_rule()
920 curstep->op, step); crush_do_rule()
/linux-4.1.27/fs/gfs2/
H A Dlock_dlm.c347 * recover_prep() may set BLOCK_LOCKS (step 3) again before gfs2_control
348 * clears BLOCK_LOCKS (step 15), e.g. another node fails while still
350 * this so it can leave BLOCK_LOCKS set in step 15. This is managed using
354 * is called (step 9). This generation number is saved as recover_start.
368 * 15. gfs2_control checks if recover_block == recover_start (step 3 occured
390 * 2. lvb bit set for step 1
391 * 3. jid recovered for step 1
393 * 5. jid fails (for step 4)
394 * 6. lvb bit set for step 5 (will already be set)
395 * 7. lvb bit cleared for step 3
397 * This is not a problem because the failure in step 5 does not
398 * require recovery, because the mount in step 4 could not have
402 * and returning. The mount in step 4 waits until the recovery in
403 * step 1 is done.
/linux-4.1.27/drivers/isdn/hardware/eicon/
H A Ddadapter.c90 Should be called as first step, after driver init
98 Should be called as last step, if driver does unload
353 2. DIMAINT does load and register 'IDI_DIMAINT', at this step
H A Dsdp_hdr.h59 This function is called to clear .bss at task initialization step
/linux-4.1.27/drivers/cpufreq/
H A De_powersaver.c186 int k, step, voltage; eps_cpu_init() local
358 step = ((max_voltage - min_voltage) * 256) eps_cpu_init()
361 voltage = (k * step) / 256 + min_voltage; eps_cpu_init()
H A Dppc_cbe_cpufreq.c33 /* the CBE supports an 8 step frequency scaling */
/linux-4.1.27/arch/parisc/kernel/
H A Dptrace.c36 * Make sure single step bits etc are not set.
144 /* Allow writing to Nullify, Divide-step-correction, arch_ptrace()
146 * BEWARE, if you set N, and then single step, it won't arch_ptrace()
/linux-4.1.27/drivers/isdn/hardware/avm/
H A Davm_cs.c119 /* If any step failed, release any partially configured state */ avmcs_config()
/linux-4.1.27/drivers/isdn/hisax/
H A Davma1_cs.c112 /* If any step failed, release any partially configured state */ avma1cs_config()
/linux-4.1.27/drivers/media/usb/dvb-usb/
H A Dfriio.h89 /* 0.15Vcc step 0x00: < 0.15Vcc, ..., 0x04: >= 0.6Vcc (<= 1Vcc) */
/linux-4.1.27/drivers/media/usb/stk1160/
H A Dstk1160-ac97.c76 /* Two-step reset AC97 interface and hardware codec */ stk1160_reset_ac97()
/linux-4.1.27/drivers/mfd/
H A Dlm3533-ctrlbank.c74 * imax 5000 - 29800 uA (800 uA step)
/linux-4.1.27/drivers/misc/
H A Dkgdbts.c50 * I## = Run the single step test ## iterations
324 /* This is special case for emulated single step */ check_and_rewind_pc()
325 v2printk("Emul: rewind hit single step bp\n"); check_and_rewind_pc()
457 v2printk("Emulate single step\n"); emul_sstep_get()
519 /* Single step is complete so continue on! */ emul_sstep_put()
584 * Test for hitting a breakpoint, remove it, single step, plant it
594 { "s", "T0*", emul_sstep_get, emul_sstep_put }, /* Single step */
615 { "s", "T0*", emul_sstep_get, emul_sstep_put }, /* Single step */
633 { "s", "T0*", emul_sstep_get, emul_sstep_put }, /* Single step */
/linux-4.1.27/drivers/s390/scsi/
H A Dzfcp_erp.c817 act->step = ZFCP_ERP_STEP_PHYS_PORT_CLOSING; zfcp_erp_port_forced_strategy_close()
829 switch (erp_action->step) { zfcp_erp_port_forced_strategy()
851 erp_action->step = ZFCP_ERP_STEP_PORT_CLOSING; zfcp_erp_port_strategy_close()
864 erp_action->step = ZFCP_ERP_STEP_PORT_OPENING; zfcp_erp_port_strategy_open_port()
889 switch (act->step) { zfcp_erp_port_strategy_open_common()
928 switch (erp_action->step) { zfcp_erp_port_strategy()
960 erp_action->step = ZFCP_ERP_STEP_LUN_CLOSING; zfcp_erp_lun_strategy_close()
971 erp_action->step = ZFCP_ERP_STEP_LUN_OPENING; zfcp_erp_lun_strategy_open()
982 switch (erp_action->step) { zfcp_erp_lun_strategy()
/linux-4.1.27/drivers/net/wireless/iwlegacy/
H A Dcsr.h102 * 3-2: Revision step: 0 = A, 1 = B, 2 = C, 3 = D
105 * NOTE: Revision step affects calculation of CCK txpower for 4965.
143 * "step" determines CCK backoff for txpower calculation. Used for 4965 only.
146 * 3-2: 0 = A, 1 = B, 2 = C, 3 = D step
/linux-4.1.27/drivers/input/
H A Dinput-mt.c299 static int adjust_dual(int *begin, int step, int *end, int eq, int mu) adjust_dual() argument
307 p = begin + step; adjust_dual()
310 for (; p != end; p += step) adjust_dual()
323 for (p = begin; p != end; p += step) adjust_dual()
/linux-4.1.27/arch/x86/include/uapi/asm/
H A Ddebugreg.h26 #define DR_STEP (0x4000) /* single-step */
/linux-4.1.27/arch/x86/kernel/cpu/
H A Dcyrix.c33 else { /* Cx486S A step */ __do_cyrix_devid()
212 /* common case step number/rev -- exceptions handled below */ init_cyrix()
219 * to make the silicon step/rev numbers match the printed ones. init_cyrix()
338 case 0xe: /* a 486S A step */ init_cyrix()
/linux-4.1.27/arch/x86/math-emu/
H A Dfpu_system.h93 FPU_code_access_ok() because the only possible error is to step
/linux-4.1.27/arch/sparc/kernel/
H A Dkprobes.c105 /*single step inline, if it a breakpoint instruction*/ prepare_singlestep()
140 * just single step on the instruction of the new probe kprobe_handler()
273 * temporarily put back the original opcode to single-step, we
277 * This function prepares to return from the post-single-step
/linux-4.1.27/arch/sparc/math-emu/
H A Dsfp-util_32.h95 "! Got carry from n. Subtract next step to cancel this carry.\n\t" \
/linux-4.1.27/arch/tile/include/asm/
H A Dptrace.h75 /* Single-step the instruction at regs->pc */
/linux-4.1.27/arch/x86/include/asm/
H A Dkprobes.h75 * so no single-step and fixup are needed (unless there's
/linux-4.1.27/drivers/char/agp/
H A Disoch.c88 u32 step, rem, rem_isoch, rem_async; agp_3_5_isochronous_node_enable() local
242 step = rq_async / ndevs;
243 rem_async = step + (rq_async % ndevs);
255 ? (rem_async + rem_isoch) : step;
/linux-4.1.27/arch/metag/include/uapi/asm/
H A Dptrace.h15 /* LSM_STEP field (load/store multiple step) */
/linux-4.1.27/drivers/acpi/
H A Dacpi_processor.c57 ACPI_DEBUG_PRINT((ACPI_DB_INFO, "Found PIIX4 A-step\n")); acpi_processor_errata_piix4()
60 ACPI_DEBUG_PRINT((ACPI_DB_INFO, "Found PIIX4 B-step\n")); acpi_processor_errata_piix4()
75 case 0: /* PIIX4 A-step */ acpi_processor_errata_piix4()
76 case 1: /* PIIX4 B-step */ acpi_processor_errata_piix4()
/linux-4.1.27/fs/qnx4/
H A Dnamei.c12 * 04-07-1998 by Frank Denis : first step for rmdir/unlink.

Completed in 5132 milliseconds

123456