Searched refs:i2cbit (Results 1 – 2 of 2) sorted by relevance
279 struct i2c_bit_basher *i2cbit in i2c_bit_read() local281 struct bit_basher *basher = &i2cbit->basher; in i2c_bit_read()333 struct i2c_bit_basher *i2cbit in i2c_bit_write() local335 struct bit_basher *basher = &i2cbit->basher; in i2c_bit_write()373 int init_i2c_bit_basher ( struct i2c_bit_basher *i2cbit, in init_i2c_bit_basher() argument375 struct bit_basher *basher = &i2cbit->basher; in init_i2c_bit_basher()382 i2cbit->i2c.read = i2c_bit_read; in init_i2c_bit_basher()383 i2cbit->i2c.write = i2c_bit_write; in init_i2c_bit_basher()
140 extern int init_i2c_bit_basher ( struct i2c_bit_basher *i2cbit,