Home
last modified time | relevance | path

Searched refs:full (Results 1 – 25 of 1188) sorted by relevance

12345678910>>...48

/linux/drivers/gpu/drm/radeon/
A Drs690.c333 if (crtc->vsc.full > b.full) in rs690_crtc_bandwidth_compute()
334 b.full = crtc->vsc.full; in rs690_crtc_bandwidth_compute()
483 a.full += b.full; in rs690_compute_mode_priority()
486 b.full = wm0->consumption_rate.full - fill_rate.full; in rs690_compute_mode_priority()
490 a.full = a.full + b.full; in rs690_compute_mode_priority()
500 b.full = wm1->consumption_rate.full - fill_rate.full; in rs690_compute_mode_priority()
504 a.full = a.full + b.full; in rs690_compute_mode_priority()
534 b.full = wm0->consumption_rate.full - fill_rate.full; in rs690_compute_mode_priority()
538 a.full = a.full + b.full; in rs690_compute_mode_priority()
561 b.full = wm1->consumption_rate.full - fill_rate.full; in rs690_compute_mode_priority()
[all …]
A Drv515.c981 if (crtc->vsc.full > b.full) in rv515_crtc_bandwidth_compute()
982 b.full = crtc->vsc.full; in rv515_crtc_bandwidth_compute()
1102 a.full += b.full; in rv515_compute_mode_priority()
1105 b.full = wm0->consumption_rate.full - fill_rate.full; in rv515_compute_mode_priority()
1111 priority_mark02.full = a.full + b.full; in rv515_compute_mode_priority()
1119 b.full = wm1->consumption_rate.full - fill_rate.full; in rv515_compute_mode_priority()
1125 priority_mark12.full = a.full + b.full; in rv515_compute_mode_priority()
1153 b.full = wm0->consumption_rate.full - fill_rate.full; in rv515_compute_mode_priority()
1159 priority_mark02.full = a.full + b.full; in rv515_compute_mode_priority()
1180 b.full = wm1->consumption_rate.full - fill_rate.full; in rv515_compute_mode_priority()
[all …]
A Dr100.c3305 if (peak_disp_bw.full >= mem_bw.full) { in r100_bandwidth_update()
3396 tcas_ff.full += trbs_ff.full; in r100_bandwidth_update()
3399 sclk_eff_ff.full = sclk_ff.full; in r100_bandwidth_update()
3448 mc_latency_mclk.full += k1.full; in r100_bandwidth_update()
3457 temp_ff.full += trcd_ff.full; in r100_bandwidth_update()
3458 if (temp_ff.full < tras_ff.full) in r100_bandwidth_update()
3459 temp_ff.full = tras_ff.full; in r100_bandwidth_update()
3600 if (sclk_ff.full < temp_ff.full) in r100_bandwidth_update()
3601 temp_ff.full = sclk_ff.full; in r100_bandwidth_update()
3606 temp_ff.full = read_return_rate.full - disp_drain_rate.full; in r100_bandwidth_update()
[all …]
/linux/kernel/trace/
A Dtrace_seq.c83 if (s->full) in trace_seq_printf()
95 s->full = 1; in trace_seq_printf()
113 if (s->full) in trace_seq_bitmask()
122 s->full = 1; in trace_seq_bitmask()
143 if (s->full) in trace_seq_vprintf()
153 s->full = 1; in trace_seq_vprintf()
177 if (s->full) in trace_seq_bprintf()
207 if (s->full) in trace_seq_puts()
233 if (s->full) in trace_seq_putc()
259 if (s->full) in trace_seq_putmem()
[all …]
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
A Dppevvmath.h48 int full; member
231 temp.full = 0; in ConvertToFraction()
249 temp.full = 0; in Convert_ULONG_ToFraction()
286 fValue.full = 0; in GetScaledFraction()
296 fValue.full = fValue.full << times_shifted; in GetScaledFraction()
297 fValue.full = fValue.full >> factor_shifted; in GetScaledFraction()
307 Sum.full = X.full + Y.full; in fAdd()
317 Difference.full = X.full - Y.full; in fSubtract()
324 if (A.full == B.full) in Equal()
332 if (A.full > B.full) in GreaterThan()
[all …]
/linux/drivers/acpi/acpica/
A Dutmath.c22 u64 full; member
73 *out_product = product.full; in acpi_ut_short_multiply()
97 operand_ovl.full = operand; in acpi_ut_short_shift_left()
110 *out_result = operand_ovl.full; in acpi_ut_short_shift_left()
134 operand_ovl.full = operand; in acpi_ut_short_shift_right()
272 dividend_ovl.full = dividend; in acpi_ut_short_divide()
334 divisor.full = in_divisor; in acpi_ut_divide()
335 dividend.full = in_dividend; in acpi_ut_divide()
396 remainder.full -= divisor.full; in acpi_ut_divide()
400 remainder.full -= divisor.full; in acpi_ut_divide()
[all …]
/linux/drivers/power/supply/
A Dapm_power.c40 union power_supply_propval full; member
59 if (bp->full.intval > bp->max_charge) { in __find_main_battery()
61 bp->max_charge = bp->full.intval; in __find_main_battery()
65 if (bp->full.intval > bp->max_energy) { in __find_main_battery()
67 bp->max_energy = bp->full.intval; in __find_main_battery()
92 &bp.full)) { in find_main_battery()
98 &bp.full)) { in find_main_battery()
119 union power_supply_propval full; in do_calculate_time() local
169 if (_MPSY_PROP(full_prop, &full)) { in do_calculate_time()
250 if (_MPSY_PROP(full_prop, &full)) { in calculate_capacity()
[all …]
/linux/arch/x86/include/asm/
A Dcmpxchg_32.h11 u64 full; member
19 union __u64_halves o = { .full = (_old), }, \
20 n = { .full = (_new), }; \
28 o.full; \
44 union __u64_halves o = { .full = *(_oldp), }, \
45 n = { .full = (_new), }; \
57 *(_oldp) = o.full; \
92 n = { .full = (_new), }; \
101 o.full; \
119 n = { .full = (_new), }; \
[all …]
A Dcmpxchg_64.h30 u128 full; member
38 union __u128_halves o = { .full = (_old), }, \
39 n = { .full = (_new), }; \
47 o.full; \
64 union __u128_halves o = { .full = *(_oldp), }, \
65 n = { .full = (_new), }; \
77 *(_oldp) = o.full; \
A Dperf_event.h158 unsigned int full; member
171 unsigned int full; member
182 unsigned int full; member
208 unsigned int full; member
220 unsigned int full; member
235 unsigned int full; member
253 unsigned int full; member
/linux/scripts/tracing/
A Dftrace-bisect.sh98 full=$1
102 x=`cat $full | wc -l`
105 cat $full
112 if [ ! -f $full ]; then
113 echo "$full does not exist"
133 sed -ne "1,${x}p" $full > $test
134 sed -ne "$y,\$p" $full > $nontest
/linux/sound/soc/intel/atom/sst/
A Dsst_loader.c59 csr.full = sst_shim_read64(sst_drv_ctx->shim, SST_CSR); in intel_sst_reset_dsp_mrfld()
61 dev_dbg(sst_drv_ctx->dev, "value:0x%llx\n", csr.full); in intel_sst_reset_dsp_mrfld()
63 csr.full |= 0x7; in intel_sst_reset_dsp_mrfld()
64 sst_shim_write64(sst_drv_ctx->shim, SST_CSR, csr.full); in intel_sst_reset_dsp_mrfld()
67 dev_dbg(sst_drv_ctx->dev, "value:0x%llx\n", csr.full); in intel_sst_reset_dsp_mrfld()
69 csr.full &= ~(0x1); in intel_sst_reset_dsp_mrfld()
73 dev_dbg(sst_drv_ctx->dev, "value:0x%llx\n", csr.full); in intel_sst_reset_dsp_mrfld()
89 dev_dbg(sst_drv_ctx->dev, "value:0x%llx\n", csr.full); in sst_start_mrfld()
91 csr.full |= 0x7; in sst_start_mrfld()
98 csr.full &= ~(0x5); in sst_start_mrfld()
[all …]
A Dsst_ipc.c126 header.full = sst_shim_read64(sst_drv_ctx->shim, SST_IPCX); in sst_post_message_mrfld()
137 header.full = sst_shim_read64(sst_drv_ctx->shim, SST_IPCX); in sst_post_message_mrfld()
160 msg->mrfld_header.p.header_high.full); in sst_post_message_mrfld()
169 sst_shim_write64(sst_drv_ctx->shim, SST_IPCX, msg->mrfld_header.full); in sst_post_message_mrfld()
186 imr.full = sst_shim_read64(sst_drv_ctx->shim, SST_IMRX); in intel_sst_clear_intr_mrfld()
187 isr.full = sst_shim_read64(sst_drv_ctx->shim, SST_ISRX); in intel_sst_clear_intr_mrfld()
191 sst_shim_write64(sst_drv_ctx->shim, SST_ISRX, isr.full); in intel_sst_clear_intr_mrfld()
194 clear_ipc.full = sst_shim_read64(sst_drv_ctx->shim, SST_IPCD); in intel_sst_clear_intr_mrfld()
199 sst_shim_write64(sst_drv_ctx->shim, SST_IPCD, clear_ipc.full); in intel_sst_clear_intr_mrfld()
202 sst_shim_write64(sst_drv_ctx->shim, SST_IMRX, imr.full); in intel_sst_clear_intr_mrfld()
[all …]
/linux/Documentation/scheduler/
A Dmembarrier.rst14 require each architecture to have a full memory barrier after coming from
16 rq_lock(); smp_mb__after_spinlock() in __schedule(). The barrier matches a full
24 require each architecture to have a full memory barrier after updating rq->curr,
28 - alpha, arc, arm, hexagon, mips rely on the full barrier implied by
31 - arm64 relies on the full barrier implied by switch_to().
33 - powerpc, riscv, s390, sparc, x86 rely on the full barrier implied by
34 switch_mm(), if mm is not NULL; they rely on the full barrier implied
38 The barrier matches a full barrier in the proximity of the membarrier system call
/linux/drivers/media/platform/ti/vpe/
A Dcsc.c32 struct quantization full; member
55 .full = {
69 .full = {
85 .full = {
99 .full = {
195 coeff = csc_coeffs.y2r.r601.full.coeff; in csc_set_coeff()
200 coeff = csc_coeffs.y2r.r709.full.coeff; in csc_set_coeff()
205 coeff = csc_coeffs.y2r.r601.full.coeff; in csc_set_coeff()
223 coeff = csc_coeffs.r2y.r601.full.coeff; in csc_set_coeff()
228 coeff = csc_coeffs.r2y.r709.full.coeff; in csc_set_coeff()
[all …]
/linux/include/drm/
A Ddrm_fixed.h33 u32 full; member
41 #define dfixed_mul(A, B) ((u64)((u64)(A).full * (B).full + 2048) >> 12)
42 #define dfixed_init(A) { .full = dfixed_const((A)) }
43 #define dfixed_init_half(A) { .full = dfixed_const_half((A)) }
44 #define dfixed_trunc(A) ((A).full >> 12)
45 #define dfixed_frac(A) ((A).full & ((1 << 12) - 1))
58 if (A.full > dfixed_const(non_frac)) in dfixed_ceil()
66 u64 tmp = ((u64)A.full << 13); in dfixed_div()
68 do_div(tmp, B.full); in dfixed_div()
/linux/Documentation/networking/device_drivers/ethernet/3com/
A D3c509.rst29 - 3c509B (later revision of the ISA card; supports full-duplex)
31 - 3c589B (later revision of the 3c589; supports full-duplex)
65 The v1.18c driver added support for the 3c509B's full-duplex capabilities.
73 full-duplex mode; these include the original 3c509 (no "B"), the original
78 AUI and 10base2 network cabling is physically incapable of full-duplex
82 itself full-duplex capable. This is almost certainly one of two things: a full-
90 Extremely important caution concerning full-duplex mode
119 12 10baseT (RJ-45 connector); force full-duplex mode
203 0x80 Statistics counter nearly full
231 host is incorrectly set to full duplex on a half duplex network.
[all …]
/linux/drivers/gpu/drm/amd/amdgpu/
A Ddce_v6_0.c549 a.full = dfixed_const(10); in dce_v6_0_dram_bandwidth()
578 a.full = dfixed_const(10); in dce_v6_0_dram_bandwidth_for_display()
606 a.full = dfixed_const(10); in dce_v6_0_data_return_bandwidth()
609 a.full = dfixed_const(32); in dce_v6_0_data_return_bandwidth()
726 a.full = dfixed_const(2); in dce_v6_0_latency_watermark()
727 b.full = dfixed_const(1); in dce_v6_0_latency_watermark()
728 if ((wm->vsc.full > a.full) || in dce_v6_0_latency_watermark()
729 ((wm->vsc.full > b.full) && (wm->vtaps >= 3)) || in dce_v6_0_latency_watermark()
731 ((wm->vsc.full >= a.full) && wm->interlaced)) in dce_v6_0_latency_watermark()
815 a.full = dfixed_const(1); in dce_v6_0_check_latency_hiding()
[all …]
A Ddce_v8_0.c684 a.full = dfixed_const(10); in dce_v8_0_dram_bandwidth()
713 a.full = dfixed_const(10); in dce_v8_0_dram_bandwidth_for_display()
741 a.full = dfixed_const(10); in dce_v8_0_data_return_bandwidth()
744 a.full = dfixed_const(32); in dce_v8_0_data_return_bandwidth()
861 a.full = dfixed_const(2); in dce_v8_0_latency_watermark()
862 b.full = dfixed_const(1); in dce_v8_0_latency_watermark()
863 if ((wm->vsc.full > a.full) || in dce_v8_0_latency_watermark()
864 ((wm->vsc.full > b.full) && (wm->vtaps >= 3)) || in dce_v8_0_latency_watermark()
866 ((wm->vsc.full >= a.full) && wm->interlaced)) in dce_v8_0_latency_watermark()
950 a.full = dfixed_const(1); in dce_v8_0_check_latency_hiding()
[all …]
/linux/Documentation/devicetree/bindings/iio/afe/
A Dvoltage-divider.yaml14 interesting voltage is often the voltage over the full resistance
55 Resistance Rout over which the output voltage is measured. See full-ohms.
57 full-ohms:
59 Resistance R + Rout for the full divider. The io-channel is scaled by
66 - full-ohms
95 full-ohms = <222>; /* 200 + 22 */
/linux/Documentation/ABI/testing/
A Dsysfs-driver-ufs20 device descriptor parameters. The full information about
30 device descriptor parameters. The full information about
200 descriptor parameters. The full information about
222 The full information about the descriptor could be
263 descriptor parameters. The full information about
321 of the UFS geometry descriptor parameters. The full
374 of the UFS geometry descriptor parameters. The full
385 of the UFS geometry descriptor parameters. The full
495 the UFS geometry descriptor parameters. The full
531 of the UFS health descriptor parameters. The full
[all …]
/linux/Documentation/translations/zh_CN/accounting/
A Dpsi.rst46 full avg10=0.00 avg60=0.00 avg300=0.00 total=0
50 full行代表所有非idle任务同时阻塞于特定资源的时间占比。在这种状态下CPU资源
54 将有助于分析及提升系统性能。这就是full独立于some行的原因。
72 <some|full> <stall amount in us> <time window in us>
76 "full 50000 1000000"将新增触发器,将在1秒内所有任务都阻塞于io的总时间超过50ms时触发。
/linux/Documentation/devicetree/bindings/power/supply/
A Dbq27xxx.yaml64 - energy-full-design-microwatt-hours
65 - charge-full-design-microamp-hours
67 Both or neither of the *-full-design-*-hours properties must be set.
81 energy-full-design-microwatt-hours = <5290000>;
82 charge-full-design-microamp-hours = <1430000>;
/linux/sound/usb/line6/
A Dmidibuf.c35 return (this->pos_read == this->pos_write) && !this->full; in midibuf_is_empty()
40 return this->full; in midibuf_is_full()
45 this->pos_read = this->pos_write = this->full = 0; in line6_midibuf_reset()
117 this->full = 1; in line6_midibuf_write()
237 this->full = 0; in line6_midibuf_read()
249 this->full = 0; in line6_midibuf_ignore()
/linux/drivers/hwmon/
A Dmax197.c125 int full = data->limit; in max197_store_range() local
131 if (value <= -full) in max197_store_range()
132 value = -full; in max197_store_range()
138 if (value >= full) in max197_store_range()
139 value = full; in max197_store_range()
153 } else if (value == -full) { in max197_store_range()
159 } else if (value == full) { in max197_store_range()

Completed in 100 milliseconds

12345678910>>...48