Searched refs:bbc_i2c_getdev (Results 1 – 3 of 3) sorted by relevance
76 extern struct platform_device *bbc_i2c_getdev(struct bbc_i2c_bus *, int);
69 struct platform_device *bbc_i2c_getdev(struct bbc_i2c_bus *bp, int index) in bbc_i2c_getdev() function263 EXPORT_SYMBOL(bbc_i2c_getdev);
573 while ((op = bbc_i2c_getdev(bp, devidx++)) != NULL) { in bbc_envctrl_init()