Lines Matching refs:bottom
3443 btv->cvbi ? (unsigned long long)btv->cvbi->bottom.dma : 0); in bttv_print_riscaddr()
3447 btv->curr.bottom in bttv_print_riscaddr()
3448 ? (unsigned long long)btv->curr.bottom->bottom.dma : 0); in bttv_print_riscaddr()
3451 btv->screen ? (unsigned long long)btv->screen->bottom.dma : 0); in bttv_print_riscaddr()
3529 set->bottom = item; in bttv_irq_next_video()
3563 if (NULL == set->bottom && in bttv_irq_next_video()
3565 set->bottom = item; in bttv_irq_next_video()
3567 if (NULL != set->top && NULL != set->bottom) in bttv_irq_next_video()
3576 if (NULL == set->top && NULL == set->bottom) { in bttv_irq_next_video()
3578 set->bottom = btv->screen; in bttv_irq_next_video()
3586 NULL == set->bottom) { in bttv_irq_next_video()
3587 set->bottom = btv->screen; in bttv_irq_next_video()
3593 btv->c.nr, set->top, set->bottom, in bttv_irq_next_video()
3606 if (wakeup->top == wakeup->bottom) { in bttv_irq_wakeup_video()
3626 if (NULL != wakeup->bottom && curr->bottom != wakeup->bottom) { in bttv_irq_wakeup_video()
3629 btv->c.nr, wakeup->bottom); in bttv_irq_wakeup_video()
3630 wakeup->bottom->vb.ts = ts; in bttv_irq_wakeup_video()
3631 wakeup->bottom->vb.field_count = btv->field_count; in bttv_irq_wakeup_video()
3632 wakeup->bottom->vb.state = state; in bttv_irq_wakeup_video()
3633 wake_up(&wakeup->bottom->vb.done); in bttv_irq_wakeup_video()
3744 (btv->curr.bottom && is_active(&btv->curr.bottom->bottom, rc))) { in bttv_irq_switch_video()
3785 is_active(&old->bottom, rc))) { in bttv_irq_switch_vbi()