Searched refs:bbc_i2c_client (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/sbus/char/ |
D | bbc_i2c.h | 7 struct bbc_i2c_client; 11 extern struct bbc_i2c_client *bbc_i2c_attach(struct linux_ebus_child *); 12 extern void bbc_i2c_detach(struct bbc_i2c_client *); 15 extern int bbc_i2c_writeb(struct bbc_i2c_client *, unsigned char val, int off); 16 extern int bbc_i2c_readb(struct bbc_i2c_client *, unsigned char *byte, int off); 17 extern int bbc_i2c_write_buf(struct bbc_i2c_client *, char *buf, int len, int off); 18 extern int bbc_i2c_read_buf(struct bbc_i2c_client *, char *buf, int len, int off);
|
D | bbc_i2c.c | 75 struct bbc_i2c_client { struct 150 struct bbc_i2c_client *bbc_i2c_attach(struct linux_ebus_child *echild) in bbc_i2c_attach() 153 struct bbc_i2c_client *client; in bbc_i2c_attach() 171 void bbc_i2c_detach(struct bbc_i2c_client *client) in bbc_i2c_detach() 206 int bbc_i2c_writeb(struct bbc_i2c_client *client, unsigned char val, int off) in bbc_i2c_writeb() 237 int bbc_i2c_readb(struct bbc_i2c_client *client, unsigned char *byte, int off) in bbc_i2c_readb() 286 int bbc_i2c_write_buf(struct bbc_i2c_client *client, in bbc_i2c_write_buf() 306 int bbc_i2c_read_buf(struct bbc_i2c_client *client, in bbc_i2c_read_buf()
|
D | bbc_envctrl.c | 85 struct bbc_i2c_client *client; 108 struct bbc_i2c_client *client;
|