Searched refs:get_temp (Results 1 - 25 of 77) sorted by path

1234

/linux-master/drivers/acpi/
H A Dthermal.c626 .get_temp = thermal_get_temp,
/linux-master/drivers/ata/
H A Dahci_imx.c440 .get_temp = sata_ahci_read_temperature,
/linux-master/drivers/hwmon/
H A Ddrivetemp.c118 int (*get_temp)(struct drivetemp_data *st, u32 attr, long *val); member in struct:drivetemp_data
423 st->get_temp = drivetemp_get_scttemp;
429 st->get_temp = drivetemp_get_smarttemp;
462 err = st->get_temp(st, attr, val);
H A Dhwmon.c207 .get_temp = hwmon_thermal_get_temp,
H A Dscmi-hwmon.c155 .get_temp = scmi_hwmon_thermal_get_temp,
H A Dscpi-hwmon.c125 .get_temp = scpi_read_temp,
/linux-master/drivers/hwmon/pmbus/
H A Dpmbus_core.c1302 .get_temp = pmbus_thermal_get_temp,
/linux-master/drivers/iio/adc/
H A Dsun4i-gpadc-iio.c431 .get_temp = &sun4i_gpadc_get_temp,
/linux-master/drivers/input/touchscreen/
H A Dsun4i-ts.c201 .get_temp = sun4i_get_tz_temp,
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_thermal.c33 .get_temp = cxgb4_thermal_get_temp,
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_thermal.c239 .get_temp = mlxsw_thermal_get_temp,
312 .get_temp = mlxsw_thermal_module_temp_get,
341 .get_temp = mlxsw_thermal_gearbox_temp_get,
/linux-master/drivers/net/phy/
H A Dmarvell.c2779 int (*get_temp)(struct phy_device *phydev, long *temp); member in struct:marvell_hwmon_ops
3021 if (ops->get_temp)
3022 err = ops->get_temp(phydev, temp);
3066 return ops->get_temp ? 0444 : 0;
3164 .get_temp = m88e1121_get_temp,
3168 .get_temp = m88e1510_get_temp,
3175 .get_temp = m88e6390_get_temp,
3180 .get_temp = m88e6393_get_temp,
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtt.c666 .get_temp = iwl_mvm_tzone_get_temp,
/linux-master/drivers/platform/x86/
H A Dacerhdf.c452 .get_temp = acerhdf_get_ec_temp,
/linux-master/drivers/power/supply/
H A Dpower_supply_core.c1300 .get_temp = power_supply_read_temp,
/linux-master/drivers/regulator/
H A Dmax8973-regulator.c467 .get_temp = max8973_thermal_read_temp,
/linux-master/drivers/thermal/
H A Damlogic_thermal.c194 .get_temp = amlogic_thermal_get_temp,
H A Darmada_thermal.c412 .get_temp = armada_get_temp_legacy,
446 .get_temp = armada_get_temp,
H A Dda9062-thermal.c141 .get_temp = da9062_thermal_get_temp,
H A Ddb8500_thermal.c77 .get_temp = db8500_thermal_get_temp,
/linux-master/drivers/thermal/broadcom/
H A Dbcm2711_thermal.c58 .get_temp = bcm2711_get_temp,
H A Dbcm2835_thermal.c139 .get_temp = bcm2835_thermal_get_temp,
H A Dbrcmstb_thermal.c290 .get_temp = brcmstb_get_temp,
300 .get_temp = brcmstb_get_temp,
H A Dns-thermal.c42 .get_temp = ns_thermal_get_temp,
H A Dsr-thermal.c44 .get_temp = sr_get_temp,

Completed in 512 milliseconds

1234