Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sbus/char/
Dbbc_i2c.h16 extern int bbc_i2c_readb(struct bbc_i2c_client *, unsigned char *byte, int off);
Dbbc_i2c.c237 int bbc_i2c_readb(struct bbc_i2c_client *client, unsigned char *byte, int off) in bbc_i2c_readb() function
312 int err = bbc_i2c_readb(client, buf, off); in bbc_i2c_read_buf()
329 EXPORT_SYMBOL(bbc_i2c_readb);
Dbbc_envctrl.c158 bbc_i2c_readb(tp->client, in get_current_temps()
162 bbc_i2c_readb(tp->client, in get_current_temps()