| /linux/arch/arm64/boot/dts/allwinner/ |
| H A D | sun50i-a64-pinephone-1.1.dts | 17 * 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 D | sun50i-a64-pinephone-1.2.dts | 22 * 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/drivers/gpu/drm/sun4i/ |
| H A D | sun4i_rgb.c | 70 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/arch/x86/platform/uv/ |
| H A D | uv_time.c | 173 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/ |
| H A D | core.c | 94 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/tools/testing/selftests/drivers/net/ |
| H A D | stats.py | 187 # 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/drivers/hwtracing/intel_th/ |
| H A D | core.c | 106 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/ |
| H A D | leds-spi-byte.txt | 5 - 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/tools/power/x86/x86_energy_perf_policy/ |
| H A D | x86_energy_perf_policy.c | 40 unsigned char lowest; member 786 cap->lowest, cap->efficient, cap->guaranteed, cap->highest); in print_hwp_cap() 797 cap->lowest = msr_perf_2_ratio(HWP_LOWEST_PERF(msr)); in read_hwp_cap() 1056 if (req->hwp_max < cap->lowest) in check_hwp_request_v_hwp_capabilities() 1058 cpu, req->hwp_max, cap->lowest); in check_hwp_request_v_hwp_capabilities() 1065 if (req->hwp_min < cap->lowest) in check_hwp_request_v_hwp_capabilities() 1067 cpu, req->hwp_min, cap->lowest); in check_hwp_request_v_hwp_capabilities() 1081 if (req->hwp_desired < cap->lowest) in check_hwp_request_v_hwp_capabilities() 1083 cpu, req->hwp_desired, cap->lowest); in check_hwp_request_v_hwp_capabilities()
|
| /linux/arch/x86/kvm/ |
| H A D | lapic.c | 1128 int i, lowest; in kvm_apic_map_get_dest_lapic() local 1160 lowest = -1; in kvm_apic_map_get_dest_lapic() 1164 if (lowest < 0) in kvm_apic_map_get_dest_lapic() 1165 lowest = i; in kvm_apic_map_get_dest_lapic() 1167 (*dst)[lowest]->vcpu) < 0) in kvm_apic_map_get_dest_lapic() 1168 lowest = i; in kvm_apic_map_get_dest_lapic() 1174 lowest = kvm_vector_to_index(irq->vector, hweight16(*bitmap), in kvm_apic_map_get_dest_lapic() 1177 if (!(*dst)[lowest]) { in kvm_apic_map_get_dest_lapic() 1184 *bitmap = (lowest >= 0) ? 1 << lowest : 0; in kvm_apic_map_get_dest_lapic() 1301 struct kvm_vcpu *vcpu, *lowest = NULL; in kvm_irq_delivery_to_apic() local [all …]
|
| /linux/Documentation/virt/kvm/devices/ |
| H A D | xics.rst | 58 delivered, and 255 is the lowest priority. 74 the highest priority and 255 is the lowest. An interrupt with a
|
| /linux/Documentation/scsi/ |
| H A D | link_power_management_policy.rst | 23 when possible, but do not enter the lowest power
|
| /linux/arch/sparc/kernel/ |
| H A D | iommu.c | 172 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/gpu/ |
| H A D | zynqmp.rst | 51 Preemphasis from 0 (lowest) to 2 (highest) for lane X 54 Voltage swing from 0 (lowest) to 3 (highest) for lane X
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | pixfmt-srggb8-pisp-comp.rst | 43 In quantization mode 0, the lowest 321 quantization levels are multiples of 65 levels, where the lowest 95 levels are multiples of FSD/256 and the
|
| /linux/Documentation/firmware-guide/acpi/ |
| H A D | lpit.rst | 32 This is the lowest possible system power state, achieved only when CPU is in
|
| /linux/Documentation/hwmon/ |
| H A D | emc2103.rst | 27 represented, so some rounding is done. With a divider of 1, the lowest
|
| H A D | ltc2992.rst | 32 in_reset_history Reset all highest/lowest values.
|
| H A D | smsc47m1.rst | 71 represented, so some rounding is done. With a divider of 2, the lowest
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-scsi_host | 9 which usually means the lowest number scsi_host corresponds 51 when possible, but do not enter the lowest power state, thus
|
| /linux/Documentation/networking/ |
| H A D | tc-queue-filters.rst | 37 filter has lowest priority.
|
| /linux/arch/arm/mach-sa1100/ |
| H A D | sleep.S | 53 @ delay 90us and set CPU PLL to lowest speed
|
| /linux/drivers/md/dm-vdo/indexer/ |
| H A D | volume.c | 1358 u64 lowest = BAD_CHAPTER; in find_chapter_limits() local 1419 probe_chapter(volume, left_chapter, &lowest); in find_chapter_limits() 1422 if ((moved_chapter != BAD_CHAPTER) && (lowest == geometry->remapped_virtual + 1)) in find_chapter_limits() 1423 lowest = geometry->remapped_virtual; in find_chapter_limits() 1442 *lowest_vcn = lowest; in find_chapter_limits()
|
| /linux/arch/arm/lib/ |
| H A D | findbit.S | 114 and r3, r3, r0 @ mask out lowest bit set
|
| /linux/Documentation/security/tpm/ |
| H A D | tpm_tis.rst | 36 - Locality 0 has the lowest priority.
|