Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/usb/dvb-usb/
Ddw2102.c2009 static struct dvb_usb_device_properties *s660; variable
2226 s660 = kmemdup(&s6x0_properties, in dw2102_probe()
2228 if (!s660) { in dw2102_probe()
2232 s660->firmware = S660_FIRMWARE; in dw2102_probe()
2233 s660->num_device_descs = 3; in dw2102_probe()
2234 s660->devices[0] = d660; in dw2102_probe()
2235 s660->devices[1] = d480_1; in dw2102_probe()
2236 s660->devices[2] = d480_2; in dw2102_probe()
2237 s660->adapter->fe[0].frontend_attach = ds3000_frontend_attach; in dw2102_probe()
2243 kfree(s660); in dw2102_probe()
[all …]