Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hwmon/
Dw83l785ts.c70 static struct w83l785ts_data *w83l785ts_update_device(struct device *dev);
98 struct w83l785ts_data { struct
116 struct w83l785ts_data *data = w83l785ts_update_device(dev); in show_temp() argument
167 struct w83l785ts_data *data; in w83l785ts_probe()
171 data = devm_kzalloc(dev, sizeof(struct w83l785ts_data), GFP_KERNEL); in w83l785ts_probe()
208 struct w83l785ts_data *data = i2c_get_clientdata(client); in w83l785ts_remove()
256 static struct w83l785ts_data *w83l785ts_update_device(struct device *dev) in w83l785ts_update_device()
259 struct w83l785ts_data *data = i2c_get_clientdata(client); in w83l785ts_update_device()