Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/i2c/
Di2c-smbus.c19 struct i2c_smbus_alert { struct
67 struct i2c_smbus_alert *alert = d; in smbus_alert()
112 struct i2c_smbus_alert *alert; in smbalert_work()
114 alert = container_of(work, struct i2c_smbus_alert, alert); in smbalert_work()
125 struct i2c_smbus_alert *alert; in smbalert_probe()
129 alert = devm_kzalloc(&ara->dev, sizeof(struct i2c_smbus_alert), in smbalert_probe()
163 struct i2c_smbus_alert *alert = i2c_get_clientdata(ara); in smbalert_remove()
198 struct i2c_smbus_alert *alert = i2c_get_clientdata(ara); in i2c_handle_smbus_alert()