Home
last modified time | relevance | path

Searched refs:ttusb (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/drivers/media/usb/ttusb-budget/
Ddvb-ttusb-budget.c83 struct ttusb { struct
137 static int ttusb_cmd(struct ttusb *ttusb, in ttusb_cmd() argument
151 if (mutex_lock_interruptible(&ttusb->semusb) < 0) in ttusb_cmd()
154 err = usb_bulk_msg(ttusb->dev, ttusb->bulk_out_pipe, in ttusb_cmd()
159 mutex_unlock(&ttusb->semusb); in ttusb_cmd()
165 mutex_unlock(&ttusb->semusb); in ttusb_cmd()
169 err = usb_bulk_msg(ttusb->dev, ttusb->bulk_in_pipe, in ttusb_cmd()
170 ttusb->last_result, 32, &actual_len, 1000); in ttusb_cmd()
175 mutex_unlock(&ttusb->semusb); in ttusb_cmd()
180 actual_len = ttusb->last_result[3] + 4; in ttusb_cmd()
[all …]
DMakefile1 obj-$(CONFIG_DVB_TTUSB_BUDGET) += dvb-ttusb-budget.o
/linux-4.1.27/drivers/media/usb/
DMakefile6 obj-y += ttusb-dec/ ttusb-budget/ dvb-usb/ dvb-usb-v2/ siano/ b2c2/
DKconfig44 source "drivers/media/usb/ttusb-budget/Kconfig"
45 source "drivers/media/usb/ttusb-dec/Kconfig"
/linux-4.1.27/Documentation/dvb/
Dreadme.txt48 "ttusb-dec.txt"
Dcontributors.txt76 for the IR code for the ttusb-dec driver
DREADME.dvb-usb36 ttusb; flexcop-usb already benefits from the generic flexcop-device) to use
/linux-4.1.27/firmware/
DMakefile65 fw-shipped-$(CONFIG_DVB_TTUSB_BUDGET) += ttusb-budget/dspbootcode.bin
DWHENCE106 Driver: ttusb-budget -- Technotrend/Hauppauge Nova-USB devices
108 File: ttusb-budget/dspbootcode.bin
/linux-4.1.27/drivers/media/usb/dvb-usb/
DKconfig214 old ttusb-driver - that's why the module is called dvb-usb-ttusb2.