Home
last modified time | relevance | path

Searched refs:steps (Results 1 – 193 of 193) sorted by relevance

/linux-4.4.14/drivers/media/usb/gspca/
Dautogain_functions.c36 int i, steps, retval = 0; in gspca_expo_autogain() local
46 steps = abs(desired_avg_lum - avg_lum) / deadzone; in gspca_expo_autogain()
49 avg_lum, desired_avg_lum, steps); in gspca_expo_autogain()
51 for (i = 0; i < steps; i++) { in gspca_expo_autogain()
116 int steps, retval = 0; in gspca_coarse_grained_expo_autogain() local
131 steps = (desired_avg_lum - avg_lum) / deadzone; in gspca_coarse_grained_expo_autogain()
134 avg_lum, desired_avg_lum, steps); in gspca_coarse_grained_expo_autogain()
136 if ((gain + steps) > gain_high && in gspca_coarse_grained_expo_autogain()
141 } else if ((gain + steps) < gain_low && in gspca_coarse_grained_expo_autogain()
147 gain += steps; in gspca_coarse_grained_expo_autogain()
/linux-4.4.14/Documentation/devicetree/bindings/input/
Drotary-encoder.txt9 - rotary-encoder,steps: Number of steps in a full turnaround of the
14 device, hence no steps need to be passed.
16 greater than the specified steps or smaller than 0. For absolute axis only.
17 - rotary-encoder,steps-per-period: Number of steps (stable states) per period.
26 This property is deprecated. Instead, a 'steps-per-period ' value should
27 be used, such as "rotary-encoder,steps-per-period = <2>".
44 rotary-encoder,steps = <24>;
/linux-4.4.14/drivers/staging/comedi/drivers/
Dusbduxfast.c362 unsigned int steps; in usbduxfast_ai_cmdtest() local
409 steps = (cmd->convert_arg * 30) / 1000; in usbduxfast_ai_cmdtest()
411 err |= comedi_check_trigger_arg_min(&steps, in usbduxfast_ai_cmdtest()
413 err |= comedi_check_trigger_arg_max(&steps, MAX_SAMPLING_PERIOD); in usbduxfast_ai_cmdtest()
414 arg = (steps * 1000) / 30; in usbduxfast_ai_cmdtest()
473 long steps, steps_tmp; in usbduxfast_ai_cmd() local
487 steps = (cmd->convert_arg * 30) / 1000; in usbduxfast_ai_cmd()
515 if (steps < MIN_SAMPLING_PERIOD) { in usbduxfast_ai_cmd()
517 if (steps <= 1) { in usbduxfast_ai_cmd()
536 usbduxfast_cmd_data(dev, 1, steps - 1, in usbduxfast_ai_cmd()
[all …]
/linux-4.4.14/drivers/cpufreq/
Dat32ap-cpufreq.c56 int retval, steps, i; in at32_cpufreq_driver_init() local
79 steps = fls(frequency / min_freq) + 1; in at32_cpufreq_driver_init()
80 freq_table = kzalloc(steps * sizeof(struct cpufreq_frequency_table), in at32_cpufreq_driver_init()
87 for (i = 0; i < (steps - 1); i++) { in at32_cpufreq_driver_init()
99 freq_table[steps - 1].frequency = CPUFREQ_TABLE_END; in at32_cpufreq_driver_init()
Dls1x-cpufreq.c79 int steps, i, ret; in ls1x_cpufreq_init() local
83 steps = 1 << DIV_CPU_WIDTH; in ls1x_cpufreq_init()
84 freq_tbl = kzalloc(sizeof(*freq_tbl) * steps, GFP_KERNEL); in ls1x_cpufreq_init()
92 for (i = 0; i < (steps - 1); i++) { in ls1x_cpufreq_init()
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-class-fpga-manager19 states. The fpga manager driver is walking through these steps
21 though some steps may get skipped. Valid FPGA states will vary
35 * write complete = Doing post programming steps
Dsysfs-bus-iio-proximity-as39356 Get the current distance in meters of storm (1km steps)
Dsysfs-bus-iio1017 change in value. E.g. for steps: a step change event is
1018 generated each time the user takes N steps, where N is set using
1027 <type>[Y][_name]_roc[_rising|falling|]_en. E.g. for steps:
1029 steps.
1322 E.g. for steps: the pedometer saves power while not used;
1323 when activated, it will count the steps taken by the user in
1330 This attribute is used to read the number of steps taken by the user
1346 Specifies the number of steps that must occur within
1348 consumer is making steps.
1354 Specifies number of seconds in which we compute the steps
[all …]
Dsysfs-class-mtd182 step. Devices may have several equally sized ECC steps within
/linux-4.4.14/drivers/input/misc/
Drotary_encoder.c73 pos += pdata->steps; in rotary_encoder_report_event()
78 if (pdata->rollover || pos < pdata->steps) in rotary_encoder_report_event()
83 pos %= pdata->steps; in rotary_encoder_report_event()
219 of_property_read_u32(np, "rotary-encoder,steps", &pdata->steps); in rotary_encoder_parse_dt()
300 pdata->axis, 0, pdata->steps, 0, 1); in rotary_encoder_probe()
/linux-4.4.14/drivers/mtd/nand/
Dlpc32xx_slc.c532 for (i = 0; i < chip->ecc.steps; i++) { in lpc32xx_xfer()
536 mtd->writesize / chip->ecc.steps, dir); in lpc32xx_xfer()
541 if (i == chip->ecc.steps - 1) in lpc32xx_xfer()
573 host->ecc_buf[chip->ecc.steps - 1] = in lpc32xx_xfer()
615 status = lpc32xx_xfer(mtd, buf, chip->ecc.steps, 1); in lpc32xx_nand_read_page_syndrome()
621 lpc32xx_slc_ecc_copy(tmpecc, (uint32_t *) host->ecc_buf, chip->ecc.steps); in lpc32xx_nand_read_page_syndrome()
626 for (i = 0; i < chip->ecc.steps; i++) { in lpc32xx_nand_read_page_syndrome()
654 chip->read_buf(mtd, buf, chip->ecc.size * chip->ecc.steps); in lpc32xx_nand_read_page_raw_syndrome()
674 error = lpc32xx_xfer(mtd, (uint8_t *)buf, chip->ecc.steps, 0); in lpc32xx_nand_write_page_syndrome()
682 lpc32xx_slc_ecc_copy(pb, (uint32_t *)host->ecc_buf, chip->ecc.steps); in lpc32xx_nand_write_page_syndrome()
[all …]
Dnand_base.c1274 int steps, size; in nand_read_page_raw_syndrome() local
1276 for (steps = chip->ecc.steps; steps > 0; steps--) { in nand_read_page_raw_syndrome()
1314 int eccsteps = chip->ecc.steps; in nand_read_page_swecc()
1329 eccsteps = chip->ecc.steps; in nand_read_page_swecc()
1454 int eccsteps = chip->ecc.steps; in nand_read_page_hwecc()
1471 eccsteps = chip->ecc.steps; in nand_read_page_hwecc()
1507 int eccsteps = chip->ecc.steps; in nand_read_page_hwecc_oob_first()
1556 int eccsteps = chip->ecc.steps; in nand_read_page_syndrome()
1913 for (i = 0; i < chip->ecc.steps; i++) { in nand_read_oob_syndrome()
1968 int i, len, pos, status = 0, sndcmd = 0, steps = chip->ecc.steps; in nand_write_oob_syndrome() local
[all …]
Dsunxi_nand.c643 int offset = ((ecc->bytes + 4) * ecc->steps); in sunxi_nfc_hw_ecc_read_extra_oob()
707 int offset = ((ecc->bytes + 4) * ecc->steps); in sunxi_nfc_hw_ecc_write_extra_oob()
732 for (i = 0; i < ecc->steps; i++) { in sunxi_nfc_hw_ecc_read_page()
763 for (i = 0; i < ecc->steps; i++) { in sunxi_nfc_hw_ecc_write_page()
795 for (i = 0; i < ecc->steps; i++) { in sunxi_nfc_hw_syndrome_ecc_read_page()
826 for (i = 0; i < ecc->steps; i++) { in sunxi_nfc_hw_syndrome_ecc_write_page()
Dfsl_ifc_nand.c335 int sector = bufnum * chip->ecc.steps; in fsl_ifc_run_command()
336 int sector_end = sector + chip->ecc.steps - 1; in fsl_ifc_run_command()
807 chip->ecc.steps); in fsl_ifc_chip_init_tail()
Datmel_nand.c868 for (i = 0; i < nand_chip->ecc.steps; i++) { in pmecc_correction()
923 int eccsize = chip->ecc.size * chip->ecc.steps; in atmel_nand_pmecc_read_page()
979 for (i = 0; i < chip->ecc.steps; i++) { in atmel_nand_pmecc_write_page()
1026 switch (nand_chip->ecc.steps) { in atmel_pmecc_core_init()
1255 nand_chip->ecc.steps = mtd->writesize / sector_size; in atmel_pmecc_nand_init_params()
1257 nand_chip->ecc.steps; in atmel_pmecc_nand_init_params()
Domap2.c1079 nsectors = chip->ecc.steps; in omap_enable_hwecc_bch()
1099 nsectors = chip->ecc.steps; in omap_enable_hwecc_bch()
1112 nsectors = chip->ecc.steps; in omap_enable_hwecc_bch()
1340 int eccsteps = info->nand.ecc.steps; in omap_elm_correct_data()
Dfsl_elbc_nand.c656 chip->ecc.steps); in fsl_elbc_chip_init_tail()
Dfsmc_nand.c720 int eccsteps = chip->ecc.steps; in fsmc_read_page_hwecc()
/linux-4.4.14/Documentation/input/
Drotary-encoder.txt14 a stable state in all steps (quarter-period mode).
85 steps the encoder has and can carry information about externally inverted
90 and the number of steps or will clamp at the maximum and zero depending on
107 .steps = 24,
Dgpio-tilt.txt31 one axis in 4 steps and emits the current tilt via two GPIOs.
/linux-4.4.14/drivers/input/keyboard/
Dlm8323.c456 int div512, perstep, steps, hz, up, kill; in lm8323_pwm_work() local
473 steps = abs(pwm->desired_brightness - pwm->brightness); in lm8323_pwm_work()
479 if ((pwm->fade_time / steps) > (32768 / 512)) { in lm8323_pwm_work()
487 perstep = (hz * pwm->fade_time) / (steps * 1000); in lm8323_pwm_work()
494 while (steps) { in lm8323_pwm_work()
497 s = min(126, steps); in lm8323_pwm_work()
499 steps -= s; in lm8323_pwm_work()
/linux-4.4.14/drivers/media/dvb-frontends/
Dsp887x.c443 int steps = (sync0x200 >> 4) & 0x00f; in sp887x_read_status() local
444 if (steps & 0x008) in sp887x_read_status()
445 steps = -steps; in sp887x_read_status()
447 steps); in sp887x_read_status()
Dstv090x.c1604 s32 i, j, steps, dir; in stv090x_get_agc2_min_level() local
1627 steps = state->search_range / 1000000; in stv090x_get_agc2_min_level()
1628 if (steps <= 0) in stv090x_get_agc2_min_level()
1629 steps = 1; in stv090x_get_agc2_min_level()
1635 for (i = 0; i < steps; i++) { in stv090x_get_agc2_min_level()
1699 s32 tmg_cpt = 0, dir = 1, steps, cur_step = 0, freq; in stv090x_srate_srch_coarse() local
1761 steps = -1 + ((state->search_range / 1000) / car_step); in stv090x_srate_srch_coarse()
1762 steps /= 2; in stv090x_srate_srch_coarse()
1763 steps = (2 * steps) + 1; in stv090x_srate_srch_coarse()
1764 if (steps < 0) in stv090x_srate_srch_coarse()
[all …]
Dstb0899_algo.c983 s32 steps, step_size; in stb0899_dvbs2_init_calc() local
1004 steps = (10 * range * (1 << 17)) / (step_size * (internal->srate / 1000000)); in stb0899_dvbs2_init_calc()
1005 steps = (steps + 6) / 10; in stb0899_dvbs2_init_calc()
1006 steps = (steps == 0) ? 1 : steps; in stb0899_dvbs2_init_calc()
1007 if (steps % 2 == 0) in stb0899_dvbs2_init_calc()
1017 STB0899_SETFIELD_VAL(NUM_STEPS, reg, steps); in stb0899_dvbs2_init_calc()
Dstv0900_sw.c70 s32 *steps, in stv0900_get_sw_loop_params() argument
131 *steps = max_steps; in stv0900_get_sw_loop_params()
Ddib0090.c1596 #define steps(u) (((u) > 15) ? ((u)-16) : (u)) macro
1741 if ((state->adc_diff & 0x8000) == (state->min_adc_diff & 0x8000) && steps(state->step) < 15) { in dib0090_dc_offset_calibration()
/linux-4.4.14/drivers/input/touchscreen/
Dti_am335x_tsc.c477 u32 steps; in titsc_remove() local
482 steps = 2 * ts_dev->coordinate_readouts + 2; in titsc_remove()
483 steps = (1 << steps) - 1; in titsc_remove()
484 am335x_tsc_se_clr(ts_dev->mfd_tscadc, steps); in titsc_remove()
/linux-4.4.14/drivers/iio/adc/
Dti_am335x_adc.c91 int i, steps = 0; in tiadc_step_config() local
125 tiadc_writel(adc_dev, REG_STEPCONFIG(steps), in tiadc_step_config()
140 tiadc_writel(adc_dev, REG_STEPDELAY(steps), in tiadc_step_config()
144 adc_dev->channel_step[i] = steps; in tiadc_step_config()
145 steps++; in tiadc_step_config()
/linux-4.4.14/include/linux/
Drotary_encoder.h5 unsigned int steps; member
/linux-4.4.14/drivers/staging/iio/
Diio_simple_dummy.c330 *val = st->steps; in iio_dummy_read_raw()
462 st->steps = val; in iio_dummy_write_raw()
559 st->steps = 47; in iio_dummy_init_device()
Diio_simple_dummy.h43 int steps; member
/linux-4.4.14/arch/avr32/boards/favr-32/
DKconfig15 generate most other frequencies in power of 2 steps.
/linux-4.4.14/Documentation/devicetree/bindings/regulator/
Dltc3589.txt21 0.3625 V to 0.75 V in 12.5 mV steps. The output voltage thus ranges between
26 and 3.2 V on LTC3589-1,2 in four steps. The ldo1 standby regulator can not
/linux-4.4.14/tools/net/
Dbpf_dbg.c1093 int steps, ret; in cmd_step() local
1098 steps = strtol(num, NULL, 10); in cmd_step()
1099 if (steps == 0 || strlen(num) == 0) in cmd_step()
1100 steps = 1; in cmd_step()
1101 if (steps < 0) { in cmd_step()
1102 if (!bpf_restore_regs(steps)) in cmd_step()
1104 steps = 1; in cmd_step()
1110 hdr->caplen, hdr->len, steps); in cmd_step()
/linux-4.4.14/Documentation/hwmon/
Damc682165 0 degree C to 124 degree C in steps of
82 0 degree C to 124 degree C in steps
Dlm85107 steps, but in initial testing of the ADM1027 it was 1.00 degC steps. Analog
Dsmsc47b39798 The desired configuration registers are accessed in two steps:
Dds162149 Fahrenheit range of -67 to +257 degrees with 0.9 steps. If polarity
Dlm93206 oscillation between two steps in the offsets table. These values are found in
235 steps. The duration of each step is configurable. There are two files, with
Df71805f63 you can only set the limits in steps of 32 mV (before scaling).
Dw83627ehf139 There are defined steps and times, but not exported by the driver yet.
/linux-4.4.14/Documentation/
Ddcdbas.txt34 Systems management software must perform the following steps to execute
60 Dell OpenManage performs the following steps to execute a power cycle or
Ddell_rbu.txt72 Do the steps below to download the BIOS image.
84 If a user by accident executes steps 1 and 3 above without executing step 2;
Dgdb-kernel-debugging.txt8 kernel debugging steps. This is a short tutorial about how to enable and use
Dkmemleak.txt85 The scanning algorithm steps:
Dparport.txt228 If you are having problems printing, please go through these steps to
Ddma-buf-sharing.txt35 The dma_buf buffer sharing API usage contains the following steps:
244 Access to a dma_buf from the kernel context involves three steps:
Dthis_cpu_ops.txt131 processor. this_cpu_ptr avoids multiple steps that the common
Dinitrd.txt200 The procedure involves the following steps:
DCodingStyle511 (steps (floor offset c-basic-offset)))
512 (* (max steps 1)
Dapplying-patches.txt201 do the additional steps since interdiff can get things wrong in some cases.
DHOWTO132 please follow the steps in this document to help notify the kernel
Dkmemcheck.txt707 please drop us a note privately! Kernel configs and steps to reproduce (if
Dkernel-docs.txt465 the kernel networking implementation and understand all steps
Dkprobes.txt68 Next, Kprobes single-steps its copy of the probed instruction.
DSubmittingPatches21 Many of these steps describe the default behavior of the git version
Dmemory-barriers.txt2263 and if any of these steps occur out of order, then the whole thing may
/linux-4.4.14/Documentation/devicetree/bindings/input/touchscreen/
Dti-tsc-adc.txt10 programmable steps each step is used to
16 of the 16 software steps available. The
/linux-4.4.14/drivers/staging/iio/Documentation/
Dsysfs-bus-iio-impedance-analyzer-ad593318 Number of frequency points (steps) in the frequency sweep.
Dring.txt17 These are used to perform device specific steps on either side
/linux-4.4.14/drivers/staging/mt29f_spinand/
Dmt29f_spinand.c621 int eccsteps = chip->ecc.steps; in spinand_write_page_hwecc()
635 int eccsteps = chip->ecc.steps; in spinand_read_page_hwecc()
884 chip->ecc.steps = 0x4; in spinand_probe()
887 chip->ecc.total = chip->ecc.steps * chip->ecc.bytes; in spinand_probe()
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Dsgtl5000.txt17 The voltage can take values from 1.25V to 3V by 250mV steps
/linux-4.4.14/include/linux/crush/
Dcrush.h87 struct crush_rule_step steps[0]; member
/linux-4.4.14/arch/cris/boot/compressed/
DREADME4 This can be slightly confusing because it's a process with many steps.
/linux-4.4.14/Documentation/devicetree/
Ddynamic-resolution-notes.txt15 In sequence the resolver works by the following steps:
/linux-4.4.14/Documentation/filesystems/nfs/
Drpc-server-gss.txt85 steps.
88 locking into the legacy mechanisms, the above steps must be performed
Dnfs.txt73 /var/lib/nfs/rpc_pipefs, the upcall consists of the following steps:
Dnfs-rdma.txt152 Therefore, if you have followed the steps above and turned no NFS and RDMA,
/linux-4.4.14/drivers/iio/accel/
Dmma8452.c553 int ret, reg, steps; in mma8452_write_thresh() local
564 steps = (val * USEC_PER_SEC + val2) / in mma8452_write_thresh()
568 if (steps < 0 || steps > 0xff) in mma8452_write_thresh()
572 steps); in mma8452_write_thresh()
/linux-4.4.14/Documentation/arm/sunxi/
Dclocks.txt12 steps, one can gate it and keep the system running. Consider this
/linux-4.4.14/drivers/staging/media/davinci_vpfe/
DTODO28 files are present in staging itself, to build for dm365 follow below steps,
/linux-4.4.14/Documentation/cgroups/
Dhugetlb.txt25 The above steps create a new group g1 and move the current shell
Dcpuacct.txt28 The above steps create a new group g1 and move the current shell
Dmemcg_test.txt40 Memcg pages are charged in two steps:
Dcgroups.txt309 the "cpuset" cgroup subsystem, the steps are something like:
Dunified-hierarchy.txt56 similar hierarchies repeating the same steps on each hierarchy
Dcpusets.txt668 To start a new job that is to be contained within a cpuset, the steps are:
/linux-4.4.14/Documentation/devicetree/bindings/mmc/
Dfsl-imx-esdhc.txt31 - fsl,tuning-step: Specify the increasing delay cell steps in tuning procedure.
/linux-4.4.14/Documentation/s390/
D3270.txt61 In brief, these are the steps:
73 Here are the installation steps in detail:
124 should follow these steps:
130 Here are the testing steps in detail:
DDebugging390.txt847 single steps a range of addresses but stays running &
1628 step: steps n lines of sourcecode
1629 step steps 1 line.
1630 step 100 steps 100 lines of code.
1634 stepi: steps a single machine code instruction.
1637 nexti: steps a single machine code instruction but will not step into
1755 2) if you have a debugging problem that takes a few steps to recreate
1756 put the steps into a file called .gdbinit in your current working directory
Ddriver-model.txt65 This is done in several steps.
/linux-4.4.14/Documentation/xtensa/
Dmmu.txt24 TLB setup proceeds along the following steps.
/linux-4.4.14/arch/powerpc/platforms/powermac/
Dlow_i2c.c492 u32 steps; in kw_i2c_host_init() local
520 steps = psteps ? (*psteps) : 0x10; in kw_i2c_host_init()
521 for (host->bsteps = 0; (steps & 0x01) == 0; host->bsteps++) in kw_i2c_host_init()
522 steps >>= 1; in kw_i2c_host_init()
/linux-4.4.14/Documentation/devicetree/bindings/net/
Dmicrel-ksz90x1.txt15 steps.
/linux-4.4.14/Documentation/watchdog/
Dconvert_drivers_to_kernel_api.txt8 This document shall guide you for this task. The necessary steps are described
122 code left from the above steps, it should be refactored into these callbacks.
/linux-4.4.14/Documentation/scsi/
Dbnx2fc.txt26 Here are the steps to configure:
Dcxgb3i.txt46 The following steps need to be taken to accelerates the open-iscsi initiator:
Dscsi_eh.txt432 SCSI midlayer. IOW, of the steps described in [2-1-2], all steps
DLICENSE.qla4xxx50 We protect your rights with two steps: (1) copyright the software, and
DLICENSE.qla2xxx51 We protect your rights with two steps: (1) copyright the software, and
DChangeLog.megaraid_sas403 duplication steps that helped to get to the root cause of the
Dtmscsim.txt33 and has been enhanced since then in various steps. In May 1998 support for
/linux-4.4.14/Documentation/video4linux/
Dsh_mobile_ceu_camera.txt121 Cropping is performed in the following 6 steps:
Dfimc.txt114 when the last configuration steps at the video node is performed.
Dvideobuf318 the engine and enqueueing buffers are done in separate steps, it's possible
Dv4l2-framework.txt1067 This way no status information is lost, just the intermediate steps leading
/linux-4.4.14/arch/frv/kernel/
Dcmode.S98 # Set up addresses in regs for later steps.
/linux-4.4.14/arch/arm/boot/dts/
Dr8a7790-lager.dts32 * amixer set "DVC Out Ramp Up Rate" "0.125 dB/64 steps"
33 * amixer set "DVC Out Ramp Down Rate" "0.125 dB/512 steps"
Dr8a7791-koelsch.dts33 * amixer set "DVC Out Ramp Up Rate" "0.125 dB/64 steps"
34 * amixer set "DVC Out Ramp Down Rate" "0.125 dB/512 steps"
/linux-4.4.14/Documentation/misc-devices/
Dapds990x.txt31 ALS contains 4 different gain steps. Driver automatically
/linux-4.4.14/arch/c6x/lib/
Ddivremu.S44 ;; The loop performs a maximum of 28 steps, so we do the
Ddivu.S56 ;; The loop performs a maximum of 28 steps, so we do the
/linux-4.4.14/Documentation/filesystems/
Dexofs.txt48 for example script that does all these steps.
83 do-exofs start - an example of how to perform the above steps.
Dautomount-support.txt40 To do expiration, you need to follow these steps:
Dxfs-delayed-logging-design.txt725 Essentially, steps 1-6 operate independently from step 7, which is also
726 independent of steps 8-9. An item can be locked in steps 1-6 or steps 8-9
727 at the same time step 7 is occurring, but only steps 1-6 or 8-9 can occur
728 at the same time. If the log item is in the AIL or between steps 6 and 7
729 and steps 1-6 are re-entered, then the item is relogged. Only when steps 8-9
732 With delayed logging, there are new steps inserted into the life cycle:
/linux-4.4.14/Documentation/blockdev/
Dzram.txt21 In this document we will describe only 'manual' zram configuration steps,
29 Following shows a typical sequence of steps for using zram.
Dramdisk.txt161 users may wish to combine steps (d) and (f) by using a pipe.
/linux-4.4.14/arch/mn10300/mm/
Dcache-inv-by-tag.S240 # approx every N steps we re-enable the cache and see if there are any
/linux-4.4.14/drivers/block/drbd/
Ddrbd_worker.c484 int steps; /* Number of time steps to plan ahead */ in drbd_rs_controller() local
492 steps = plan->size; /* (dc->c_plan_ahead * 10 * SLEEP_TIME) / HZ; */ in drbd_rs_controller()
495 want = ((dc->resync_rate * 2 * SLEEP_TIME) / HZ) * steps; in drbd_rs_controller()
504 cps = correction / steps; in drbd_rs_controller()
506 plan->total += cps * steps; in drbd_rs_controller()
/linux-4.4.14/Documentation/isdn/
DREADME.sc183 A) 10 steps to the establishment of a basic HDLC connection
218 use the same procedure as in the HDLC connection from steps i) to
220 "encap" to syncppp. With this done, the rest of the steps, iv) to x)
DREADME.icn18 2. A memory window with 16KB-256KB size, which can be setup in 16k steps
/linux-4.4.14/Documentation/PCI/
Dpci-error-recovery.txt28 Reporting and recovery is performed in several steps. First, when
73 and the actual recovery steps taken are platform dependent. The
111 The actual steps taken by a platform to recover from a PCI error
260 The actual steps taken by a platform to perform a slot reset
Dpci.txt55 the driver needs to take the follow steps:
238 As noted in the introduction, most PCI drivers need the following steps
419 steps need to be performed:
/linux-4.4.14/Documentation/phy/
Dsamsung-usb2.txt135 After completing these steps the support for the new SoC should be ready.
/linux-4.4.14/Documentation/sound/oss/
DAudioExcelDSP1675 Follow these steps:
Dmwave15 The steps, then:
/linux-4.4.14/Documentation/frv/
Datomic-ops.txt52 steps (1) and (4) will set CC3 to the Undefined, thus aborting the store in (4a), and causing the
/linux-4.4.14/Documentation/usb/
Drio.txt105 hardware (determined from the steps above), 'USB Diamond Rio500 support', and
Dgadget_configfs.txt167 All the above steps serve the purpose of composing the gadget of
Dusbmon.txt26 To collect a raw text trace, execute following steps.
Dpower-management.txt646 implementation takes steps to prevent this:
/linux-4.4.14/Documentation/nvdimm/
Dbtt.txt183 be a race in the following sequence of steps:
204 number). The reconstruction rules/steps are simple:
Dnvdimm.txt744 seed is created. Creating a BTT configuration involves two steps of
/linux-4.4.14/drivers/gpu/drm/radeon/
Drv770_dpm.c1236 u32 steps = 0; in rv770_construct_vddc_table() local
1244 steps = (max - min) / step + 1; in rv770_construct_vddc_table()
1246 if (steps > MAX_NO_VREG_STEPS) in rv770_construct_vddc_table()
1249 for (i = 0; i < steps; i++) { in rv770_construct_vddc_table()
1270 pi->valid_vddc_entries = (u8)steps; in rv770_construct_vddc_table()
/linux-4.4.14/Documentation/power/
Dstates.txt65 into the self-refresh mode to retain its contents. All of the steps carried out
Dbasic-pm-debugging.txt227 the failure number. Others are the failure number of different steps of suspend
Ddevices.txt379 runtime PM may already have performed some or all of these steps.)
564 to the image kernel. This is very similar to the initial steps involved in
/linux-4.4.14/Documentation/arm/OMAP/
Domap_pm141 in these cases, the board file needs to do additional steps as follows:
/linux-4.4.14/Documentation/networking/
Diphase.txt39 To install the ATM adapters in the system, follow the steps below.
Ddl2k.txt171 utility with a graphical user interface is provided to perform steps 2
Deql.txt46 Here I describe the general steps of getting a kernel up and working
DREADME.sb100050 To make the SB1000 card work, follow these steps:
Ddecnet.txt144 - If the previous two steps are satisfied, and the Ethernet card is up,
Dfilter.txt582 minimal performance overhead over two steps, that is, C -> eBPF -> native code.
833 can be determined in two steps: first step does depth-first-search to disallow
1007 The safety of the eBPF program is determined in two steps.
Dvortex.txt351 steps you should take:
DLICENSE.qlcnic49 We protect your rights with two steps: (1) copyright the software, and
DLICENSE.qlge49 We protect your rights with two steps: (1) copyright the software, and
Dz8530drv.txt35 To use the driver, 3 steps must be performed:
Dbonding.txt111 the following steps:
/linux-4.4.14/net/ceph/
Dosdmap.c327 r->steps[j].op = ceph_decode_32(p); in crush_decode()
328 r->steps[j].arg1 = ceph_decode_32(p); in crush_decode()
329 r->steps[j].arg2 = ceph_decode_32(p); in crush_decode()
/linux-4.4.14/Documentation/video4linux/cx2341x/
Dfw-decoder-api.txt96 Each call to this API steps the playback to the next unit defined below
Dfw-decoder-regs.txt260 shifted heavily to the right. Incrementing in steps of 0x004 will
/linux-4.4.14/crypto/
DKconfig1279 Keys are allowed to be from 0 to 256 bits in length, in steps
1299 Keys are allowed to be from 0 to 256 bits in length, in steps
1321 Keys are allowed to be from 0 to 256 bits in length, in steps
1343 Keys are allowed to be from 0 to 256 bits in length, in steps
1366 Keys are allowed to be from 0 to 256 bits in length, in steps
/linux-4.4.14/arch/arm/mach-pxa/
Draumfeld.c370 .steps = 24,
/linux-4.4.14/Documentation/w1/
Dw1.netlink153 Operation steps in w1 core when new command is received.
/linux-4.4.14/include/linux/mtd/
Dnand.h490 int steps; member
/linux-4.4.14/arch/arm/kernel/
Dhead.S403 ARM_BE8(eor r5, r4, r5) @ it can be done in 3 steps
/linux-4.4.14/Documentation/vm/
Dpage_migration54 Page migration occurs in several steps. First a high level
/linux-4.4.14/Documentation/dmaengine/
Dclient.txt13 The slave DMA usage consists of following steps:
/linux-4.4.14/Documentation/security/
Dkeys-request-key.txt166 grants permission, it recurses, executing steps (2) and (3) on that
/linux-4.4.14/net/ceph/crush/
Dmapper.c832 struct crush_rule_step *curstep = &rule->steps[step]; in crush_do_rule()
/linux-4.4.14/Documentation/m68k/
DREADME.buddha26 Setting the base address should be done in two steps, just
Dkernel-options.txt375 is possible only if the kernel can set the video base address in steps
/linux-4.4.14/drivers/media/i2c/s5c73m3/
Ds5c73m3-core.c471 unsigned int delay, unsigned int steps) in s5c73m3_system_status_wait() argument
475 while (steps-- > 0) { in s5c73m3_system_status_wait()
/linux-4.4.14/tools/perf/Documentation/
Dperf-script.txt66 [<record-options>] can be passed to the record steps of 'perf script
Dperf-script-python.txt31 This example actually details the steps that were used to create the
320 So those are the essential steps in writing and running a script. The
/linux-4.4.14/drivers/xen/
DKconfig38 Memory could be hotplugged in following steps:
/linux-4.4.14/Documentation/scheduler/
Dsched-design-CFS.txt221 group created using the pseudo filesystem. See example steps below to create
/linux-4.4.14/arch/x86/crypto/sha-mb/
Dsha1_x8_avx2.S367 ## perform 0-79 steps
/linux-4.4.14/Documentation/driver-model/
Dplatform.txt193 Example: "earlyprintk" class early serial console in 6 steps
/linux-4.4.14/Documentation/x86/
Dexception-tables.txt279 The steps 8a to 8c in a certain way emulate the faulting instruction.
/linux-4.4.14/Documentation/sound/alsa/
Dtimestamping.txt91 inferred from the steps between updates and in turn provide
/linux-4.4.14/kernel/power/
DKconfig54 ACPI will be used for the final steps when it is available. One
/linux-4.4.14/Documentation/cpu-freq/
Dgovernors.txt203 freq_step: this describes what percentage steps the cpu freq should be
/linux-4.4.14/Documentation/sh/
Dnew-machine.txt7 This document attempts to outline what steps are necessary to add support
/linux-4.4.14/Documentation/development-process/
D4.Coding190 progress at all. Is it two steps forwards, one step back, or one
191 step forward and two steps back?
/linux-4.4.14/Documentation/fb/
Dfbcon.txt194 must take a few additional steps to make sure that your VGA text mode is
/linux-4.4.14/Documentation/mtd/
Dnand_ecc.txt11 I decided to annotate my steps in this file. Perhaps it is useful to someone
480 feeling that in the next steps I would obtain additional gain from it.
/linux-4.4.14/Documentation/serial/
Ddriver295 Perform any autoconfiguration steps required for the port. `type`
Dmoxa-smartio403 2 free major numbers for this driver. There are 3 steps to change
/linux-4.4.14/Documentation/arm/
Dcluster-pm-race-avoidance.txt175 procedure, so the remaining steps are not visible as part of the
/linux-4.4.14/drivers/md/
DKconfig44 synchronisation steps that are part of this step.
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic7xxx_core.c1991 int steps; in ahc_clear_critical_section() local
1999 steps = 0; in ahc_clear_critical_section()
2027 if (steps > AHC_MAX_STEPS) { in ahc_clear_critical_section()
2034 steps++; in ahc_clear_critical_section()
Daic79xx_core.c3446 int steps; in ahd_clear_critical_section() local
3460 steps = 0; in ahd_clear_critical_section()
3488 if (steps > AHD_MAX_STEPS) { in ahd_clear_critical_section()
3497 steps++; in ahd_clear_critical_section()
/linux-4.4.14/drivers/staging/rtl8192u/
Dcopying39 We protect your rights with two steps: (1) copyright the software, and
/linux-4.4.14/tools/usb/usbip/
DCOPYING39 We protect your rights with two steps: (1) copyright the software, and
/linux-4.4.14/drivers/staging/rtl8192e/
Dlicense44 We protect your rights with two steps: (1) copyright the software, and (2)
/linux-4.4.14/
DCOPYING55 We protect your rights with two steps: (1) copyright the software, and
/linux-4.4.14/drivers/regulator/
DKconfig372 modes ranging from 0.77V to 1.40V by 0.01V steps.
/linux-4.4.14/Documentation/kbuild/
Dmakefiles.txt603 Two steps are required in order to use a host executable.
818 When kbuild executes, the following steps are followed (roughly):
/linux-4.4.14/tools/power/cpupower/po/
Dde.po325 msgid " available frequency steps: "
Dit.po324 msgid " available frequency steps: "
Dcs.po329 msgid " available frequency steps: "
Dfr.po324 msgid " available frequency steps: "
Dpt.po323 msgid " available frequency steps: "
/linux-4.4.14/drivers/tty/serial/
DKconfig663 software console. The following steps need to be completed to use
686 following steps must be completed to use the PDC console:
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt218 kernel. Let's go through the steps, using 2.4.0-prerelease (current
3799 on the make command line for all steps in building UML, including
3811 and repeat the build process with ARCH=um on all the steps.
/linux-4.4.14/drivers/staging/speakup/
Dspkguide.txt642 follow these steps to use it.
1340 If you use the latter option, you must take reasonably prudent steps,
/linux-4.4.14/Documentation/filesystems/cifs/
DREADME198 mount helper display the mount steps more verbosely.
/linux-4.4.14/Documentation/cdrom/
Dcdrom-standard.tex112 have not yet taken steps to support this effort. The goal of \UCD\ is
/linux-4.4.14/Documentation/block/
Dbiodoc.txt609 The caller of bio_alloc is expected to taken certain steps to avoid
/linux-4.4.14/lib/
DKconfig.debug297 additional steps to occur:
/linux-4.4.14/arch/x86/
DKconfig2253 State, or take power saving steps in response to CPU Idle calls."