Lines Matching refs:p1100
2035 static struct dvb_usb_device_properties *p1100; variable
2255 p1100 = kmemdup(&s6x0_properties, in dw2102_probe()
2257 if (!p1100) in dw2102_probe()
2261 p1100->firmware = P1100_FIRMWARE; in dw2102_probe()
2262 p1100->devices[0] = d1100; in dw2102_probe()
2263 p1100->rc.core.rc_query = prof_rc_query; in dw2102_probe()
2264 p1100->rc.core.rc_codes = RC_MAP_TBS_NEC; in dw2102_probe()
2265 p1100->adapter->fe[0].frontend_attach = stv0288_frontend_attach; in dw2102_probe()
2270 kfree(p1100); in dw2102_probe()
2283 kfree(p1100); in dw2102_probe()
2297 kfree(p1100); in dw2102_probe()
2315 0 == dvb_usb_device_init(intf, p1100, in dw2102_probe()