Searched refs:p7500 (Results 1 – 1 of 1) sorted by relevance
2335 struct dvb_usb_device_properties *p7500; in dw2102_probe() local2363 p7500 = kmemdup(&s6x0_properties, in dw2102_probe()2365 if (!p7500) in dw2102_probe()2368 p7500->firmware = P7500_FIRMWARE; in dw2102_probe()2369 p7500->devices[0] = d7500; in dw2102_probe()2370 p7500->rc.core.rc_query = prof_rc_query; in dw2102_probe()2371 p7500->rc.core.rc_codes = RC_MAP_TBS_NEC; in dw2102_probe()2372 p7500->adapter->fe[0].frontend_attach = prof_7500_frontend_attach; in dw2102_probe()2397 0 == dvb_usb_device_init(intf, p7500, in dw2102_probe()2410 kfree(p7500); in dw2102_probe()[all …]