Home
last modified time | relevance | path

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

/drivers/media/pci/bt8xx/
Dbttvp.h65 #define RESOURCE_VIDEO_STREAM 2 macro
Dbttv-driver.c679 RESOURCE_VIDEO_STREAM | \
692 if (bit & (RESOURCE_VIDEO_READ | RESOURCE_VIDEO_STREAM)) in check_alloc_btres_lock()
693 xbits |= RESOURCE_VIDEO_READ | RESOURCE_VIDEO_STREAM; in check_alloc_btres_lock()
2268 res = RESOURCE_VIDEO_STREAM; in bttv_resource()
2970 if (check_btres(fh,RESOURCE_VIDEO_STREAM)) { in bttv_poll()
2979 if (locked_btres(fh->btv,RESOURCE_VIDEO_STREAM)) in bttv_poll()
3085 if (check_btres(fh, RESOURCE_VIDEO_STREAM)) { in bttv_release()
3087 free_btres_lock(btv,fh,RESOURCE_VIDEO_STREAM); in bttv_release()