Home
last modified time | relevance | path

Searched full:lowest (Results 1 – 25 of 832) sorted by relevance

12345678910>>...34

/linux/arch/arm/mach-pxa/
H A Dpxa25x.c197 { "pxa2xx-ac97", "pcm_pcm_mic_mono", PDMA_FILTER_PARAM(LOWEST, 8) },
198 { "pxa2xx-ac97", "pcm_pcm_aux_mono_in", PDMA_FILTER_PARAM(LOWEST, 9) },
200 PDMA_FILTER_PARAM(LOWEST, 10) },
201 { "pxa2xx-ac97", "pcm_pcm_stereo_in", PDMA_FILTER_PARAM(LOWEST, 11) },
202 { "pxa2xx-ac97", "pcm_pcm_stereo_out", PDMA_FILTER_PARAM(LOWEST, 12) },
203 { "pxa-ssp-dai.1", "rx", PDMA_FILTER_PARAM(LOWEST, 13) },
204 { "pxa-ssp-dai.1", "tx", PDMA_FILTER_PARAM(LOWEST, 14) },
205 { "pxa-ssp-dai.2", "rx", PDMA_FILTER_PARAM(LOWEST, 15) },
206 { "pxa-ssp-dai.2", "tx", PDMA_FILTER_PARAM(LOWEST, 16) },
207 { "pxa2xx-ir", "rx", PDMA_FILTER_PARAM(LOWEST, 17) },
[all …]
H A Dpxa27x.c298 { "pxa2xx-ac97", "pcm_pcm_mic_mono", PDMA_FILTER_PARAM(LOWEST, 8) },
299 { "pxa2xx-ac97", "pcm_pcm_aux_mono_in", PDMA_FILTER_PARAM(LOWEST, 9) },
301 PDMA_FILTER_PARAM(LOWEST, 10) },
302 { "pxa2xx-ac97", "pcm_pcm_stereo_in", PDMA_FILTER_PARAM(LOWEST, 11) },
303 { "pxa2xx-ac97", "pcm_pcm_stereo_out", PDMA_FILTER_PARAM(LOWEST, 12) },
304 { "pxa-ssp-dai.0", "rx", PDMA_FILTER_PARAM(LOWEST, 13) },
305 { "pxa-ssp-dai.0", "tx", PDMA_FILTER_PARAM(LOWEST, 14) },
306 { "pxa-ssp-dai.1", "rx", PDMA_FILTER_PARAM(LOWEST, 15) },
307 { "pxa-ssp-dai.1", "tx", PDMA_FILTER_PARAM(LOWEST, 16) },
308 { "pxa2xx-ir", "rx", PDMA_FILTER_PARAM(LOWEST, 17) },
[all …]
/linux/drivers/misc/lkdtm/
H A Dkstack_erase.c16 * Check that stackleak tracks the lowest stack pointer and erases the stack
19 * To prevent the lowest stack pointer changing during the test, IRQs are
24 * lowest stack pointer and/or clobbering poison values. To avoid spurious
40 * Check that the current and lowest recorded stack pointer values fall in check_stackleak_irqoff()
61 * Depending on what has run prior to this test, the lowest recorded in check_stackleak_irqoff()
63 * Start from the lowest of the two. in check_stackleak_irqoff()
67 * downwards to find the lowest known stack pointer value. This is the in check_stackleak_irqoff()
102 " lowest: %lu bytes\n" in check_stackleak_irqoff()
/linux/Documentation/hwmon/
H A Dir35221.rst49 curr[2-3]_lowest Lowest output current
58 in1_lowest Lowest input voltage
69 in[2-3]_lowest Lowest output voltage
89 temp[1-2]_lowest Lowest temperature
H A Dltc4282.rst49 in0_lowest Lowest measured voltage
62 in1_lowest Lowest measured voltage
76 in2_lowest Lowest measured voltage
86 curr1_lowest Lowest measured current
H A Dltc2945.rst59 in1_lowest Lowest measured voltage
68 in2_lowest Lowest measured voltage
77 curr1_lowest Lowest measured current
H A Dltc2947.rst44 in0_lowest Lowest measured voltage
54 in1_lowest Lowest measured voltage
64 curr1_lowest Lowest measured current
/linux/tools/testing/selftests/net/forwarding/
H A Dfib_offload_lib.sh107 check_err $? "Lowest TOS route still in hardware when should not"
133 check_err $? "Lowest metric route not in hardware when should"
173 check_err $? "Lowest metric route not in hardware when should"
195 # metrics. Make sure that throughout delete operations the lowest
206 check_err $? "Lowest metric route not in hardware when should"
259 check_err $? "Lowest metric route not in hardware when should"
288 check_err $? "Lowest TOS route in hardware when should not"
386 check_err $? "Lowest metric route not in hardware when should"
432 check_err $? "Lowest metric route not in hardware when should"
467 check_err $? "Lowest metric route not in hardware when should"
[all …]
/linux/arch/arm64/boot/dts/allwinner/
H A Dsun50i-a64-pinephone-1.1.dts17 * 1.0, and the lowest PWM duty cycle that doesn't lead to backlight
18 * being off is around 20%. Duty cycle for the lowest brightness level
19 * also varries quite a bit between individual boards, so the lowest
H A Dsun50i-a64-pinephone-1.2.dts22 * and the lowest PWM duty cycle that doesn't lead to backlight being off
23 * is around 10%. Duty cycle for the lowest brightness level also varries
24 * quite a bit between individual boards, so the lowest value here was
/linux/tools/testing/selftests/net/
H A Dunicast_extensions.sh19 # * Currently the kernel DOES NOT accept unicast use of the lowest
181 # Test support for lowest address ending in .0
182 segmenttest 5.10.15.20 5.10.15.0 24 "assign and ping lowest address (/24)"
184 # Test support for lowest address not ending in .0
185 segmenttest 192.168.101.192 192.168.101.193 26 "assign and ping lowest address (/26)"
187 # Routing using lowest address as a gateway/endpoint
188 route_test 192.168.42.1 192.168.42.0 9.8.7.6 9.8.7.0 24 "routing using lowest address"
/linux/lib/xz/
H A Dxz_lzma2.h22 * Maximum number of position states. A position state is the lowest pb
59 /* The lowest 7 states indicate that the previous state was a literal. */
173 * - alignment bits: four lowest bits
187 * lowest four bits (alignment) is encoded using probabilities.
/linux/net/sched/
H A Dsch_skbprio.c63 * (default lowest priority setting). in calc_new_low_prio()
89 /* Check to update highest and lowest priorities. */ in skbprio_enqueue()
100 /* If this packet has the lowest priority, drop it. */ in skbprio_enqueue()
112 /* Drop the packet at the tail of the lowest priority qdisc. */ in skbprio_enqueue()
123 /* Check to update highest and lowest priorities. */ in skbprio_enqueue()
/linux/drivers/gpu/drm/sun4i/
H A Dsun4i_rgb.c70 unsigned long long lowest, highest; in sun4i_rgb_mode_valid() local
125 lowest = rate * (1000 - SUN4I_RGB_DOTCLOCK_TOLERANCE_PER_MILLE); in sun4i_rgb_mode_valid()
126 do_div(lowest, 1000); in sun4i_rgb_mode_valid()
127 if (rounded_rate < lowest) in sun4i_rgb_mode_valid()
/linux/drivers/cpufreq/
H A Dpowernow-k8.h87 * - lowest entry in the high fid table must be >= 2 * the entry in the
89 * - lowest entry in the high fid table must be a <= 200MHz + 2 * the entry
93 * - lowest frequency must be >= interprocessor hypertransport link speed
107 #define LEAST_VID 0x3e /* Lowest (numerically highest) useful vid value */
/linux/tools/testing/selftests/drivers/net/
H A Dstats.py187 # Try to get stats for lowest unused ifindex but not 0
190 lowest = 2
191 while lowest in all_ifindexes:
192 lowest += 1
195 netfam.qstats_get({"ifindex": lowest}, dump=True)
/linux/Documentation/devicetree/bindings/leds/
H A Dleds-spi-byte.txt5 - the value of the byte gives the brightness between two values (lowest to
9 The value for lowest and highest brightness is dependent on the device and
/linux/drivers/clk/qcom/
H A Dclk-regmap-mux-div.h17 * @hid_shift: lowest bit of hid value field
19 * @src_shift: lowest bit of source select field
/linux/arch/alpha/include/asm/
H A Dword-at-a-time.h43 /* Retain lowest set bit only */ in find_zero()
45 /* Binary search for lowest set bit */ in find_zero()
/linux/drivers/sh/clk/
H A Dcore.c94 unsigned long highest, lowest, freq; in clk_rate_round_helper() local
99 lowest = ~0UL; in clk_rate_round_helper()
104 if (freq < lowest) in clk_rate_round_helper()
105 lowest = freq; in clk_rate_round_helper()
119 if (rounder->rate <= lowest) in clk_rate_round_helper()
120 rate_best_fit = lowest; in clk_rate_round_helper()
/linux/include/linux/
H A Dlinear_range.h17 * @min: Lowest value in range
18 * @min_sel: Lowest selector for range
H A Dkstack_erase.h20 * The lowest address on tsk's stack which we can plausibly erase.
26 * The lowest unsigned long on the task stack contains STACK_END_MAGIC, in stackleak_task_low_bound()
/linux/arch/parisc/include/asm/
H A Dextable.h14 * receive -EFAULT when an exception happens if the lowest bit in
43 * (with lowest bit set) for which the fault handler in fixup_exception() will
/linux/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c40 unsigned char lowest; member
182 * All others leave it at cap.lowest
200 * "power" changes hwp_max to cap.lowest
776 cap->lowest, cap->efficient, cap->guaranteed, cap->highest); in print_hwp_cap()
787 cap->lowest = msr_perf_2_ratio(HWP_LOWEST_PERF(msr)); in read_hwp_cap()
1046 if (req->hwp_max < cap->lowest) in check_hwp_request_v_hwp_capabilities()
1047 errx(1, "cpu%d: requested max %d < capabilities lowest %d, use --force?", in check_hwp_request_v_hwp_capabilities()
1048 cpu, req->hwp_max, cap->lowest); in check_hwp_request_v_hwp_capabilities()
1055 if (req->hwp_min < cap->lowest) in check_hwp_request_v_hwp_capabilities()
1056 errx(1, "cpu%d: requested min %d < capabilities lowest in check_hwp_request_v_hwp_capabilities()
[all...]
/linux/arch/x86/platform/uv/
H A Duv_time.c173 u64 lowest = ULLONG_MAX; in uv_rtc_find_next_timer() local
179 if (exp < lowest) { in uv_rtc_find_next_timer()
181 lowest = exp; in uv_rtc_find_next_timer()
187 if (uv_setup_intr(c, lowest)) in uv_rtc_find_next_timer()

12345678910>>...34