Home
last modified time | relevance | path

Searched refs:bbc_i2c_client (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/sbus/char/
H A Dbbc_i2c.h8 struct bbc_i2c_client { struct
21 struct bbc_i2c_client *client;
43 struct bbc_i2c_client *client;
76 extern struct bbc_i2c_client *bbc_i2c_attach(struct bbc_i2c_bus *bp, struct platform_device *);
77 extern void bbc_i2c_detach(struct bbc_i2c_client *);
80 extern int bbc_i2c_writeb(struct bbc_i2c_client *, unsigned char val, int off);
81 extern int bbc_i2c_readb(struct bbc_i2c_client *, unsigned char *byte, int off);
82 extern int bbc_i2c_write_buf(struct bbc_i2c_client *, char *buf, int len, int off);
83 extern int bbc_i2c_read_buf(struct bbc_i2c_client *, char *buf, int len, int off);
H A Dbbc_i2c.c90 struct bbc_i2c_client *bbc_i2c_attach(struct bbc_i2c_bus *bp, struct platform_device *op) in bbc_i2c_attach()
92 struct bbc_i2c_client *client; in bbc_i2c_attach()
115 void bbc_i2c_detach(struct bbc_i2c_client *client) in bbc_i2c_detach()
151 int bbc_i2c_writeb(struct bbc_i2c_client *client, unsigned char val, int off) in bbc_i2c_writeb()
182 int bbc_i2c_readb(struct bbc_i2c_client *client, unsigned char *byte, int off) in bbc_i2c_readb()
231 int bbc_i2c_write_buf(struct bbc_i2c_client *client, in bbc_i2c_write_buf()
247 int bbc_i2c_read_buf(struct bbc_i2c_client *client, in bbc_i2c_read_buf()
/kernel/linux/linux-5.10/drivers/sbus/char/
H A Dbbc_i2c.h9 struct bbc_i2c_client { struct
22 struct bbc_i2c_client *client;
44 struct bbc_i2c_client *client;
77 extern struct bbc_i2c_client *bbc_i2c_attach(struct bbc_i2c_bus *bp, struct platform_device *);
78 extern void bbc_i2c_detach(struct bbc_i2c_client *);
81 extern int bbc_i2c_writeb(struct bbc_i2c_client *, unsigned char val, int off);
82 extern int bbc_i2c_readb(struct bbc_i2c_client *, unsigned char *byte, int off);
83 extern int bbc_i2c_write_buf(struct bbc_i2c_client *, char *buf, int len, int off);
84 extern int bbc_i2c_read_buf(struct bbc_i2c_client *, char *buf, int len, int off);
H A Dbbc_i2c.c89 struct bbc_i2c_client *bbc_i2c_attach(struct bbc_i2c_bus *bp, struct platform_device *op) in bbc_i2c_attach()
91 struct bbc_i2c_client *client; in bbc_i2c_attach()
114 void bbc_i2c_detach(struct bbc_i2c_client *client) in bbc_i2c_detach()
150 int bbc_i2c_writeb(struct bbc_i2c_client *client, unsigned char val, int off) in bbc_i2c_writeb()
181 int bbc_i2c_readb(struct bbc_i2c_client *client, unsigned char *byte, int off) in bbc_i2c_readb()
230 int bbc_i2c_write_buf(struct bbc_i2c_client *client, in bbc_i2c_write_buf()
246 int bbc_i2c_read_buf(struct bbc_i2c_client *client, in bbc_i2c_read_buf()

Completed in 3 milliseconds