deviation 311 arch/alpha/kernel/time.c const unsigned int deviation = 10000000; deviation 327 arch/alpha/kernel/time.c if (cc < cpu_hz[index].min - deviation deviation 328 arch/alpha/kernel/time.c || cc > cpu_hz[index].max + deviation) deviation 584 drivers/clk/st/clkgen-fsyn.c static int clk_fs660c32_get_pe(int m, int si, unsigned long *deviation, deviation 610 drivers/clk/st/clkgen-fsyn.c if (new_deviation < *deviation) { deviation 615 drivers/clk/st/clkgen-fsyn.c *deviation = new_deviation; deviation 627 drivers/clk/st/clkgen-fsyn.c unsigned long deviation = ~0; deviation 633 drivers/clk/st/clkgen-fsyn.c for (si = 0; (si <= 8) && deviation; si++) { deviation 636 drivers/clk/st/clkgen-fsyn.c r1 = clk_fs660c32_get_pe(0, si, &deviation, deviation 638 drivers/clk/st/clkgen-fsyn.c r2 = clk_fs660c32_get_pe(31, si, &deviation, deviation 646 drivers/clk/st/clkgen-fsyn.c for (m = 1; (m < 31) && deviation; m++) deviation 647 drivers/clk/st/clkgen-fsyn.c clk_fs660c32_get_pe(m, si, &deviation, deviation 652 drivers/clk/st/clkgen-fsyn.c if (deviation == ~0) /* No solution found */ deviation 656 drivers/clk/st/clkgen-fsyn.c if (deviation) { deviation 674 drivers/clk/st/clkgen-fsyn.c if (new_deviation < deviation) { deviation 676 drivers/clk/st/clkgen-fsyn.c deviation = new_deviation; deviation 257 drivers/clk/st/clkgen-pll.c unsigned long deviation = ~0; deviation 273 drivers/clk/st/clkgen-pll.c for (i = 1; i <= 7 && deviation; i++) { deviation 286 drivers/clk/st/clkgen-pll.c if (!new_deviation || new_deviation < deviation) { deviation 289 drivers/clk/st/clkgen-pll.c deviation = new_deviation; deviation 293 drivers/clk/st/clkgen-pll.c if (deviation == ~0) /* No solution found */ deviation 419 drivers/clk/st/clkgen-pll.c unsigned long deviation = ~0; deviation 427 drivers/clk/st/clkgen-pll.c for (i = 1; i <= 7 && deviation; i++) { deviation 439 drivers/clk/st/clkgen-pll.c for (; n >= 8 && deviation; n--) { deviation 445 drivers/clk/st/clkgen-pll.c if (!new_deviation || new_deviation < deviation) { deviation 448 drivers/clk/st/clkgen-pll.c deviation = new_deviation; deviation 453 drivers/clk/st/clkgen-pll.c if (deviation == ~0) /* No solution found */ deviation 1138 drivers/gpu/drm/i915/display/intel_dpll_mgr.c u64 deviation; deviation 1140 drivers/gpu/drm/i915/display/intel_dpll_mgr.c deviation = div64_u64(10000 * abs_diff(dco_freq, central_freq), deviation 1145 drivers/gpu/drm/i915/display/intel_dpll_mgr.c if (deviation < SKL_DCO_MAX_PDEVIATION && deviation 1146 drivers/gpu/drm/i915/display/intel_dpll_mgr.c deviation < ctx->min_deviation) { deviation 1147 drivers/gpu/drm/i915/display/intel_dpll_mgr.c ctx->min_deviation = deviation; deviation 1153 drivers/gpu/drm/i915/display/intel_dpll_mgr.c } else if (deviation < SKL_DCO_MAX_NDEVIATION && deviation 1154 drivers/gpu/drm/i915/display/intel_dpll_mgr.c deviation < ctx->min_deviation) { deviation 1155 drivers/gpu/drm/i915/display/intel_dpll_mgr.c ctx->min_deviation = deviation; deviation 433 drivers/iio/adc/qcom-spmi-iadc.c u8 deviation; deviation 445 drivers/iio/adc/qcom-spmi-iadc.c ret = iadc_read(iadc, IADC_NOMINAL_RSENSE, &deviation); deviation 453 drivers/iio/adc/qcom-spmi-iadc.c sign = (deviation & IADC_NOMINAL_RSENSE_SIGN_MASK) ? -1 : 1; deviation 455 drivers/iio/adc/qcom-spmi-iadc.c deviation &= ~IADC_NOMINAL_RSENSE_SIGN_MASK; deviation 459 drivers/iio/adc/qcom-spmi-iadc.c int_sense += sign * deviation * IADC_INT_RSENSE_DEVIATION; deviation 1685 drivers/media/dvb-frontends/drx39xyj/drx_driver.h enum drx_cfg_aud_deviation deviation; deviation 2637 drivers/media/dvb-frontends/drxd_hard.c s32 deviation = (devA / (1000000L)); deviation 2645 drivers/media/dvb-frontends/drxd_hard.c deviation += (devB / 2); deviation 2650 drivers/media/dvb-frontends/drxd_hard.c deviation); deviation 948 drivers/media/pci/ngene/ngene-cards.c static s16 osc_deviation(void *priv, s16 deviation, int flag) deviation 956 drivers/media/pci/ngene/ngene-cards.c data = (u16) deviation; deviation 958 drivers/media/pci/ngene/ngene-cards.c deviation); deviation 253 drivers/staging/pi433/rf69.c int rf69_set_deviation(struct spi_device *spi, u32 deviation) deviation 263 drivers/staging/pi433/rf69.c if (deviation < 600 || deviation > 500000) { deviation 273 drivers/staging/pi433/rf69.c f_reg = deviation * factor; deviation 26 drivers/staging/pi433/rf69.h int rf69_set_deviation(struct spi_device *spi, u32 deviation); deviation 1192 drivers/tty/serial/samsung.c int calc_deviation, deviation = (1 << 30) - 1; deviation 1232 drivers/tty/serial/samsung.c if (calc_deviation < deviation) { deviation 1236 drivers/tty/serial/samsung.c deviation = calc_deviation; deviation 2542 drivers/tty/serial/sh-sci.c int deviation = DIV_ROUND_CLOSEST(min_err * last_stop * deviation 2546 drivers/tty/serial/sh-sci.c if (abs(deviation) >= 2) { deviation 2551 drivers/tty/serial/sh-sci.c int shift = clamp(deviation / 2, -8, 7); deviation 566 sound/soc/samsung/s3c-i2s-v2.c signed int deviation = 0; deviation 590 sound/soc/samsung/s3c-i2s-v2.c deviation = actual - rate; deviation 593 sound/soc/samsung/s3c-i2s-v2.c fsdiv, div, actual, deviation); deviation 595 sound/soc/samsung/s3c-i2s-v2.c deviation = abs(deviation); deviation 597 sound/soc/samsung/s3c-i2s-v2.c if (deviation < best_deviation) { deviation 601 sound/soc/samsung/s3c-i2s-v2.c best_deviation = deviation; deviation 604 sound/soc/samsung/s3c-i2s-v2.c if (deviation == 0)