Home
last modified time | relevance | path

Searched refs:DIBUSB_IOCTL_CMD_DISABLE_STREAM (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/usb/dvb-usb/
H A Ddibusb.h94 #define DIBUSB_IOCTL_CMD_DISABLE_STREAM 0x02 macro
H A Ddibusb-common.c104 b[1] = onoff ? DIBUSB_IOCTL_CMD_ENABLE_STREAM : DIBUSB_IOCTL_CMD_DISABLE_STREAM; in dibusb2_0_streaming_ctrl()