Searched refs:attach_adapter (Results 1 – 4 of 4) sorted by relevance
84 .attach_adapter = example_attach_adapter,94 the busses. This means that the driver .attach_adapter and111 - .attach_adapter = example_attach_adapter,
170 int (*attach_adapter)(struct i2c_adapter *) __deprecated; member
435 .attach_adapter = do_attach,
1510 if (driver->attach_adapter) { in i2c_do_add_adapter()1516 driver->attach_adapter(adap); in i2c_do_add_adapter()