Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/pci/bt8xx/
Dbttvp.h66 #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()
2270 res = RESOURCE_VIDEO_STREAM; in bttv_resource()
2975 if (check_btres(fh,RESOURCE_VIDEO_STREAM)) { in bttv_poll()
2984 if (locked_btres(fh->btv,RESOURCE_VIDEO_STREAM)) in bttv_poll()
3090 if (check_btres(fh, RESOURCE_VIDEO_STREAM)) { in bttv_release()
3092 free_btres_lock(btv,fh,RESOURCE_VIDEO_STREAM); in bttv_release()