Home
last modified time | relevance | path

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

/linux/drivers/media/usb/dvb-usb/
H A Ddw2102.c1290 static struct dvb_usb_device_properties dw2102_properties; variable
1296 if (dw2102_properties.i2c_algo == &dw2102_serit_i2c_algo) { in dw2102_frontend_attach()
1307 if (dw2102_properties.i2c_algo == &dw2102_earda_i2c_algo) { in dw2102_frontend_attach()
1320 if (dw2102_properties.i2c_algo == &dw2102_i2c_algo) { in dw2102_frontend_attach()
1950 dw2102_properties.i2c_algo = &dw2102_i2c_algo; in dw2102_load_firmware()
1951 dw2102_properties.adapter->fe[0].tuner_attach = &dw2102_tuner_attach; in dw2102_load_firmware()
1963 dw2102_properties.i2c_algo = &dw2102_earda_i2c_algo; in dw2102_load_firmware()
1988 static struct dvb_usb_device_properties dw2102_properties = { variable
2590 if (!(dvb_usb_device_init(intf, &dw2102_properties, in dw2102_probe()