Lines Matching defs:curr
1153 if (btv->curr.frame_irq) {
2589 btv->curr.top
2590 ? (unsigned long long)btv->curr.top->top.dma : 0,
2591 btv->curr.bottom
2592 ? (unsigned long long)btv->curr.bottom->bottom.dma : 0);
2728 struct bttv_buffer_set *curr, unsigned int state)
2733 if (NULL != wakeup->top && curr->top != wakeup->top) {
2744 if (NULL != wakeup->top && curr->top != wakeup->top) {
2754 if (NULL != wakeup->bottom && curr->bottom != wakeup->bottom) {
2822 old = btv->curr;
2824 btv->curr = new;
2860 struct bttv_buffer *wakeup = btv->curr.top;
2866 btv->curr.top_irq = 0;
2867 btv->curr.top = NULL;
2898 if ((btv->curr.top && is_active(&btv->curr.top->top, rc)) ||
2899 (btv->curr.bottom && is_active(&btv->curr.bottom->bottom, rc))) {
2908 old = btv->curr;
2909 btv->curr = new;
3521 btv->state.video = btv->curr;
3524 btv->curr = idle;
3557 btv->curr = btv->state.video;
3560 bttv_buffer_activate_video(btv, &btv->curr);