Home
last modified time | relevance | path

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

/openbmc/linux/drivers/sbus/char/
H A Dbbc_i2c.h76 extern struct bbc_i2c_client *bbc_i2c_attach(struct bbc_i2c_bus *bp, struct platform_device *);
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() function
265 EXPORT_SYMBOL(bbc_i2c_attach);
H A Dbbc_envctrl.c458 tp->client = bbc_i2c_attach(bp, op); in attach_one_temp()
506 fp->client = bbc_i2c_attach(bp, op); in attach_one_fan()