Lines Matching defs:algo
204 struct i2c_adapter *algo;
206 algo = &bus->adapter;
211 bus->adapter.algo_data = algo;
213 algo->setsda = set_data;
214 algo->setscl = set_clock;
216 algo->getsda = vga_get_data;
217 algo->getscl = vga_get_clock;
219 algo->getsda = get_data;
220 algo->getscl = get_clock;
222 algo->udelay = I2C_RISEFALL_TIME;
223 algo->timeout = drv_usectohz(2200);
225 algo->data = bus;
519 return adapter->algo->functionality(adapter);
560 bus->adapter.algo = &gmbus_algorithm;