Lines Matching defs:adapter
97 device_for_each_child(&ara->adapter->dev, &data,
120 struct i2c_adapter *adapter = ara->adapter;
131 irq = of_irq_get_byname(adapter->dev.of_node, "smbus_alert");
149 dev_info(&adapter->dev, "supports SMBALERT#\n");
180 * @ara: the ARA client on the relevant adapter
225 i2c_handle_smbus_host_notify(client->adapter,
242 * @adapter: the target adapter
253 struct i2c_client *i2c_new_slave_host_notify_device(struct i2c_adapter *adapter)
270 client = i2c_new_client_device(adapter, &host_notify_board_info);