Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/usb/dvb-usb/
Ddw2102.c2390 struct dvb_usb_device_properties *p7500; in dw2102_probe() local
2418 p7500 = kmemdup(&s6x0_properties, in dw2102_probe()
2420 if (!p7500) in dw2102_probe()
2423 p7500->firmware = P7500_FIRMWARE; in dw2102_probe()
2424 p7500->devices[0] = d7500; in dw2102_probe()
2425 p7500->rc.core.rc_query = prof_rc_query; in dw2102_probe()
2426 p7500->rc.core.rc_codes = RC_MAP_TBS_NEC; in dw2102_probe()
2427 p7500->adapter->fe[0].frontend_attach = prof_7500_frontend_attach; in dw2102_probe()
2452 0 == dvb_usb_device_init(intf, p7500, in dw2102_probe()
2465 kfree(p7500); in dw2102_probe()
[all …]