Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/usb/dvb-usb/
Ddw2102.c2397 struct dvb_usb_device_properties *s421; in dw2102_probe() local
2436 s421 = kmemdup(&su3000_properties, in dw2102_probe()
2438 if (!s421) in dw2102_probe()
2441 s421->num_device_descs = 2; in dw2102_probe()
2442 s421->devices[0] = d421; in dw2102_probe()
2443 s421->devices[1] = d632; in dw2102_probe()
2444 s421->adapter->fe[0].frontend_attach = m88rs2000_frontend_attach; in dw2102_probe()
2460 0 == dvb_usb_device_init(intf, s421, in dw2102_probe()
2470 kfree(s421); in dw2102_probe()
2479 kfree(s421); in dw2102_probe()