Searched refs:p7500 (Results 1 – 1 of 1) sorted by relevance
2396 struct dvb_usb_device_properties *p7500; in dw2102_probe() local2424 p7500 = kmemdup(&s6x0_properties, in dw2102_probe()2426 if (!p7500) in dw2102_probe()2429 p7500->firmware = P7500_FIRMWARE; in dw2102_probe()2430 p7500->devices[0] = d7500; in dw2102_probe()2431 p7500->rc.core.rc_query = prof_rc_query; in dw2102_probe()2432 p7500->rc.core.rc_codes = RC_MAP_TBS_NEC; in dw2102_probe()2433 p7500->adapter->fe[0].frontend_attach = prof_7500_frontend_attach; in dw2102_probe()2458 0 == dvb_usb_device_init(intf, p7500, in dw2102_probe()2471 kfree(p7500); in dw2102_probe()[all …]