Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/media/video/bt8xx/
Dbttvp.h66 #define RESOURCE_VIDEO_STREAM 2 macro
Dbttv-driver.c846 RESOURCE_VIDEO_STREAM | \
859 if (bit & (RESOURCE_VIDEO_READ | RESOURCE_VIDEO_STREAM)) in check_alloc_btres_lock()
860 xbits |= RESOURCE_VIDEO_READ | RESOURCE_VIDEO_STREAM; in check_alloc_btres_lock()
2409 res = RESOURCE_VIDEO_STREAM; in bttv_resource()
3132 if (check_btres(fh,RESOURCE_VIDEO_STREAM)) { in bttv_poll()
3141 if (locked_btres(fh->btv,RESOURCE_VIDEO_STREAM)) in bttv_poll()
3250 if (check_btres(fh, RESOURCE_VIDEO_STREAM)) { in bttv_release()
3252 free_btres_lock(btv,fh,RESOURCE_VIDEO_STREAM); in bttv_release()