Lines Matching refs:s660
2334 struct dvb_usb_device_properties *s660; in dw2102_probe() local
2351 s660 = kmemdup(&s6x0_properties, in dw2102_probe()
2353 if (!s660) in dw2102_probe()
2356 s660->firmware = S660_FIRMWARE; in dw2102_probe()
2357 s660->num_device_descs = 3; in dw2102_probe()
2358 s660->devices[0] = d660; in dw2102_probe()
2359 s660->devices[1] = d480_1; in dw2102_probe()
2360 s660->devices[2] = d480_2; in dw2102_probe()
2361 s660->adapter->fe[0].frontend_attach = ds3000_frontend_attach; in dw2102_probe()
2395 0 == dvb_usb_device_init(intf, s660, in dw2102_probe()
2411 kfree(s660); in dw2102_probe()
2422 kfree(s660); in dw2102_probe()