Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/sbus/char/
Dbbc_i2c.c181 int bbc_i2c_readb(struct bbc_i2c_client *client, unsigned char *byte, int off) in bbc_i2c_readb() function
252 ret = bbc_i2c_readb(client, buf, off); in bbc_i2c_read_buf()
267 EXPORT_SYMBOL(bbc_i2c_readb);
Dbbc_i2c.h82 extern int bbc_i2c_readb(struct bbc_i2c_client *, unsigned char *byte, int off);
Dbbc_envctrl.c123 bbc_i2c_readb(tp->client, in get_current_temps()
127 bbc_i2c_readb(tp->client, in get_current_temps()