| /drivers/gpu/drm/radeon/ |
| A D | rs690.c | 333 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 D | rv515.c | 981 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 D | r100.c | 3305 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 …]
|
| A D | evergreen.c | 1961 a.full = dfixed_const(10); in evergreen_dram_bandwidth() 1981 a.full = dfixed_const(10); in evergreen_dram_bandwidth_for_display() 2000 a.full = dfixed_const(10); in evergreen_data_return_bandwidth() 2003 a.full = dfixed_const(32); in evergreen_data_return_bandwidth() 2081 a.full = dfixed_const(2); in evergreen_latency_watermark() 2082 b.full = dfixed_const(1); in evergreen_latency_watermark() 2083 if ((wm->vsc.full > a.full) || in evergreen_latency_watermark() 2084 ((wm->vsc.full > b.full) && (wm->vtaps >= 3)) || in evergreen_latency_watermark() 2086 ((wm->vsc.full >= a.full) && wm->interlaced)) in evergreen_latency_watermark() 2137 a.full = dfixed_const(1); in evergreen_check_latency_hiding() [all …]
|
| A D | si.c | 2060 a.full = dfixed_const(10); in dce6_dram_bandwidth() 2080 a.full = dfixed_const(10); in dce6_dram_bandwidth_for_display() 2099 a.full = dfixed_const(10); in dce6_data_return_bandwidth() 2102 a.full = dfixed_const(32); in dce6_data_return_bandwidth() 2198 a.full = dfixed_const(2); in dce6_latency_watermark() 2199 b.full = dfixed_const(1); in dce6_latency_watermark() 2200 if ((wm->vsc.full > a.full) || in dce6_latency_watermark() 2201 ((wm->vsc.full > b.full) && (wm->vtaps >= 3)) || in dce6_latency_watermark() 2203 ((wm->vsc.full >= a.full) && wm->interlaced)) in dce6_latency_watermark() 2256 a.full = dfixed_const(1); in dce6_check_latency_hiding() [all …]
|
| A D | cik.c | 8952 a.full = dfixed_const(10); in dce8_dram_bandwidth() 8981 a.full = dfixed_const(10); in dce8_dram_bandwidth_for_display() 9009 a.full = dfixed_const(10); in dce8_data_return_bandwidth() 9012 a.full = dfixed_const(32); in dce8_data_return_bandwidth() 9129 a.full = dfixed_const(2); in dce8_latency_watermark() 9130 b.full = dfixed_const(1); in dce8_latency_watermark() 9131 if ((wm->vsc.full > a.full) || in dce8_latency_watermark() 9132 ((wm->vsc.full > b.full) && (wm->vtaps >= 3)) || in dce8_latency_watermark() 9134 ((wm->vsc.full >= a.full) && wm->interlaced)) in dce8_latency_watermark() 9218 a.full = dfixed_const(1); in dce8_check_latency_hiding() [all …]
|
| /drivers/acpi/acpica/ |
| A D | utmath.c | 22 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 …]
|
| /drivers/power/supply/ |
| A D | apm_power.c | 40 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 …]
|
| A D | cpcap-battery.c | 543 *empty, *full; in cpcap_battery_update_status() local 573 full = cpcap_battery_get_full(ddata); in cpcap_battery_update_status() 574 memcpy(full, latest, sizeof(*full)); in cpcap_battery_update_status() 580 empty->counter_uah - full->counter_uah; in cpcap_battery_update_status() 584 full->counter_uah + ddata->charge_full; in cpcap_battery_update_status() 590 full = cpcap_battery_get_full(ddata); in cpcap_battery_update_status() 591 if (full->voltage) { in cpcap_battery_update_status() 592 full->voltage = 0; in cpcap_battery_update_status() 594 empty->counter_uah - full->counter_uah; in cpcap_battery_update_status()
|
| /drivers/media/platform/ti/vpe/ |
| A D | csc.c | 32 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 …]
|
| /drivers/gpu/drm/amd/amdgpu/ |
| A D | dce_v6_0.c | 584 a.full = dfixed_const(10); in dce_v6_0_dram_bandwidth() 613 a.full = dfixed_const(10); in dce_v6_0_dram_bandwidth_for_display() 641 a.full = dfixed_const(10); in dce_v6_0_data_return_bandwidth() 644 a.full = dfixed_const(32); in dce_v6_0_data_return_bandwidth() 761 a.full = dfixed_const(2); in dce_v6_0_latency_watermark() 762 b.full = dfixed_const(1); in dce_v6_0_latency_watermark() 763 if ((wm->vsc.full > a.full) || in dce_v6_0_latency_watermark() 764 ((wm->vsc.full > b.full) && (wm->vtaps >= 3)) || in dce_v6_0_latency_watermark() 766 ((wm->vsc.full >= a.full) && wm->interlaced)) in dce_v6_0_latency_watermark() 850 a.full = dfixed_const(1); in dce_v6_0_check_latency_hiding() [all …]
|
| A D | dce_v8_0.c | 684 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 …]
|
| A D | dce_v10_0.c | 731 a.full = dfixed_const(10); in dce_v10_0_dram_bandwidth() 760 a.full = dfixed_const(10); in dce_v10_0_dram_bandwidth_for_display() 788 a.full = dfixed_const(10); in dce_v10_0_data_return_bandwidth() 791 a.full = dfixed_const(32); in dce_v10_0_data_return_bandwidth() 908 a.full = dfixed_const(2); in dce_v10_0_latency_watermark() 909 b.full = dfixed_const(1); in dce_v10_0_latency_watermark() 910 if ((wm->vsc.full > a.full) || in dce_v10_0_latency_watermark() 911 ((wm->vsc.full > b.full) && (wm->vtaps >= 3)) || in dce_v10_0_latency_watermark() 913 ((wm->vsc.full >= a.full) && wm->interlaced)) in dce_v10_0_latency_watermark() 997 a.full = dfixed_const(1); in dce_v10_0_check_latency_hiding() [all …]
|
| A D | dce_v11_0.c | 763 a.full = dfixed_const(10); in dce_v11_0_dram_bandwidth() 792 a.full = dfixed_const(10); in dce_v11_0_dram_bandwidth_for_display() 820 a.full = dfixed_const(10); in dce_v11_0_data_return_bandwidth() 823 a.full = dfixed_const(32); in dce_v11_0_data_return_bandwidth() 940 a.full = dfixed_const(2); in dce_v11_0_latency_watermark() 941 b.full = dfixed_const(1); in dce_v11_0_latency_watermark() 942 if ((wm->vsc.full > a.full) || in dce_v11_0_latency_watermark() 943 ((wm->vsc.full > b.full) && (wm->vtaps >= 3)) || in dce_v11_0_latency_watermark() 945 ((wm->vsc.full >= a.full) && wm->interlaced)) in dce_v11_0_latency_watermark() 1029 a.full = dfixed_const(1); in dce_v11_0_check_latency_hiding() [all …]
|
| /drivers/hwmon/ |
| A D | max197.c | 125 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()
|
| /drivers/usb/gadget/udc/ |
| A D | Kconfig | 39 full speed USB Device Port with support for five configurable 116 Many Texas Instruments OMAP processors have flexible full 132 an integrated full speed USB 1.1 device controller. The 157 supports both full and high speed USB 2.0 data transfers. 169 that supports both full and high speed USB 2.0 data transfers. 216 an integrated full speed USB 1.1 device controller. 263 supports both full and high speed USB 2.0 data transfers. 313 supports both full and high speed USB 2.0 data transfers. 322 supports full, high speed USB 2.0 and super speed USB 3.0 358 supports both full and high speed USB 2.0 data transfers. [all …]
|
| /drivers/infiniband/sw/rxe/ |
| A D | rxe_cq.c | 88 int full; in rxe_cq_post() local 94 full = queue_full(cq->queue, QUEUE_TYPE_TO_CLIENT); in rxe_cq_post() 95 if (unlikely(full)) { in rxe_cq_post()
|
| /drivers/gpu/drm/xe/ |
| A D | xe_gt_pagefault.c | 316 bool full; in xe_guc_pagefault_handler() local 330 full = pf_queue_full(pf_queue); in xe_guc_pagefault_handler() 331 if (!full) { in xe_guc_pagefault_handler() 341 return full ? -ENOSPC : 0; in xe_guc_pagefault_handler() 662 bool full; in xe_guc_access_counter_notify_handler() local 676 full = acc_queue_full(acc_queue); in xe_guc_access_counter_notify_handler() 677 if (!full) { in xe_guc_access_counter_notify_handler() 687 return full ? -ENOSPC : 0; in xe_guc_access_counter_notify_handler()
|
| /drivers/net/ethernet/hisilicon/hibmcge/ |
| A D | hbg_hw.c | 294 u32 full, u32 empty, enum hbg_dir dir) in hbg_hw_set_fifo_thrsld() argument 298 value |= FIELD_PREP(HBG_REG_FIFO_THRSLD_FULL_M, full); in hbg_hw_set_fifo_thrsld() 309 u32 full, u32 empty, enum hbg_dir dir) in hbg_hw_set_cfg_fifo_thrsld() argument 316 value |= FIELD_PREP(HBG_REG_CFG_FIFO_THRSLD_TX_FULL_M, full); in hbg_hw_set_cfg_fifo_thrsld() 321 value |= FIELD_PREP(HBG_REG_CFG_FIFO_THRSLD_RX_FULL_M, full); in hbg_hw_set_cfg_fifo_thrsld()
|
| /drivers/perf/ |
| A D | xgene_pmu.c | 286 XGENE_PMU_EVENT_ATTR(tq-full, 0x08), 287 XGENE_PMU_EVENT_ATTR(ackq-full, 0x09), 288 XGENE_PMU_EVENT_ATTR(wdb-full, 0x0a), 289 XGENE_PMU_EVENT_ATTR(bank-fifo-full, 0x0b), 290 XGENE_PMU_EVENT_ATTR(odb-full, 0x0c), 291 XGENE_PMU_EVENT_ATTR(wbq-full, 0x0d), 390 XGENE_PMU_EVENT_ATTR(tq-full, 0x0c), 391 XGENE_PMU_EVENT_ATTR(ackq-full, 0x0d), 392 XGENE_PMU_EVENT_ATTR(wdb-full, 0x0e), 393 XGENE_PMU_EVENT_ATTR(odb-full, 0x10), [all …]
|
| /drivers/net/ethernet/marvell/prestera/ |
| A D | prestera_counter.c | 36 bool full; member 98 !counter->block_list[i]->full && in prestera_counter_block_lookup_not_full() 231 if (block->full) in prestera_counter_get_vacant() 240 block->full = true; in prestera_counter_get_vacant() 292 block->full = false; in prestera_counter_put()
|
| /drivers/md/ |
| A D | dm-snap-persistent.c | 447 int *full) in insert_exceptions() argument 454 *full = 1; in insert_exceptions() 467 *full = 0; in insert_exceptions() 493 int r, full = 1; in read_exceptions() local 513 for (ps->current_area = 0; full; ps->current_area++) { in read_exceptions() 543 &full); in read_exceptions() 545 if (!full) in read_exceptions()
|
| /drivers/staging/media/ipu7/ |
| A D | ipu7-syscom.c | 42 bool full = (read_index == ((write_index + 1U) % in ipu7_syscom_get_token() local 45 if (!full) in ipu7_syscom_get_token()
|
| /drivers/media/common/v4l2-tpg/ |
| A D | v4l2-tpg-core.c | 712 bool full = tpg->real_quantization == V4L2_QUANTIZATION_FULL_RANGE; in color_to_ycbcr() local 713 unsigned y_offset = full ? 0 : 16; in color_to_ycbcr() 738 *y = full ? yc : (yc * 219) / 255 + (16 << 4); in color_to_ycbcr() 827 unsigned y_offset = full ? 0 : 16; in ycbcr_to_color() 828 int y_fac = full ? COEFF(1.0, 255) : COEFF(1.0, 219); in ycbcr_to_color() 849 y -= full ? 0 : 16 << 4; in ycbcr_to_color() 854 *b = y_fac * y + (full ? bt2020c_full[0] : bt2020c[0]) * cb; in ycbcr_to_color() 856 *b = y_fac * y + (full ? bt2020c_full[1] : bt2020c[1]) * cb; in ycbcr_to_color() 859 *r = y_fac * y + (full ? bt2020c_full[2] : bt2020c[2]) * cr; in ycbcr_to_color() 861 *r = y_fac * y + (full ? bt2020c_full[3] : bt2020c[3]) * cr; in ycbcr_to_color() [all …]
|
| /drivers/char/tpm/ |
| A D | tpm2-cmd.c | 485 int full; in tpm2_do_selftest() local 488 for (full = 0; full < 2; full++) { in tpm2_do_selftest() 493 tpm_buf_append_u8(&buf, full); in tpm2_do_selftest()
|