Home
last modified time | relevance | path

Searched refs:lowest (Results 1 – 25 of 158) sorted by relevance

1234567

/linux/arch/arm64/boot/dts/allwinner/
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
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/arch/x86/kvm/
A Dirq_comm.c51 struct kvm_vcpu *vcpu, *lowest = NULL; in kvm_irq_delivery_to_apic() local
80 if (!lowest) in kvm_irq_delivery_to_apic()
81 lowest = vcpu; in kvm_irq_delivery_to_apic()
82 else if (kvm_apic_compare_prio(vcpu, lowest) < 0) in kvm_irq_delivery_to_apic()
83 lowest = vcpu; in kvm_irq_delivery_to_apic()
95 lowest = kvm_get_vcpu(kvm, idx); in kvm_irq_delivery_to_apic()
98 if (lowest) in kvm_irq_delivery_to_apic()
99 r = kvm_apic_set_irq(lowest, irq, dest_map); in kvm_irq_delivery_to_apic()
/linux/drivers/gpu/drm/sun4i/
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/tools/testing/selftests/drivers/net/
A Dstats.py129 lowest = 2
130 while lowest in all_ifindexes:
131 lowest += 1
134 netfam.qstats_get({"ifindex": lowest}, dump=True)
/linux/arch/x86/platform/uv/
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()
/linux/drivers/sh/clk/
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/drivers/hwtracing/intel_th/
A Dcore.c106 int i, lowest; in intel_th_remove() local
121 for (i = 0, lowest = -1; i < th->num_thdevs; i++) { in intel_th_remove()
128 if (lowest >= 0) { in intel_th_remove()
129 th->thdev[lowest] = th->thdev[i]; in intel_th_remove()
131 ++lowest; in intel_th_remove()
137 if (lowest == -1) in intel_th_remove()
138 lowest = i; in intel_th_remove()
144 if (lowest >= 0) in intel_th_remove()
145 th->num_thdevs = lowest; in intel_th_remove()
/linux/Documentation/devicetree/bindings/leds/
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
A Dissi,is31fl319x.yaml70 Note that a driver will take the lowest of all LED limits
71 since the chip has a single global setting. The lowest value
A Drichtek,rt8515.yaml61 according to the formula Imax = 5500 / RFS. The lowest
73 according to the formula Imax = 5500 / RTS. The lowest
/linux/tools/power/x86/x86_energy_perf_policy/
A Dx86_energy_perf_policy.c40 unsigned char lowest; member
775 cap->lowest, cap->efficient, cap->guaranteed, cap->highest); in print_hwp_cap()
786 cap->lowest = msr_perf_2_ratio(HWP_LOWEST_PERF(msr)); in read_hwp_cap()
1041 if (req->hwp_max < cap->lowest) in check_hwp_request_v_hwp_capabilities()
1043 cpu, req->hwp_max, cap->lowest); in check_hwp_request_v_hwp_capabilities()
1050 if (req->hwp_min < cap->lowest) in check_hwp_request_v_hwp_capabilities()
1052 cpu, req->hwp_min, cap->lowest); in check_hwp_request_v_hwp_capabilities()
1066 if (req->hwp_desired < cap->lowest) in check_hwp_request_v_hwp_capabilities()
1068 cpu, req->hwp_desired, cap->lowest); in check_hwp_request_v_hwp_capabilities()
/linux/fs/xfs/scrub/
A Ddabtree.h25 xfs_dablk_t lowest; member
A Ddabtree.c150 if (blkno < ds->lowest || (ds->highest != 0 && blkno >= ds->highest)) { in xchk_da_btree_ptr_ok()
526 ds->lowest = 0; in xchk_da_btree()
530 ds->lowest = ds->dargs.geo->leafblk; in xchk_da_btree()
533 blkno = ds->lowest; in xchk_da_btree()
/linux/Documentation/devicetree/bindings/net/pse-pd/
A Dmicrochip,pd692x0.yaml33 the lowest chip select to the greatest one, which is the detection
62 from lowest to highest chip select, up to 11.
/linux/Documentation/scsi/
A Dlink_power_management_policy.rst23 when possible, but do not enter the lowest power
/linux/Documentation/virt/kvm/devices/
A Dxics.rst58 delivered, and 255 is the lowest priority.
74 the highest priority and 255 is the lowest. An interrupt with a
/linux/drivers/hwmon/
A Dltc4282.c660 long lowest, long highest, u32 fs) in __ltc4282_in_write_history() argument
666 tmp = DIV_ROUND_CLOSEST(U16_MAX * lowest, fs); in __ltc4282_in_write_history()
682 long lowest, long highest, u32 fs) in ltc4282_in_write_history() argument
685 return __ltc4282_in_write_history(st, reg, lowest, highest, fs); in ltc4282_in_write_history()
811 long lowest = st->vfs_out; in ltc4282_vdd_source_reset_hist() local
815 lowest = st->vdd; in ltc4282_vdd_source_reset_hist()
820 lowest, 0, st->vfs_out); in ltc4282_vdd_source_reset_hist()
825 st->in0_1_cache[channel].in_lowest = lowest; in ltc4282_vdd_source_reset_hist()
/linux/drivers/pinctrl/nomadik/
A Dpinctrl-abx500.c946 unsigned int lowest = 0; in abx500_get_gpio_num() local
968 lowest = gstart; in abx500_get_gpio_num()
971 if (gstart < lowest) in abx500_get_gpio_num()
972 lowest = gstart; in abx500_get_gpio_num()
978 npins = highest - lowest + 1; in abx500_get_gpio_num()
/linux/Documentation/devicetree/bindings/iio/proximity/
A Dsemtech,sx9324.yaml144 - lowest
199 semtech,int-comp-resistor = "lowest";
/linux/Documentation/userspace-api/media/v4l/
A Dpixfmt-srggb8-pisp-comp.rst42 In quantization mode 0, the lowest 321 quantization levels are multiples of
64 levels, where the lowest 95 levels are multiples of FSD/256 and the
/linux/arch/sparc/kernel/
A Diommu.c172 int lowest = iommu->ctx_lowest_free; in iommu_alloc_ctx() local
173 int n = find_next_zero_bit(iommu->ctx_bitmap, IOMMU_NUM_CTXS, lowest); in iommu_alloc_ctx()
176 n = find_next_zero_bit(iommu->ctx_bitmap, lowest, 1); in iommu_alloc_ctx()
177 if (unlikely(n == lowest)) { in iommu_alloc_ctx()
/linux/Documentation/firmware-guide/acpi/
A Dlpit.rst32 This is the lowest possible system power state, achieved only when CPU is in
/linux/Documentation/hwmon/
A Demc2103.rst27 represented, so some rounding is done. With a divider of 1, the lowest
A Dltc2992.rst32 in_reset_history Reset all highest/lowest values.

Completed in 48 milliseconds

1234567