Home
last modified time | relevance | path

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

/openbmc/linux/drivers/sbus/char/
H A Dbbc_i2c.h75 extern struct platform_device *bbc_i2c_getdev(struct bbc_i2c_bus *, int);
H A Dbbc_i2c.c70 struct platform_device *bbc_i2c_getdev(struct bbc_i2c_bus *bp, int index) in bbc_i2c_getdev() function
264 EXPORT_SYMBOL(bbc_i2c_getdev);
H A Dbbc_envctrl.c573 while ((op = bbc_i2c_getdev(bp, devidx++)) != NULL) { in bbc_envctrl_init()