Home
last modified time | relevance | path

Searched refs:stream_control (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/media/common/b2c2/
H A Dflexcop-hw-filter.c211 if (fc->stream_control) /* device specific stream control */ in flexcop_pid_feed_control()
212 fc->stream_control(fc, onoff); in flexcop_pid_feed_control()
H A Dflexcop-common.h103 int (*stream_control) (struct flexcop_device *, int); member
/linux/drivers/media/pci/b2c2/
H A Dflexcop-pci.c363 fc->stream_control = flexcop_pci_stream_control; in flexcop_pci_probe()
/linux/drivers/media/usb/b2c2/
H A Dflexcop-usb.c575 fc->stream_control = flexcop_usb_stream_control; in flexcop_usb_probe()