| /drivers/thermal/st/ |
| A D | st_thermal.c | 33 sensor->overflow = devm_regmap_field_alloc(dev, regmap, in st_thermal_alloc_regfields() 40 IS_ERR(sensor->overflow) || in st_thermal_alloc_regfields() 114 unsigned int overflow; in st_thermal_get_temp() local 117 ret = regmap_field_read(sensor->overflow, &overflow); in st_thermal_get_temp() 120 if (overflow) in st_thermal_get_temp()
|
| A D | st_thermal.h | 87 struct regmap_field *overflow; member
|
| /drivers/media/rc/ |
| A D | igorplugusb.c | 51 unsigned i, start, overflow; in igorplugusb_irdata() local 61 overflow = ir->buf_in[2]; in igorplugusb_irdata() 62 i = start = overflow + HEADERLEN; in igorplugusb_irdata() 65 dev_err(ir->dev, "receive overflow invalid: %u", overflow); in igorplugusb_irdata() 67 if (overflow > 0) { in igorplugusb_irdata() 69 overflow); in igorplugusb_irdata()
|
| /drivers/gpu/drm/nouveau/dispnv50/ |
| A D | crcc37d.c | 87 const u32 overflow = status & 0x0000007e; in crcc37d_ctx_finished() local 92 if (overflow) { in crcc37d_ctx_finished() 95 switch (overflow) { in crcc37d_ctx_finished()
|
| A D | crc907d.c | 103 const u32 overflow = status & 0x0000003e; in crc907d_ctx_finished() local 108 if (overflow) { in crc907d_ctx_finished() 111 switch (overflow) { in crc907d_ctx_finished()
|
| /drivers/gpu/drm/xe/ |
| A D | xe_guc_log.c | 359 bool overflow = false; in xe_guc_check_log_buf_overflow() local 362 overflow = true; in xe_guc_check_log_buf_overflow() 364 log->stats[type].overflow = full_cnt; in xe_guc_check_log_buf_overflow() 374 return overflow; in xe_guc_check_log_buf_overflow()
|
| A D | xe_guc_log_types.h | 52 u32 overflow; member
|
| /drivers/net/ppp/ |
| A D | ppp_deflate.c | 415 int decode_proto, overflow; in z_decompress() local 453 overflow = 0; in z_decompress() 477 } else if (!overflow) { in z_decompress() 485 overflow = 1; in z_decompress() 501 olen = osize + overflow - state->strm.avail_out; in z_decompress()
|
| /drivers/perf/ |
| A D | riscv_pmu.c | 207 int overflow = 0; in riscv_pmu_event_set_period() local 214 overflow = 1; in riscv_pmu_event_set_period() 221 overflow = 1; in riscv_pmu_event_set_period() 237 return overflow; in riscv_pmu_event_set_period()
|
| A D | Kconfig | 95 of cycle/instruction counter and doesn't support counter overflow, 105 full perf feature support i.e. counter overflow, privilege mode 123 The Andes cores implement the PMU overflow extension very 126 This will patch the overflow and pending CSRs and handle the
|
| A D | arm_dsu_pmu.c | 378 unsigned long overflow; in dsu_pmu_handle_irq() local 380 overflow = dsu_pmu_get_reset_overflow(); in dsu_pmu_handle_irq() 381 if (!overflow) in dsu_pmu_handle_irq() 384 for_each_set_bit(i, &overflow, DSU_PMU_MAX_HW_CNTRS) { in dsu_pmu_handle_irq()
|
| A D | apple_m1_cpu_pmu.c | 448 u64 overflow, state; in m1_pmu_handle_irq() local 451 overflow = read_sysreg_s(SYS_IMP_APL_PMSR_EL1); in m1_pmu_handle_irq() 452 if (!overflow) { in m1_pmu_handle_irq()
|
| /drivers/media/pci/pluto2/ |
| A D | pluto2.c | 106 unsigned int overflow; member 340 pluto->overflow++; in pluto_irq() 341 if (pluto->overflow) { in pluto_irq() 343 pluto->overflow); in pluto_irq() 345 pluto->overflow = 0; in pluto_irq() 348 pluto->overflow++; in pluto_irq()
|
| /drivers/soc/tegra/cbb/ |
| A D | tegra234-cbb.c | 382 u32 overflow) in tegra234_cbb_print_error() argument 406 while (overflow) { in tegra234_cbb_print_error() 409 type, overflow); in tegra234_cbb_print_error() 413 if (overflow & 0x1) in tegra234_cbb_print_error() 417 overflow >>= 1; in tegra234_cbb_print_error() 535 u32 overflow, status, error; in print_errmonX_info() local 548 overflow = readl(cbb->mon + FABRIC_MN_INITIATOR_ERR_OVERFLOW_STATUS_0); in print_errmonX_info() 550 tegra234_cbb_print_error(file, cbb, status, overflow); in print_errmonX_info()
|
| /drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_ih.c | 231 if (!ih->overflow) in amdgpu_ih_process() 239 if (!ih->overflow) in amdgpu_ih_process() 242 if (ih->overflow) in amdgpu_ih_process()
|
| /drivers/hwtracing/coresight/ |
| A D | Makefile | 19 $(call cc-option, -Wformat-overflow) \ 21 $(call cc-option, -Wstringop-overflow) \
|
| /drivers/net/wireless/ath/ath6kl/ |
| A D | htc_pipe.c | 307 int tx_resources, overflow, txqueue_depth, i, good_pkts; in htc_try_send() local 334 overflow = get_queue_depth(txq); in htc_try_send() 337 overflow = txqueue_depth; in htc_try_send() 338 overflow += get_queue_depth(txq); in htc_try_send() 340 overflow -= ep->max_txq_depth; in htc_try_send() 344 if (overflow > 0) { in htc_try_send() 347 __func__, ep->eid, overflow, txqueue_depth, in htc_try_send() 350 if ((overflow <= 0) || in htc_try_send() 359 good_pkts = get_queue_depth(txq) - overflow; in htc_try_send()
|
| /drivers/clocksource/ |
| A D | timer-pistachio.c | 71 __maybe_unused u32 overflow; in pistachio_clocksource_read_cycles() local 81 overflow = gpt_readl(pcs->base, TIMER_CURRENT_OVERFLOW_VALUE, 0); in pistachio_clocksource_read_cycles()
|
| /drivers/gpu/drm/ |
| A D | drm_debugfs_crc.c | 188 crc->overflow = false; in crtc_crc_cleanup() 414 bool was_overflow = crc->overflow; in drm_crtc_add_crc_entry() 416 crc->overflow = true; in drm_crtc_add_crc_entry()
|
| /drivers/net/phy/ |
| A D | dp83640.c | 832 u8 overflow; in decode_rxts() local 834 overflow = (phy_rxts->ns_hi >> 14) & 0x3; in decode_rxts() 835 if (overflow) in decode_rxts() 836 pr_debug("rx timestamp queue overflow, count %d\n", overflow); in decode_rxts() 881 u8 overflow; in decode_txts() local 892 overflow = (phy_txts->ns_hi >> 14) & 0x3; in decode_txts() 893 if (overflow) { in decode_txts() 894 pr_debug("tx timestamp queue overflow, count %d\n", overflow); in decode_txts()
|
| /drivers/gpu/drm/i915/gt/uc/ |
| A D | intel_guc_log.c | 322 bool overflow = false; in intel_guc_check_log_buf_overflow() local 325 overflow = true; in intel_guc_check_log_buf_overflow() 327 log->stats[type].overflow = full_cnt; in intel_guc_check_log_buf_overflow() 338 return overflow; in intel_guc_check_log_buf_overflow()
|
| A D | intel_guc_log.h | 71 u32 overflow; member
|
| /drivers/media/platform/qcom/iris/ |
| A D | iris_utils.h | 23 u32 overflow; member
|
| /drivers/tty/hvc/ |
| A D | hvsi.c | 355 int overflow = datalen - TTY_THRESHOLD_THROTTLE; in hvsi_recv_data() local 362 if (overflow > 0) { in hvsi_recv_data() 369 if (overflow > 0) { in hvsi_recv_data() 375 memcpy(hp->throttle_buf, data + TTY_THRESHOLD_THROTTLE, overflow); in hvsi_recv_data() 376 hp->n_throttle = overflow; in hvsi_recv_data()
|
| /drivers/gpu/drm/ci/xfails/ |
| A D | msm-sc7180-trogdor-kingoftown-skips.txt | 34 kms_invalid_mode@overflow-vrefresh
|