Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/usb/dvb-usb/
Ddw2102.c1243 static struct dvb_usb_device_properties dw2102_properties; variable
1249 if (dw2102_properties.i2c_algo == &dw2102_serit_i2c_algo) { in dw2102_frontend_attach()
1260 if (dw2102_properties.i2c_algo == &dw2102_earda_i2c_algo) { in dw2102_frontend_attach()
1273 if (dw2102_properties.i2c_algo == &dw2102_i2c_algo) { in dw2102_frontend_attach()
1798 dw2102_properties.i2c_algo = &dw2102_i2c_algo; in dw2102_load_firmware()
1799 dw2102_properties.adapter->fe[0].tuner_attach = &dw2102_tuner_attach; in dw2102_load_firmware()
1811 dw2102_properties.i2c_algo = &dw2102_earda_i2c_algo; in dw2102_load_firmware()
1833 static struct dvb_usb_device_properties dw2102_properties = { variable
2307 if (0 == dvb_usb_device_init(intf, &dw2102_properties, in dw2102_probe()