Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/video/via/
Dvia_i2c.c198 struct via_port_cfg *adap_cfg, in create_i2c_bus() argument
207 algo->data = adap_cfg; in create_i2c_bus()
210 adap_cfg->ioport_index); in create_i2c_bus()
221 via_i2c_setsda(adap_cfg, 1); in create_i2c_bus()
222 via_i2c_setscl(adap_cfg, 1); in create_i2c_bus()
237 struct via_port_cfg *adap_cfg = configs++; in viafb_i2c_probe() local
241 if (adap_cfg->type == 0 || adap_cfg->mode != VIA_MODE_I2C) in viafb_i2c_probe()
244 &i2c_stuff->algo, adap_cfg, in viafb_i2c_probe()