Searched refs:w83627hf_data (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dw83627hf.c348 struct w83627hf_data { struct
386 static int w83627hf_read_value(struct w83627hf_data *data, u16 reg);
387 static int w83627hf_write_value(struct w83627hf_data *data, u16 reg, u16 value);
388 static void w83627hf_update_fan_div(struct w83627hf_data *data);
389 static struct w83627hf_data *w83627hf_update_device(struct device *dev);
405 struct w83627hf_data *data = w83627hf_update_device(dev);
412 struct w83627hf_data *data = w83627hf_update_device(dev);
419 struct w83627hf_data *data = w83627hf_update_device(dev);
427 struct w83627hf_data *data = dev_get_drvdata(dev);
441 struct w83627hf_data *dat
[all...]

Completed in 87 milliseconds