Home
last modified time | relevance | path

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

/drivers/i2c/
Di2c-smbus.c20 struct i2c_smbus_alert { struct
68 struct i2c_smbus_alert *alert = d; in smbus_alert()
106 struct i2c_smbus_alert *alert; in smbalert_work()
108 alert = container_of(work, struct i2c_smbus_alert, alert); in smbalert_work()
119 struct i2c_smbus_alert *alert; in smbalert_probe()
123 alert = devm_kzalloc(&ara->dev, sizeof(struct i2c_smbus_alert), in smbalert_probe()
157 struct i2c_smbus_alert *alert = i2c_get_clientdata(ara); in smbalert_remove()
192 struct i2c_smbus_alert *alert = i2c_get_clientdata(ara); in i2c_handle_smbus_alert()