Home
last modified time | relevance | path

Searched refs:nfeeds (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-dvb.c46 dvb->nfeeds++; in vb2_dvb_start_feed()
51 dvb->nfeeds--; in vb2_dvb_start_feed()
54 rc = dvb->nfeeds; in vb2_dvb_start_feed()
66 dvb->nfeeds--; in vb2_dvb_stop_feed()
67 if (0 == dvb->nfeeds) in vb2_dvb_stop_feed()
/linux/drivers/media/pci/bt8xx/
H A Ddvb-bt8xx.h31 int nfeeds; member
H A Ddvb-bt8xx.c72 card->nfeeds++; in dvb_bt8xx_start_feed()
73 rc = card->nfeeds; in dvb_bt8xx_start_feed()
74 if (card->nfeeds == 1) in dvb_bt8xx_start_feed()
92 card->nfeeds--; in dvb_bt8xx_stop_feed()
93 if (card->nfeeds == 0) in dvb_bt8xx_stop_feed()
/linux/drivers/media/test-drivers/vidtv/
H A Dvidtv_bridge.h60 u32 nfeeds; member
/linux/drivers/media/usb/cx231xx/
H A Dcx231xx-dvb.c55 int nfeeds; member
317 dvb->nfeeds++; in start_feed()
318 rc = dvb->nfeeds; in start_feed()
320 if (dvb->nfeeds == 1) { in start_feed()
337 dvb->nfeeds--; in stop_feed()
339 if (0 == dvb->nfeeds) in stop_feed()
/linux/include/media/
H A Dvideobuf2-dvb.h29 int nfeeds; member
/linux/drivers/media/usb/em28xx/
H A Dem28xx-dvb.c85 int nfeeds; member
258 dvb->nfeeds++; in em28xx_start_feed()
259 rc = dvb->nfeeds; in em28xx_start_feed()
261 if (dvb->nfeeds == 1) { in em28xx_start_feed()
278 dvb->nfeeds--; in em28xx_stop_feed()
280 if (!dvb->nfeeds) in em28xx_stop_feed()