Searched refs:check_alloc_btres_lock (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/ |
H A D | bttvp.h | 258 int check_alloc_btres_lock(struct bttv *btv, int bit);
|
H A D | bttv-vbi.c | 131 if (!check_alloc_btres_lock(btv, RESOURCE_VBI)) { in start_streaming_vbi()
|
H A D | bttv-driver.c | 644 int check_alloc_btres_lock(struct bttv *btv, int bit) in check_alloc_btres_lock() function 1543 if (!check_alloc_btres_lock(btv, RESOURCE_VIDEO_STREAM)) { in start_streaming() 2256 read() may change vbi_end in check_alloc_btres_lock(). */ in bttv_s_selection()
|
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/ |
H A D | bttv-driver.c | 652 int check_alloc_btres_lock(struct bttv *btv, struct bttv_fh *fh, int bit) in check_alloc_btres_lock() function 2555 if (!check_alloc_btres_lock(btv, fh, RESOURCE_OVERLAY)) in bttv_overlay() 2662 if (!check_alloc_btres_lock(btv, fh, res)) in bttv_qbuf() 2682 if (!check_alloc_btres_lock(btv, fh, res)) in bttv_streamon() 2808 read() may change vbi_end in check_alloc_btres_lock(). */ in bttv_s_selection() 2881 if (!check_alloc_btres_lock(fh->btv, fh, RESOURCE_VIDEO_READ)) { in bttv_read() 2891 if (!check_alloc_btres_lock(fh->btv,fh,RESOURCE_VBI)) in bttv_read() 2919 if (!check_alloc_btres_lock(fh->btv,fh,RESOURCE_VBI)) in bttv_poll()
|
Completed in 11 milliseconds