Searched refs:feedcount (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-dvb.h26 int feedcount; member in struct:pvr2_dvb_adapter
H A Dpvrusb2-dvb.c200 if (!adap->feedcount) {
206 (adap->feedcount)++;
207 } else if (adap->feedcount > 0) {
208 (adap->feedcount)--;
209 if (!adap->feedcount) {
/linux-master/drivers/media/usb/dvb-usb/
H A Ddvb-usb-urb.c73 if (adap->feedcount > 0 && adap->state & DVB_USB_ADAP_STATE_DVB)
80 if (adap->feedcount > 0 && adap->state & DVB_USB_ADAP_STATE_DVB)
88 if (adap->feedcount > 0 && adap->state & DVB_USB_ADAP_STATE_DVB)
H A Ddvb-usb-dvb.c27 newfeedcount = adap->feedcount + (onoff ? 1 : -1);
43 adap->feedcount = newfeedcount;
58 if (adap->feedcount == onoff && adap->feedcount > 0) {
H A Ddvb-usb.h392 * @feedcount: number of requested feeds (used for streaming-activation)
414 int feedcount; member in struct:dvb_usb_adapter
H A Daf9005.c928 if (adap->feedcount == 1) {
948 if (adap->feedcount == 0) {
/linux-master/drivers/media/common/b2c2/
H A Dflexcop-hw-filter.c183 fc->feedcount += onoff ? 1 : -1; /* the number of PIDs/Feed currently requested */
193 if (!fc->pid_filtering && fc->feedcount == onoff)
209 if (fc->feedcount == onoff) {
H A Dflexcop-common.h91 int feedcount; member in struct:flexcop_device
/linux-master/drivers/media/pci/b2c2/
H A Dflexcop-pci.c111 if (fc->feedcount) {

Completed in 167 milliseconds