Home
last modified time | relevance | path

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

/openbmc/linux/drivers/macintosh/
H A Dwindfarm_max6690_sensor.c27 struct wf_6690_sensor { struct
32 #define wf_to_6690(x) container_of((x), struct wf_6690_sensor, sens) argument
36 struct wf_6690_sensor *max = wf_to_6690(sr); in wf_max6690_get()
52 struct wf_6690_sensor *max = wf_to_6690(sr); in wf_max6690_release()
66 struct wf_6690_sensor *max; in wf_max6690_probe()
88 max = kzalloc(sizeof(struct wf_6690_sensor), GFP_KERNEL); in wf_max6690_probe()
108 struct wf_6690_sensor *max = i2c_get_clientdata(client); in wf_max6690_remove()