Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/usb/dvb-usb/
Ddw2102.c2068 static struct dvb_usb_device_properties *s421; variable
2294 s421 = kmemdup(&su3000_properties, in dw2102_probe()
2296 if (!s421) { in dw2102_probe()
2302 s421->num_device_descs = 2; in dw2102_probe()
2303 s421->devices[0] = d421; in dw2102_probe()
2304 s421->devices[1] = d632; in dw2102_probe()
2305 s421->adapter->fe[0].frontend_attach = m88rs2000_frontend_attach; in dw2102_probe()
2321 0 == dvb_usb_device_init(intf, s421, in dw2102_probe()