Lines Matching defs:curr
1168 if (btv->curr.frame_irq) {
1661 if (!btv->curr.frame_irq) {
3394 btv->curr.top
3395 ? (unsigned long long)btv->curr.top->top.dma : 0,
3396 btv->curr.bottom
3397 ? (unsigned long long)btv->curr.bottom->bottom.dma : 0);
3548 struct bttv_buffer_set *curr, unsigned int state)
3553 if (NULL != wakeup->top && curr->top != wakeup->top) {
3563 if (NULL != wakeup->top && curr->top != wakeup->top) {
3572 if (NULL != wakeup->bottom && curr->bottom != wakeup->bottom) {
3617 old = btv->curr;
3619 btv->curr = new;
3651 struct bttv_buffer *wakeup = btv->curr.top;
3657 btv->curr.top_irq = 0;
3658 btv->curr.top = NULL;
3689 if ((btv->curr.top && is_active(&btv->curr.top->top, rc)) ||
3690 (btv->curr.bottom && is_active(&btv->curr.bottom->bottom, rc))) {
3699 old = btv->curr;
3700 btv->curr = new;
4287 btv->state.video = btv->curr;
4290 btv->curr = idle;
4346 btv->curr = btv->state.video;
4349 bttv_buffer_activate_video(btv, &btv->curr);