Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/macintosh/
Dwindfarm_max6690_sensor.c28 struct wf_6690_sensor { struct
33 #define wf_to_6690(x) container_of((x), struct wf_6690_sensor, sens) argument
37 struct wf_6690_sensor *max = wf_to_6690(sr); in wf_max6690_get()
53 struct wf_6690_sensor *max = wf_to_6690(sr); in wf_max6690_release()
68 struct wf_6690_sensor *max; in wf_max6690_probe()
90 max = kzalloc(sizeof(struct wf_6690_sensor), GFP_KERNEL); in wf_max6690_probe()
110 struct wf_6690_sensor *max = i2c_get_clientdata(client); in wf_max6690_remove()