/src/sys/external/bsd/drm2/linux/ |
linux_i2c.c | 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)) 242 struct i2c_algo_bit_data *const abd = adapter->algo_data; local in function:linux_i2cbb_xfer 288 struct i2c_algo_bit_data *const abd = cookie; local in function:linux_i2cbb_set_bits 297 struct i2c_algo_bit_data *const abd = cookie; local in function:linux_i2cbb_read_bits [all...] |
linux_i2c.c | 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)) 242 struct i2c_algo_bit_data *const abd = adapter->algo_data; local in function:linux_i2cbb_xfer 288 struct i2c_algo_bit_data *const abd = cookie; local in function:linux_i2cbb_set_bits 297 struct i2c_algo_bit_data *const abd = cookie; local in function:linux_i2cbb_read_bits [all...] |
linux_i2c.c | 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)) 242 struct i2c_algo_bit_data *const abd = adapter->algo_data; local in function:linux_i2cbb_xfer 288 struct i2c_algo_bit_data *const abd = cookie; local in function:linux_i2cbb_set_bits 297 struct i2c_algo_bit_data *const abd = cookie; local in function:linux_i2cbb_read_bits [all...] |