Searched refs:overflow (Results 1 – 15 of 15) sorted by relevance
/drivers/net/ |
D | ppp_deflate.c | 443 int decode_proto, overflow; in z_decompress() local 481 overflow = 0; in z_decompress() 505 } else if (!overflow) { in z_decompress() 513 overflow = 1; in z_decompress() 529 olen = osize + overflow - state->strm.avail_out; in z_decompress()
|
D | acenic.c | 2479 goto overflow; in ace_start_xmit() 2579 overflow: in ace_start_xmit()
|
/drivers/media/dvb/pluto2/ |
D | pluto2.c | 118 unsigned int overflow; member 349 pluto->overflow++; in pluto_irq() 350 if (pluto->overflow) { in pluto_irq() 352 pluto->overflow); in pluto_irq() 354 pluto->overflow = 0; in pluto_irq() 357 pluto->overflow++; in pluto_irq()
|
/drivers/char/ |
D | hvsi.c | 432 int overflow = datalen - TTY_THRESHOLD_THROTTLE; in hvsi_recv_data() local 439 if (overflow > 0) { in hvsi_recv_data() 446 if (overflow > 0) { in hvsi_recv_data() 452 memcpy(hp->throttle_buf, data + TTY_THRESHOLD_THROTTLE, overflow); in hvsi_recv_data() 453 hp->n_throttle = overflow; in hvsi_recv_data()
|
/drivers/media/video/em28xx/ |
D | em28xx-core.c | 672 u8 overflow = (height >> 7 & 0x02) | (width >> 8 & 0x01); in em28xx_capture_area_set() local 675 (width | (overflow & 2) << 7), in em28xx_capture_area_set() 676 (height | (overflow & 1) << 8)); in em28xx_capture_area_set() 682 return em28xx_write_regs(dev, EM28XX_R1B_OFLOW, &overflow, 1); in em28xx_capture_area_set()
|
/drivers/s390/cio/ |
D | chp.c | 478 int overflow) in chp_process_crw() argument 482 if (overflow) { in chp_process_crw()
|
D | chsc.c | 391 static void chsc_process_crw(struct crw *crw0, struct crw *crw1, int overflow) in chsc_process_crw() argument 395 if (overflow) { in chsc_process_crw()
|
D | css.c | 544 static void css_process_crw(struct crw *crw0, struct crw *crw1, int overflow) in css_process_crw() argument 548 if (overflow) { in css_process_crw()
|
/drivers/media/dvb/ttpci/ |
D | av7110.h | 69 int overflow; member
|
D | av7110_av.c | 837 events->overflow = 1; in dvb_video_add_event() 855 if (events->overflow) { in dvb_video_get_event() 856 events->overflow = 0; in dvb_video_get_event() 1515 av7110->video_events.overflow = 0; in av7110_av_register()
|
/drivers/media/dvb/dvb-core/ |
D | dvb_frontend.h | 315 int overflow; member
|
D | dvb_frontend.c | 151 events->overflow = 1; in dvb_frontend_add_event() 181 if (events->overflow) { in dvb_frontend_get_event() 182 events->overflow = 0; in dvb_frontend_get_event()
|
/drivers/media/video/pwc/ |
D | philips.txt | 205 32 0x20 Showing underflow, overflow and Dumping frame On
|
/drivers/scsi/ |
D | sg.c | 1384 goto overflow; in sg_alloc() 1403 overflow: in sg_alloc()
|
/drivers/watchdog/ |
D | Kconfig | 850 so that the timer has a chance to clear the overflow counter. On
|