Searched refs:hwmon_device_unregister (Results 1 - 25 of 202) sorted by relevance

123456789

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dhwmon.h21 void hwmon_device_unregister(struct device *dev);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dhwmon.h21 void hwmon_device_unregister(struct device *dev);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/hwmon/
H A Dhwmon.c35 * hwmon_device_unregister() must be called when the device is no
72 * hwmon_device_unregister - removes the previously registered class device
76 void hwmon_device_unregister(struct device *dev) function
87 "hwmon_device_unregister() failed: bad class ID!\n");
137 EXPORT_SYMBOL_GPL(hwmon_device_unregister); variable
H A Dlm70.c177 hwmon_device_unregister(p_lm70->hwmon_dev);
190 hwmon_device_unregister(p_lm70->hwmon_dev);
H A Dwm8350-hwmon.c121 hwmon_device_unregister(wm8350->hwmon.classdev);
H A Dlm73.c137 hwmon_device_unregister(hwmon_dev);
H A Ds3c-hwmon.c358 hwmon_device_unregister(hwmon->hwmon_dev);
381 hwmon_device_unregister(hwmon->hwmon_dev);
H A Dad7414.c233 hwmon_device_unregister(data->hwmon_dev);
H A Dadcxx.c221 hwmon_device_unregister(adc->hwmon_dev);
H A Dads7828.c161 hwmon_device_unregister(data->hwmon_dev);
H A Dads7871.c221 hwmon_device_unregister(pdata->hwmon_dev);
H A Dg760a.c246 hwmon_device_unregister(data->hwmon_dev);
H A Djz4740-hwmon.c192 hwmon_device_unregister(hwmon->hwmon);
H A Dk10temp.c197 hwmon_device_unregister(dev_get_drvdata(&pdev->dev));
H A Dltc4215.c288 hwmon_device_unregister(data->hwmon_dev);
H A Dmax1111.c214 hwmon_device_unregister(data->hwmon_dev);
H A Dmc13783-adc.c209 hwmon_device_unregister(priv->hwmon_dev);
H A Dtmp102.c236 hwmon_device_unregister(tmp102->hwmon_dev);
H A Dvia-cputemp.c173 hwmon_device_unregister(data->hwmon_dev);
H A Dw83l785ts.c237 hwmon_device_unregister(data->hwmon_dev);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/hwmon/
H A Dhwmon.c35 * hwmon_device_unregister() must be called when the device is no
72 * hwmon_device_unregister - removes the previously registered class device
76 void hwmon_device_unregister(struct device *dev) function
87 "hwmon_device_unregister() failed: bad class ID!\n");
137 EXPORT_SYMBOL_GPL(hwmon_device_unregister); variable
H A Dlm70.c177 hwmon_device_unregister(p_lm70->hwmon_dev);
190 hwmon_device_unregister(p_lm70->hwmon_dev);
H A Dwm8350-hwmon.c121 hwmon_device_unregister(wm8350->hwmon.classdev);
H A Dlm73.c137 hwmon_device_unregister(hwmon_dev);
H A Ds3c-hwmon.c358 hwmon_device_unregister(hwmon->hwmon_dev);
381 hwmon_device_unregister(hwmon->hwmon_dev);

Completed in 270 milliseconds

123456789