Home
last modified time | relevance | path

Searched refs:p1100 (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/media/usb/dvb-usb/
Ddw2102.c2333 struct dvb_usb_device_properties *p1100; in dw2102_probe() local
2338 p1100 = kmemdup(&s6x0_properties, in dw2102_probe()
2340 if (!p1100) in dw2102_probe()
2345 p1100->firmware = P1100_FIRMWARE; in dw2102_probe()
2346 p1100->devices[0] = d1100; in dw2102_probe()
2347 p1100->rc.core.rc_query = prof_rc_query; in dw2102_probe()
2348 p1100->rc.core.rc_codes = RC_MAP_TBS_NEC; in dw2102_probe()
2349 p1100->adapter->fe[0].frontend_attach = stv0288_frontend_attach; in dw2102_probe()
2393 0 == dvb_usb_device_init(intf, p1100, in dw2102_probe()
2412 kfree(p1100); in dw2102_probe()
[all …]