• Home
  • Raw
  • Download

Lines Matching refs:wakeup

3603 bttv_irq_wakeup_video(struct bttv *btv, struct bttv_buffer_set *wakeup,  in bttv_irq_wakeup_video()  argument
3610 if (wakeup->top == wakeup->bottom) { in bttv_irq_wakeup_video()
3611 if (NULL != wakeup->top && curr->top != wakeup->top) { in bttv_irq_wakeup_video()
3614 btv->c.nr, wakeup->top); in bttv_irq_wakeup_video()
3615 wakeup->top->vb.ts = ts; in bttv_irq_wakeup_video()
3616 wakeup->top->vb.field_count = btv->field_count; in bttv_irq_wakeup_video()
3617 wakeup->top->vb.state = state; in bttv_irq_wakeup_video()
3618 wake_up(&wakeup->top->vb.done); in bttv_irq_wakeup_video()
3621 if (NULL != wakeup->top && curr->top != wakeup->top) { in bttv_irq_wakeup_video()
3624 btv->c.nr, wakeup->top); in bttv_irq_wakeup_video()
3625 wakeup->top->vb.ts = ts; in bttv_irq_wakeup_video()
3626 wakeup->top->vb.field_count = btv->field_count; in bttv_irq_wakeup_video()
3627 wakeup->top->vb.state = state; in bttv_irq_wakeup_video()
3628 wake_up(&wakeup->top->vb.done); in bttv_irq_wakeup_video()
3630 if (NULL != wakeup->bottom && curr->bottom != wakeup->bottom) { in bttv_irq_wakeup_video()
3633 btv->c.nr, wakeup->bottom); in bttv_irq_wakeup_video()
3634 wakeup->bottom->vb.ts = ts; in bttv_irq_wakeup_video()
3635 wakeup->bottom->vb.field_count = btv->field_count; in bttv_irq_wakeup_video()
3636 wakeup->bottom->vb.state = state; in bttv_irq_wakeup_video()
3637 wake_up(&wakeup->bottom->vb.done); in bttv_irq_wakeup_video()
3643 bttv_irq_wakeup_vbi(struct bttv *btv, struct bttv_buffer *wakeup, in bttv_irq_wakeup_vbi() argument
3646 if (NULL == wakeup) in bttv_irq_wakeup_vbi()
3649 v4l2_get_timestamp(&wakeup->vb.ts); in bttv_irq_wakeup_vbi()
3650 wakeup->vb.field_count = btv->field_count; in bttv_irq_wakeup_vbi()
3651 wakeup->vb.state = state; in bttv_irq_wakeup_vbi()
3652 wake_up(&wakeup->vb.done); in bttv_irq_wakeup_vbi()
3709 struct bttv_buffer *wakeup = btv->curr.top; in bttv_irq_wakeup_top() local
3711 if (NULL == wakeup) in bttv_irq_wakeup_top()
3719 v4l2_get_timestamp(&wakeup->vb.ts); in bttv_irq_wakeup_top()
3720 wakeup->vb.field_count = btv->field_count; in bttv_irq_wakeup_top()
3721 wakeup->vb.state = VIDEOBUF_DONE; in bttv_irq_wakeup_top()
3722 wake_up(&wakeup->vb.done); in bttv_irq_wakeup_top()