Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/i2c/
Di2c-smbus.c28 struct i2c_smbus_alert { struct
76 struct i2c_smbus_alert *alert = d; in smbus_alert()
121 struct i2c_smbus_alert *alert; in smbalert_work()
123 alert = container_of(work, struct i2c_smbus_alert, alert); in smbalert_work()
134 struct i2c_smbus_alert *alert; in smbalert_probe()
138 alert = devm_kzalloc(&ara->dev, sizeof(struct i2c_smbus_alert), in smbalert_probe()
172 struct i2c_smbus_alert *alert = i2c_get_clientdata(ara); in smbalert_remove()
207 struct i2c_smbus_alert *alert = i2c_get_clientdata(ara); in i2c_handle_smbus_alert()