/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 | 126 static u32 overflow; variable 151 overflow++; in tsin_exchange() 158 if (ok % 100 == 0 && overflow) in tsin_exchange() 159 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 | 120 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/net/wireless/ath/ath6kl/ |
D | htc_pipe.c | 309 int tx_resources, overflow, txqueue_depth, i, good_pkts; in htc_try_send() local 336 overflow = get_queue_depth(txq); in htc_try_send() 339 overflow = txqueue_depth; in htc_try_send() 340 overflow += get_queue_depth(txq); in htc_try_send() 342 overflow -= ep->max_txq_depth; in htc_try_send() 346 if (overflow > 0) { in htc_try_send() 349 __func__, ep->eid, overflow, txqueue_depth, in htc_try_send() 352 if ((overflow <= 0) || in htc_try_send() 361 good_pkts = get_queue_depth(txq) - overflow; in htc_try_send()
|
D | htc_mbox.c | 971 bool overflow = false; in ath6kl_htc_tx_try() local 980 overflow = true; in ath6kl_htc_tx_try() 982 if (overflow) in ath6kl_htc_tx_try() 988 if (overflow && ep_cb.tx_full) { in ath6kl_htc_tx_try()
|
/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() 896 u8 overflow; in decode_txts() local 907 overflow = (phy_txts->ns_hi >> 14) & 0x3; in decode_txts() 908 if (overflow) { in decode_txts() 909 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 | 1672 int room, n, rcvd = 0, overflow; in n_tty_receive_buf_common() local 1697 overflow = ldata->icanon && ldata->canon_head == tail; in n_tty_receive_buf_common() 1698 if (overflow && room < 0) in n_tty_receive_buf_common() 1700 room = overflow; in n_tty_receive_buf_common() 1703 overflow = 0; in n_tty_receive_buf_common() 1710 if (!overflow || !fp || *fp != TTY_PARITY) in n_tty_receive_buf_common() 1724 if (overflow) { in n_tty_receive_buf_common()
|
/drivers/media/pci/ttpci/ |
D | av7110.h | 70 int overflow; member
|
D | av7110_av.c | 893 events->overflow = 1; in dvb_video_add_event() 911 if (events->overflow) { in dvb_video_get_event() 912 events->overflow = 0; in dvb_video_get_event() 1593 av7110->video_events.overflow = 0; in av7110_av_register()
|
/drivers/s390/cio/ |
D | chp.c | 535 int overflow) in chp_process_crw() argument 539 if (overflow) { in chp_process_crw()
|
D | css.c | 658 static void css_process_crw(struct crw *crw0, struct crw *crw1, int overflow) in css_process_crw() argument 663 if (overflow) { in css_process_crw()
|
/drivers/gpu/drm/tegra/ |
D | drm.h | 114 unsigned long overflow; member
|
/drivers/media/dvb-core/ |
D | dvb_frontend.h | 477 int overflow; member
|
/drivers/md/ |
D | dm-snap-persistent.c | 883 char overflow = toupper(options[0]); in persistent_ctr() local 884 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 | 3081 void (*overflow)(void *), in ath_gen_timer_alloc() 3104 timer->overflow = overflow; in ath_gen_timer_alloc() 3153 if (timer->overflow) in ath9k_hw_gen_timer_start() 3228 if (!timer->overflow) in ath_gen_timer_isr() 3232 timer->overflow(timer->arg); in ath_gen_timer_isr()
|
D | hw.h | 549 void (*overflow)(void *arg); member 1073 void (*overflow)(void *),
|
/drivers/media/pci/sta2x11/ |
D | sta2x11_vip.c | 151 int overflow; member 788 if (vip->overflow++ > 5) in vip_irq()
|
/drivers/media/usb/em28xx/ |
D | em28xx-video.c | 280 u8 overflow = (height >> 9 & 0x02) | (width >> 10 & 0x01); in em28xx_capture_area_set() local 285 ((overflow & 2) << 9 | cwidth << 2), in em28xx_capture_area_set() 286 ((overflow & 1) << 10 | cheight << 2)); in em28xx_capture_area_set() 292 em28xx_write_regs(dev, EM28XX_R1B_OFLOW, &overflow, 1); in em28xx_capture_area_set()
|