Searched refs:p7500 (Results 1 – 1 of 1) sorted by relevance
2061 static struct dvb_usb_device_properties *p7500; variable2280 p7500 = kmemdup(&s6x0_properties, in dw2102_probe()2282 if (!p7500) { in dw2102_probe()2287 p7500->firmware = P7500_FIRMWARE; in dw2102_probe()2288 p7500->devices[0] = d7500; in dw2102_probe()2289 p7500->rc.core.rc_query = prof_rc_query; in dw2102_probe()2290 p7500->rc.core.rc_codes = RC_MAP_TBS_NEC; in dw2102_probe()2291 p7500->adapter->fe[0].frontend_attach = prof_7500_frontend_attach; in dw2102_probe()2299 kfree(p7500); in dw2102_probe()2319 0 == dvb_usb_device_init(intf, p7500, in dw2102_probe()