Home
last modified time | relevance | path

Searched refs:hwmon_device_unregister (Results 1 – 25 of 70) sorted by relevance

123

/linux-5.19.10/drivers/thermal/
Dthermal_hwmon.c207 hwmon_device_unregister(hwmon->device); in thermal_add_hwmon_sysfs()
248 hwmon_device_unregister(hwmon->device); in thermal_remove_hwmon_sysfs()
/linux-5.19.10/drivers/hwmon/
Ds3c-hwmon.c339 hwmon_device_unregister(hwmon->hwmon_dev); in s3c_hwmon_probe()
360 hwmon_device_unregister(hwmon->hwmon_dev); in s3c_hwmon_remove()
Dmax31722.c108 hwmon_device_unregister(data->hwmon_dev); in max31722_remove()
Dmcp3021.c174 hwmon_device_unregister(data->hwmon_dev); in mcp3021_remove()
Dnzxt-kraken2.c195 hwmon_device_unregister(priv->hwmon_dev); in kraken2_remove()
Dadcxx.c203 hwmon_device_unregister(adc->hwmon_dev); in adcxx_remove()
Dw83l785ts.c210 hwmon_device_unregister(data->hwmon_dev); in w83l785ts_remove()
Dhwmon.c965 void hwmon_device_unregister(struct device *dev) in hwmon_device_unregister() function
976 EXPORT_SYMBOL_GPL(hwmon_device_unregister);
982 hwmon_device_unregister(hwdev); in devm_hwmon_release()
Dpcf8591.c235 hwmon_device_unregister(data->hwmon_dev); in pcf8591_remove()
Dibmpex.c505 hwmon_device_unregister(data->hwmon_dev); in ibmpex_register_bmc()
530 hwmon_device_unregister(data->hwmon_dev); in ibmpex_bmc_delete()
Dmax1111.c264 hwmon_device_unregister(data->hwmon_dev); in max1111_remove()
Dvia-cputemp.c189 hwmon_device_unregister(data->hwmon_dev); in via_cputemp_remove()
Dibmaem.c481 hwmon_device_unregister(data->hwmon_dev); in aem_delete()
596 hwmon_device_unregister(data->hwmon_dev); in aem_init_aem1_inst()
738 hwmon_device_unregister(data->hwmon_dev); in aem_init_aem2_inst()
Dmax197.c319 hwmon_device_unregister(data->hwmon_dev); in max197_remove()
Dmc13783-adc.c293 hwmon_device_unregister(priv->hwmon_dev); in mc13783_adc_remove()
Dultra45_env.c299 hwmon_device_unregister(p->hwmon_dev); in env_remove()
Dcorsair-cpro.c546 hwmon_device_unregister(ccp->hwmon_dev); in ccp_remove()
Ddrivetemp.c596 hwmon_device_unregister(st->hwdev); in drivetemp_remove()
/linux-5.19.10/drivers/platform/mips/
Dcpu_hwmon.c161 hwmon_device_unregister(cpu_hwmon_dev); in loongson_hwmon_exit()
/linux-5.19.10/drivers/net/ethernet/netronome/nfp/
Dnfp_hwmon.c161 hwmon_device_unregister(pf->hwmon_dev); in nfp_hwmon_unregister()
/linux-5.19.10/drivers/ufs/core/
Dufs-hwmon.c196 hwmon_device_unregister(hba->hwmon_device); in ufs_hwmon_remove()
/linux-5.19.10/drivers/nvme/host/
Dhwmon.c263 hwmon_device_unregister(ctrl->hwmon_device); in nvme_hwmon_exit()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlxsw/
Dcore_hwmon.c845 hwmon_device_unregister(linecard->hwmon_dev); in mlxsw_hwmon_got_inactive()
923 hwmon_device_unregister(mlxsw_hwmon->line_cards[0].hwmon_dev); in mlxsw_hwmon_init()
938 hwmon_device_unregister(mlxsw_hwmon->line_cards[0].hwmon_dev); in mlxsw_hwmon_fini()
/linux-5.19.10/include/linux/
Dhwmon.h461 void hwmon_device_unregister(struct device *dev);
/linux-5.19.10/Documentation/hwmon/
Dhwmon-kernel-api.rst49 void hwmon_device_unregister(struct device *dev);
86 hwmon_device_unregister deregisters a registered hardware monitoring device.

123