Home | History | Annotate | Download | only in linux

Lines Matching defs:abd

245 	struct i2c_algo_bit_data *const abd = adapter->algo_data;
247 .ic_cookie = abd,
257 if (abd->pre_xfer) {
258 error = (*abd->pre_xfer)(adapter);
265 if (abd->post_xfer)
266 (*abd->post_xfer)(adapter);
292 struct i2c_algo_bit_data *const abd = cookie;
294 (*abd->setsda)(abd->data, (ISSET(bits, LI2CBB_SDA)? 1 : 0));
295 (*abd->setscl)(abd->data, (ISSET(bits, LI2CBB_SCL)? 1 : 0));
301 struct i2c_algo_bit_data *const abd = cookie;
304 if ((*abd->getsda)(abd->data))
306 if ((*abd->getscl)(abd->data))