Lines Matching defs:old
300 checks, so we keep the old value 924. */
2804 struct bttv_buffer_set old,new;
2822 old = btv->curr;
2832 bttv_irq_wakeup_video(btv, &old, &new, VB2_BUF_STATE_DONE);
2890 struct bttv_buffer_set old;
2908 old = btv->curr;
2921 bttv_irq_wakeup_video(btv, &old, &new, VB2_BUF_STATE_DONE);
2929 struct bttv_buffer *old;
2936 old = btv->cvbi;
2939 if (NULL != old && (is_active(&old->top, rc) ||
2940 is_active(&old->bottom, rc))) {
2954 bttv_irq_wakeup_vbi(btv, old, VB2_BUF_STATE_DONE);