Lines Matching refs:old
300 checks, so we keep the old value 924. */
1501 struct bttv_buffer *old;
1508 old = btv->screen;
1513 if (NULL != old) {
1514 dprintk("switch_overlay: old=%p state is %d\n",
1515 old, old->vb.state);
1516 bttv_dma_free(&fh->cap,btv, old);
1517 kfree(old);
3600 struct bttv_buffer_set old,new;
3617 old = btv->curr;
3627 bttv_irq_wakeup_video(btv, &old, &new, VIDEOBUF_ERROR);
3681 struct bttv_buffer_set old;
3699 old = btv->curr;
3712 bttv_irq_wakeup_video(btv, &old, &new, VIDEOBUF_DONE);
3720 struct bttv_buffer *old;
3727 old = btv->cvbi;
3730 if (NULL != old && (is_active(&old->top, rc) ||
3731 is_active(&old->bottom, rc))) {
3745 bttv_irq_wakeup_vbi(btv, old, VIDEOBUF_DONE);