Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/usb/dvb-usb/
Ddw2102.c2336 struct dvb_usb_device_properties *s421; in dw2102_probe() local
2375 s421 = kmemdup(&su3000_properties, in dw2102_probe()
2377 if (!s421) in dw2102_probe()
2380 s421->num_device_descs = 2; in dw2102_probe()
2381 s421->devices[0] = d421; in dw2102_probe()
2382 s421->devices[1] = d632; in dw2102_probe()
2383 s421->adapter->fe[0].frontend_attach = m88rs2000_frontend_attach; in dw2102_probe()
2399 0 == dvb_usb_device_init(intf, s421, in dw2102_probe()
2409 kfree(s421); in dw2102_probe()
2418 kfree(s421); in dw2102_probe()