Home
last modified time | relevance | path

Searched defs:hwmon (Results 1 – 25 of 65) sorted by relevance

123

/openbmc/linux/drivers/hwmon/
H A Dda9052-hwmon.c88 struct da9052_hwmon *hwmon = dev_get_drvdata(dev); in da9052_vddout_show() local
120 struct da9052_hwmon *hwmon = dev_get_drvdata(dev); in da9052_ich_show() local
134 struct da9052_hwmon *hwmon = dev_get_drvdata(dev); in da9052_tbat_show() local
142 struct da9052_hwmon *hwmon = dev_get_drvdata(dev); in da9052_vbat_show() local
156 struct da9052_hwmon *hwmon = dev_get_drvdata(dev); in da9052_misc_channel_show() local
223 struct da9052_hwmon *hwmon = dev_get_drvdata(dev); in __da9052_read_tsi() local
243 struct da9052_hwmon *hwmon = dev_get_drvdata(dev); in da9052_tsi_show() local
260 struct da9052_hwmon *hwmon = dev_get_drvdata(dev); in da9052_tjunc_show() local
282 struct da9052_hwmon *hwmon = dev_get_drvdata(dev); in da9052_vbbat_show() local
389 struct da9052_hwmon *hwmon = data; in da9052_tsi_datardy_irq() local
[all …]
H A Dlan966x-hwmon.c80 struct lan966x_hwmon *hwmon = dev_get_drvdata(dev); in lan966x_hwmon_read_temp() local
99 struct lan966x_hwmon *hwmon = dev_get_drvdata(dev); in lan966x_hwmon_read_fan() local
118 struct lan966x_hwmon *hwmon = dev_get_drvdata(dev); in lan966x_hwmon_read_pwm() local
133 struct lan966x_hwmon *hwmon = dev_get_drvdata(dev); in lan966x_hwmon_read_pwm_freq() local
177 struct lan966x_hwmon *hwmon = dev_get_drvdata(dev); in lan966x_hwmon_write_pwm() local
189 struct lan966x_hwmon *hwmon = dev_get_drvdata(dev); in lan966x_hwmon_write_pwm_freq() local
284 struct lan966x_hwmon *hwmon = data; in lan966x_hwmon_disable() local
292 struct lan966x_hwmon *hwmon) in lan966x_hwmon_enable()
340 struct lan966x_hwmon *hwmon; in lan966x_hwmon_probe() local
H A Dda9055-hwmon.c55 static int da9055_adc_manual_read(struct da9055_hwmon *hwmon, in da9055_adc_manual_read()
108 struct da9055_hwmon *hwmon = irq_data; in da9055_auxadc_irq() local
142 struct da9055_hwmon *hwmon = dev_get_drvdata(dev); in da9055_auto_ch_show() local
178 struct da9055_hwmon *hwmon = dev_get_drvdata(dev); in da9055_tjunc_show() local
237 struct da9055_hwmon *hwmon; in da9055_hwmon_probe() local
H A Dsmpro-hwmon.c208 struct smpro_hwmon *hwmon = dev_get_drvdata(dev); in smpro_read_temp() local
233 struct smpro_hwmon *hwmon = dev_get_drvdata(dev); in smpro_read_in() local
252 struct smpro_hwmon *hwmon = dev_get_drvdata(dev); in smpro_read_curr() local
271 struct smpro_hwmon *hwmon = dev_get_drvdata(dev); in smpro_read_power() local
363 const struct smpro_hwmon *hwmon = data; in smpro_is_visible() local
437 struct smpro_hwmon *hwmon; in smpro_hwmon_probe() local
H A Das370-hwmon.c32 static void init_pvt(struct as370_hwmon *hwmon) in init_pvt()
51 struct as370_hwmon *hwmon = dev_get_drvdata(dev); in as370_hwmon_read() local
98 struct as370_hwmon *hwmon; in as370_hwmon_probe() local
H A Dsparx5-temp.c29 static void s5_temp_enable(struct s5_hwmon *hwmon) in s5_temp_enable()
44 struct s5_hwmon *hwmon = dev_get_drvdata(dev); in s5_read() local
108 struct s5_hwmon *hwmon; in s5_temp_probe() local
H A Dgsc-hwmon.c57 struct gsc_hwmon_data *hwmon = dev_get_drvdata(dev); in pwm_auto_point_temp_show() local
75 struct gsc_hwmon_data *hwmon = dev_get_drvdata(dev); in pwm_auto_point_temp_store() local
149 struct gsc_hwmon_data *hwmon = dev_get_drvdata(dev); in gsc_hwmon_read() local
215 struct gsc_hwmon_data *hwmon = dev_get_drvdata(dev); in gsc_hwmon_read_string() local
320 struct gsc_hwmon_data *hwmon; in gsc_hwmon_probe() local
H A Dsl28cpld-hwmon.c37 struct sl28cpld_hwmon *hwmon = dev_get_drvdata(dev); in sl28cpld_hwmon_read() local
87 struct sl28cpld_hwmon *hwmon; in sl28cpld_hwmon_probe() local
H A Dnsa320-hwmon.c70 struct nsa320_hwmon *hwmon = dev_get_drvdata(dev); in nsa320_hwmon_update() local
159 struct nsa320_hwmon *hwmon; in nsa320_hwmon_probe() local
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dhwmon.c86 struct mlx5_hwmon *hwmon = dev_get_drvdata(dev); in mlx5_hwmon_read() local
116 struct mlx5_hwmon *hwmon = dev_get_drvdata(dev); in mlx5_hwmon_write() local
147 struct mlx5_hwmon *hwmon = dev_get_drvdata(dev); in mlx5_hwmon_read_string() local
163 static int mlx5_hwmon_init_channels_names(struct mlx5_hwmon *hwmon) in mlx5_hwmon_init_channels_names()
207 static int mlx5_hwmon_init_sensors_indexes(struct mlx5_hwmon *hwmon, u64 sensor_map) in mlx5_hwmon_init_sensors_indexes()
228 static void mlx5_hwmon_channel_info_init(struct mlx5_hwmon *hwmon) in mlx5_hwmon_channel_info_init()
284 static void mlx5_hwmon_free(struct mlx5_hwmon *hwmon) in mlx5_hwmon_free()
296 struct mlx5_hwmon *hwmon; in mlx5_hwmon_alloc() local
342 static int mlx5_hwmon_dev_init(struct mlx5_hwmon *hwmon) in mlx5_hwmon_dev_init()
377 struct mlx5_hwmon *hwmon; in mlx5_hwmon_dev_register() local
[all …]
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_hwmon.c47 struct i915_hwmon *hwmon; member
71 struct i915_hwmon *hwmon = ddat->hwmon; in hwm_locked_with_pm_intel_uncore_rmw() local
129 struct i915_hwmon *hwmon = ddat->hwmon; in hwm_energy() local
162 struct i915_hwmon *hwmon = ddat->hwmon; in hwm_power1_max_interval_show() local
193 struct i915_hwmon *hwmon = ddat->hwmon; in hwm_power1_max_interval_store() local
256 struct i915_hwmon *hwmon = ddat->hwmon; in hwm_attributes_visible() local
320 struct i915_hwmon *hwmon = ddat->hwmon; in hwm_in_read() local
340 struct i915_hwmon *hwmon = ddat->hwmon; in hwm_power_is_visible() local
367 struct i915_hwmon *hwmon = ddat->hwmon; in hwm_power_max_read() local
401 struct i915_hwmon *hwmon = ddat->hwmon; in hwm_power_max_write() local
[all …]
/openbmc/linux/drivers/thermal/
H A Dthermal_hwmon.c100 struct thermal_hwmon_device *hwmon; in thermal_hwmon_lookup_by_type() local
119 thermal_hwmon_lookup_temp(const struct thermal_hwmon_device *hwmon, in thermal_hwmon_lookup_temp()
143 struct thermal_hwmon_device *hwmon; in thermal_add_hwmon_sysfs() local
226 struct thermal_hwmon_device *hwmon; in thermal_remove_hwmon_sysfs() local
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dmcdi_mon.c146 struct efx_mcdi_mon *hwmon = efx_mcdi_mon(efx); in efx_mcdi_mon_update() local
165 struct efx_mcdi_mon *hwmon = efx_mcdi_mon(efx); in efx_mcdi_mon_get_entry() local
285 struct efx_mcdi_mon *hwmon = efx_mcdi_mon(efx); in efx_mcdi_mon_add_attr() local
306 struct efx_mcdi_mon *hwmon = efx_mcdi_mon(efx); in efx_mcdi_mon_probe() local
522 struct efx_mcdi_mon *hwmon = efx_mcdi_mon(efx); in efx_mcdi_mon_remove() local
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dmcdi_mon.c146 struct efx_mcdi_mon *hwmon = efx_mcdi_mon(efx); in efx_mcdi_mon_update() local
165 struct efx_mcdi_mon *hwmon = efx_mcdi_mon(efx); in efx_mcdi_mon_get_entry() local
285 struct efx_mcdi_mon *hwmon = efx_mcdi_mon(efx); in efx_mcdi_mon_add_attr() local
306 struct efx_mcdi_mon *hwmon = efx_mcdi_mon(efx); in efx_siena_mcdi_mon_probe() local
522 struct efx_mcdi_mon *hwmon = efx_mcdi_mon(efx); in efx_siena_mcdi_mon_remove() local
/openbmc/linux/arch/riscv/boot/dts/microchip/
H A Dmpfs-tysom-m.dts71 hwmon: hwmon@45 { label
/openbmc/phosphor-hwmon/
H A Dfan_pwm.cpp18 namespace hwmon namespace
H A Dhwmon.cpp3 namespace hwmon namespace
H A Dfan_speed.cpp16 namespace hwmon namespace
H A Dfan_pwm.hpp9 namespace hwmon namespace
H A Dfan_speed.hpp9 namespace hwmon namespace
H A Dmeson.build51 hwmon_lib = static_library( build
H A Dhwmon.hpp8 namespace hwmon namespace
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_hwmon.h30 struct device *hwmon; member
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dinit.c47 struct device *hwmon; in mt7921_thermal_init() local
/openbmc/linux/drivers/vdpa/solidrun/
H A Dsnet_hwmon.c179 struct device *hwmon; in psnet_create_hwmon() local

123