Lines Matching refs:wakeup

3598 bttv_irq_wakeup_video(struct bttv *btv, struct bttv_buffer_set *wakeup,  in bttv_irq_wakeup_video()  argument
3605 if (wakeup->top == wakeup->bottom) { in bttv_irq_wakeup_video()
3606 if (NULL != wakeup->top && curr->top != wakeup->top) { in bttv_irq_wakeup_video()
3609 btv->c.nr, wakeup->top); in bttv_irq_wakeup_video()
3610 wakeup->top->vb.ts = ts; in bttv_irq_wakeup_video()
3611 wakeup->top->vb.field_count = btv->field_count; in bttv_irq_wakeup_video()
3612 wakeup->top->vb.state = state; in bttv_irq_wakeup_video()
3613 wake_up(&wakeup->top->vb.done); in bttv_irq_wakeup_video()
3616 if (NULL != wakeup->top && curr->top != wakeup->top) { in bttv_irq_wakeup_video()
3619 btv->c.nr, wakeup->top); in bttv_irq_wakeup_video()
3620 wakeup->top->vb.ts = ts; in bttv_irq_wakeup_video()
3621 wakeup->top->vb.field_count = btv->field_count; in bttv_irq_wakeup_video()
3622 wakeup->top->vb.state = state; in bttv_irq_wakeup_video()
3623 wake_up(&wakeup->top->vb.done); in bttv_irq_wakeup_video()
3625 if (NULL != wakeup->bottom && curr->bottom != wakeup->bottom) { in bttv_irq_wakeup_video()
3628 btv->c.nr, wakeup->bottom); in bttv_irq_wakeup_video()
3629 wakeup->bottom->vb.ts = ts; in bttv_irq_wakeup_video()
3630 wakeup->bottom->vb.field_count = btv->field_count; in bttv_irq_wakeup_video()
3631 wakeup->bottom->vb.state = state; in bttv_irq_wakeup_video()
3632 wake_up(&wakeup->bottom->vb.done); in bttv_irq_wakeup_video()
3638 bttv_irq_wakeup_vbi(struct bttv *btv, struct bttv_buffer *wakeup, in bttv_irq_wakeup_vbi() argument
3643 if (NULL == wakeup) in bttv_irq_wakeup_vbi()
3647 wakeup->vb.ts = ts; in bttv_irq_wakeup_vbi()
3648 wakeup->vb.field_count = btv->field_count; in bttv_irq_wakeup_vbi()
3649 wakeup->vb.state = state; in bttv_irq_wakeup_vbi()
3650 wake_up(&wakeup->vb.done); in bttv_irq_wakeup_vbi()
3707 struct bttv_buffer *wakeup = btv->curr.top; in bttv_irq_wakeup_top() local
3709 if (NULL == wakeup) in bttv_irq_wakeup_top()
3717 v4l2_get_timestamp(&wakeup->vb.ts); in bttv_irq_wakeup_top()
3718 wakeup->vb.field_count = btv->field_count; in bttv_irq_wakeup_top()
3719 wakeup->vb.state = VIDEOBUF_DONE; in bttv_irq_wakeup_top()
3720 wake_up(&wakeup->vb.done); in bttv_irq_wakeup_top()