Home
last modified time | relevance | path

Searched refs:RESOURCE_VIDEO_STREAM (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/media/video/bt8xx/
Dbttvp.h63 #define RESOURCE_VIDEO_STREAM 2 macro
Dbttv-driver.c850 RESOURCE_VIDEO_STREAM | \
863 if (bit & (RESOURCE_VIDEO_READ | RESOURCE_VIDEO_STREAM)) in check_alloc_btres_lock()
864 xbits |= RESOURCE_VIDEO_READ | RESOURCE_VIDEO_STREAM; in check_alloc_btres_lock()
2413 res = RESOURCE_VIDEO_STREAM; in bttv_resource()
3135 if (check_btres(fh,RESOURCE_VIDEO_STREAM)) { in bttv_poll()
3144 if (locked_btres(fh->btv,RESOURCE_VIDEO_STREAM)) in bttv_poll()
3253 if (check_btres(fh, RESOURCE_VIDEO_STREAM)) { in bttv_release()
3255 free_btres_lock(btv,fh,RESOURCE_VIDEO_STREAM); in bttv_release()