Searched refs:p7500 (Results 1 – 1 of 1) sorted by relevance
2028 static struct dvb_usb_device_properties *p7500; variable2239 p7500 = kmemdup(&s6x0_properties, in dw2102_probe()2241 if (!p7500) { in dw2102_probe()2246 p7500->firmware = P7500_FIRMWARE; in dw2102_probe()2247 p7500->devices[0] = d7500; in dw2102_probe()2248 p7500->rc.core.rc_query = prof_rc_query; in dw2102_probe()2249 p7500->rc.core.rc_codes = RC_MAP_TBS_NEC; in dw2102_probe()2250 p7500->adapter->fe[0].frontend_attach = prof_7500_frontend_attach; in dw2102_probe()2258 kfree(p7500); in dw2102_probe()2278 0 == dvb_usb_device_init(intf, p7500, in dw2102_probe()