Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/common/b2c2/
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()
Dflexcop-common.h103 int (*stream_control) (struct flexcop_device *, int); member
/linux-6.1.9/drivers/media/pci/b2c2/
Dflexcop-pci.c363 fc->stream_control = flexcop_pci_stream_control; in flexcop_pci_probe()
/linux-6.1.9/drivers/media/usb/b2c2/
Dflexcop-usb.c571 fc->stream_control = flexcop_usb_stream_control; in flexcop_usb_probe()