/drivers/media/rc/ |
D | igorplugusb.c | 60 unsigned i, start, overflow; in igorplugusb_irdata() local 70 overflow = ir->buf_in[2]; in igorplugusb_irdata() 71 i = start = overflow + HEADERLEN; in igorplugusb_irdata() 74 dev_err(ir->dev, "receive overflow invalid: %u", overflow); in igorplugusb_irdata() 76 if (overflow > 0) in igorplugusb_irdata() 78 overflow); in igorplugusb_irdata()
|
/drivers/thermal/st/ |
D | st_thermal.c | 37 sensor->overflow = devm_regmap_field_alloc(dev, regmap, in st_thermal_alloc_regfields() 44 IS_ERR(sensor->overflow) || in st_thermal_alloc_regfields() 119 unsigned int overflow; in st_thermal_get_temp() local 122 ret = regmap_field_read(sensor->overflow, &overflow); in st_thermal_get_temp() 125 if (overflow) in st_thermal_get_temp()
|
D | st_thermal.h | 91 struct regmap_field *overflow; member
|
/drivers/media/pci/ngene/ |
D | ngene-dvb.c | 122 static u32 overflow; variable 147 overflow++; in tsin_exchange() 154 if (ok % 100 == 0 && overflow) in tsin_exchange() 155 printk(KERN_WARNING "%s: ok %u overflow %u dropped %u\n", __func__, ok, overflow, stripped); in tsin_exchange()
|
/drivers/net/ppp/ |
D | ppp_deflate.c | 419 int decode_proto, overflow; in z_decompress() local 457 overflow = 0; in z_decompress() 481 } else if (!overflow) { in z_decompress() 489 overflow = 1; in z_decompress() 505 olen = osize + overflow - state->strm.avail_out; in z_decompress()
|
/drivers/media/pci/pluto2/ |
D | pluto2.c | 116 unsigned int overflow; member 350 pluto->overflow++; in pluto_irq() 351 if (pluto->overflow) { in pluto_irq() 353 pluto->overflow); in pluto_irq() 355 pluto->overflow = 0; in pluto_irq() 358 pluto->overflow++; in pluto_irq()
|
/drivers/gpu/drm/ |
D | drm_debugfs_crc.c | 142 crc->overflow = false; in crtc_crc_cleanup() 377 bool was_overflow = crc->overflow; in drm_crtc_add_crc_entry() 379 crc->overflow = true; in drm_crtc_add_crc_entry()
|
/drivers/net/wireless/ath/ath6kl/ |
D | htc_pipe.c | 308 int tx_resources, overflow, txqueue_depth, i, good_pkts; in htc_try_send() local 335 overflow = get_queue_depth(txq); in htc_try_send() 338 overflow = txqueue_depth; in htc_try_send() 339 overflow += get_queue_depth(txq); in htc_try_send() 341 overflow -= ep->max_txq_depth; in htc_try_send() 345 if (overflow > 0) { in htc_try_send() 348 __func__, ep->eid, overflow, txqueue_depth, in htc_try_send() 351 if ((overflow <= 0) || in htc_try_send() 360 good_pkts = get_queue_depth(txq) - overflow; in htc_try_send()
|
/drivers/gpu/drm/i915/ |
D | intel_guc_log.c | 213 bool overflow = false; in guc_check_log_buf_overflow() local 216 overflow = true; in guc_check_log_buf_overflow() 228 return overflow; in guc_check_log_buf_overflow()
|
/drivers/staging/clocking-wizard/ |
D | TODO | 7 - overflow after multiplication?
|
/drivers/net/phy/ |
D | dp83640.c | 849 u8 overflow; in decode_rxts() local 851 overflow = (phy_rxts->ns_hi >> 14) & 0x3; in decode_rxts() 852 if (overflow) in decode_rxts() 853 pr_debug("rx timestamp queue overflow, count %d\n", overflow); in decode_rxts() 898 u8 overflow; in decode_txts() local 909 overflow = (phy_txts->ns_hi >> 14) & 0x3; in decode_txts() 910 if (overflow) { in decode_txts() 911 pr_debug("tx timestamp queue overflow, count %d\n", overflow); in decode_txts()
|
/drivers/tty/hvc/ |
D | hvsi.c | 368 int overflow = datalen - TTY_THRESHOLD_THROTTLE; in hvsi_recv_data() local 375 if (overflow > 0) { in hvsi_recv_data() 382 if (overflow > 0) { in hvsi_recv_data() 388 memcpy(hp->throttle_buf, data + TTY_THRESHOLD_THROTTLE, overflow); in hvsi_recv_data() 389 hp->n_throttle = overflow; in hvsi_recv_data()
|
/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | kernel.fuc | 260 /* check if there wasn't any overflow */ 269 /* this cannot overflow as long as HW_TICKS_PER_US < 1000 */ 292 /* check if there wasn't any overflow */ 320 // $r14 - ticks (make sure it is < 2^31 to avoid any possible overflow)
|
/drivers/tty/ |
D | n_tty.c | 1703 int room, n, rcvd = 0, overflow; in n_tty_receive_buf_common() local 1728 overflow = ldata->icanon && ldata->canon_head == tail; in n_tty_receive_buf_common() 1729 if (overflow && room < 0) in n_tty_receive_buf_common() 1731 room = overflow; in n_tty_receive_buf_common() 1734 overflow = 0; in n_tty_receive_buf_common() 1741 if (!overflow || !fp || *fp != TTY_PARITY) in n_tty_receive_buf_common() 1755 if (overflow) { in n_tty_receive_buf_common()
|
/drivers/net/ethernet/freescale/fman/ |
D | Kconfig | 22 The FMAN internal queue can overflow when FMAN splits single
|
/drivers/media/pci/ttpci/ |
D | av7110.h | 74 int overflow; member
|
D | av7110_av.c | 890 events->overflow = 1; in dvb_video_add_event() 908 if (events->overflow) { in dvb_video_get_event() 909 events->overflow = 0; in dvb_video_get_event() 1590 av7110->video_events.overflow = 0; in av7110_av_register()
|
/drivers/media/platform/ |
D | rcar_drif.c | 528 bool overflow = false; in rcar_drif_dma_complete() local 559 overflow = true; in rcar_drif_dma_complete() 566 overflow = true; in rcar_drif_dma_complete() 594 overflow ? VB2_BUF_STATE_ERROR : VB2_BUF_STATE_DONE); in rcar_drif_dma_complete()
|
/drivers/s390/cio/ |
D | chp.c | 536 int overflow) in chp_process_crw() argument 540 if (overflow) { in chp_process_crw()
|
/drivers/gpu/drm/tegra/ |
D | drm.h | 129 unsigned long overflow; member
|
/drivers/media/dvb-core/ |
D | dvb_frontend.h | 482 int overflow; member
|
/drivers/md/ |
D | dm-snap-persistent.c | 884 char overflow = toupper(options[0]); in persistent_ctr() local 885 if (overflow == 'O') in persistent_ctr()
|
/drivers/gpu/drm/exynos/ |
D | exynos_drm_gsc.c | 461 bool overflow, bool done) in gsc_handle_irq() argument 466 enable, overflow, done); in gsc_handle_irq() 476 if (overflow) in gsc_handle_irq()
|
/drivers/net/wireless/ath/ath9k/ |
D | hw.c | 3098 void (*overflow)(void *), in ath_gen_timer_alloc() 3121 timer->overflow = overflow; in ath_gen_timer_alloc() 3170 if (timer->overflow) in ath9k_hw_gen_timer_start() 3245 if (!timer->overflow) in ath_gen_timer_isr() 3249 timer->overflow(timer->arg); in ath_gen_timer_isr()
|
/drivers/media/pci/sta2x11/ |
D | sta2x11_vip.c | 151 int overflow; member 788 if (vip->overflow++ > 5) in vip_irq()
|