Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/i2c/
Di2c-smbus.c27 struct i2c_smbus_alert { struct
76 struct i2c_smbus_alert *alert; in smbus_alert()
80 alert = container_of(work, struct i2c_smbus_alert, alert); in smbus_alert()
123 struct i2c_smbus_alert *alert = d; in smbalert_irq()
138 struct i2c_smbus_alert *alert; in smbalert_probe()
142 alert = devm_kzalloc(&ara->dev, sizeof(struct i2c_smbus_alert), in smbalert_probe()
169 struct i2c_smbus_alert *alert = i2c_get_clientdata(ara); in smbalert_remove()
236 struct i2c_smbus_alert *alert = i2c_get_clientdata(ara); in i2c_handle_smbus_alert()