Home
last modified time | relevance | path

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

/drivers/media/usb/dvb-usb/
Ddw2102.c1289 static struct dvb_usb_device_properties dw2102_properties; variable
1295 if (dw2102_properties.i2c_algo == &dw2102_serit_i2c_algo) { in dw2102_frontend_attach()
1306 if (dw2102_properties.i2c_algo == &dw2102_earda_i2c_algo) { in dw2102_frontend_attach()
1319 if (dw2102_properties.i2c_algo == &dw2102_i2c_algo) { in dw2102_frontend_attach()
1952 dw2102_properties.i2c_algo = &dw2102_i2c_algo; in dw2102_load_firmware()
1953 dw2102_properties.adapter->fe[0].tuner_attach = &dw2102_tuner_attach; in dw2102_load_firmware()
1965 dw2102_properties.i2c_algo = &dw2102_earda_i2c_algo; in dw2102_load_firmware()
1991 static struct dvb_usb_device_properties dw2102_properties = { variable
2593 if (!(dvb_usb_device_init(intf, &dw2102_properties, in dw2102_probe()