Home
last modified time | relevance | path

Searched refs:overflow (Results 1 – 22 of 22) sorted by relevance

/drivers/media/dvb/ngene/
Dngene-dvb.c127 static u32 overflow; variable
152 overflow++; in tsin_exchange()
159 if (ok % 100 == 0 && overflow) in tsin_exchange()
160 printk(KERN_WARNING "%s: ok %u overflow %u dropped %u\n", __func__, ok, overflow, stripped); in tsin_exchange()
/drivers/net/ppp/
Dppp_deflate.c419 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/dvb/pluto2/
Dpluto2.c120 unsigned int overflow; member
354 pluto->overflow++; in pluto_irq()
355 if (pluto->overflow) { in pluto_irq()
357 pluto->overflow); in pluto_irq()
359 pluto->overflow = 0; in pluto_irq()
362 pluto->overflow++; in pluto_irq()
/drivers/devfreq/
Dexynos4_bus.c545 u32 overflow; in exynos4_read_ppmu() local
551 overflow = __raw_readl(ppmu_base + 0xf050); in exynos4_read_ppmu()
554 data->dmc[i].ccnt_overflow = overflow & (1 << 31); in exynos4_read_ppmu()
559 data->dmc[i].count_overflow[j] = overflow & (1 << j); in exynos4_read_ppmu()
/drivers/tty/hvc/
Dhvsi.c369 int overflow = datalen - TTY_THRESHOLD_THROTTLE; in hvsi_recv_data() local
376 if (overflow > 0) { in hvsi_recv_data()
383 if (overflow > 0) { in hvsi_recv_data()
389 memcpy(hp->throttle_buf, data + TTY_THRESHOLD_THROTTLE, overflow); in hvsi_recv_data()
390 hp->n_throttle = overflow; in hvsi_recv_data()
/drivers/media/video/em28xx/
Dem28xx-core.c734 u8 overflow = (height >> 7 & 0x02) | (width >> 8 & 0x01); in em28xx_capture_area_set() local
737 (width | (overflow & 2) << 7), in em28xx_capture_area_set()
738 (height | (overflow & 1) << 8)); in em28xx_capture_area_set()
744 return em28xx_write_regs(dev, EM28XX_R1B_OFLOW, &overflow, 1); in em28xx_capture_area_set()
/drivers/s390/cio/
Dchp.c488 int overflow) in chp_process_crw() argument
492 if (overflow) { in chp_process_crw()
Dchsc.c425 static void chsc_process_crw(struct crw *crw0, struct crw *crw1, int overflow) in chsc_process_crw() argument
429 if (overflow) { in chsc_process_crw()
Dcss.c633 static void css_process_crw(struct crw *crw0, struct crw *crw1, int overflow) in css_process_crw() argument
638 if (overflow) { in css_process_crw()
/drivers/media/dvb/ttpci/
Dav7110.h69 int overflow; member
Dav7110_av.c891 events->overflow = 1; in dvb_video_add_event()
909 if (events->overflow) { in dvb_video_get_event()
910 events->overflow = 0; in dvb_video_get_event()
1578 av7110->video_events.overflow = 0; in av7110_av_register()
/drivers/media/dvb/dvb-core/
Ddvb_frontend.h325 int overflow; member
Ddvb_frontend.c219 events->overflow = 1; in dvb_frontend_add_event()
242 if (events->overflow) { in dvb_frontend_get_event()
243 events->overflow = 0; in dvb_frontend_get_event()
/drivers/net/wireless/ath/ath9k/
Dhw.h492 void (*overflow)(void *arg); member
972 void (*overflow)(void *),
Dhw.c2850 void (*overflow)(void *), in ath_gen_timer_alloc()
2870 timer->overflow = overflow; in ath_gen_timer_alloc()
2984 timer->overflow(timer->arg); in ath_gen_timer_isr()
/drivers/net/wireless/ath/ath6kl/
Dhtc.c944 bool overflow = false; in ath6kl_htc_tx_try() local
953 overflow = true; in ath6kl_htc_tx_try()
955 if (overflow) in ath6kl_htc_tx_try()
961 if (overflow && ep_cb.tx_full) { in ath6kl_htc_tx_try()
/drivers/edac/
Dsb_edac.c1414 bool overflow = GET_BITFIELD(m->status, 62, 62); in sbridge_mce_output_error() local
1509 overflow ? "OVERFLOW" : "", in sbridge_mce_output_error()
/drivers/media/video/tlg2300/
Dpd-video.c240 goto overflow; \ in copy_video_data()
263 overflow: in copy_video_data()
/drivers/media/video/pwc/
Dphilips.txt205 32 0x20 Showing underflow, overflow and Dumping frame On
/drivers/scsi/
Dsg.c1396 goto overflow; in sg_alloc()
1419 overflow: in sg_alloc()
/drivers/net/ethernet/alteon/
Dacenic.c2436 goto overflow; in ace_start_xmit()
2531 overflow: in ace_start_xmit()
/drivers/watchdog/
DKconfig1147 so that the timer has a chance to clear the overflow counter. On