Searched refs:tz (Results 101 - 125 of 125) sorted by relevance

12345

/linux-master/drivers/thermal/
H A Dk3_j72xx_bandgap.c249 static int k3_thermal_get_temp(struct thermal_zone_device *tz, int *temp) argument
251 return k3_bgp_read_temp(thermal_zone_device_priv(tz), temp);
H A Dsprd_thermal.c207 static int sprd_thm_read_temp(struct thermal_zone_device *tz, int *temp) argument
209 struct sprd_thermal_sensor *sen = thermal_zone_device_priv(tz);
H A Dhisi_thermal.c432 static int hisi_thermal_get_temp(struct thermal_zone_device *tz, int *temp) argument
434 struct hisi_thermal_sensor *sensor = thermal_zone_device_priv(tz);
H A Dimx8mm_thermal.c141 static int tmu_get_temp(struct thermal_zone_device *tz, int *temp) argument
143 struct tmu_sensor *sensor = thermal_zone_device_priv(tz);
H A Dsun8i_thermal.c116 static int sun8i_ths_get_temp(struct thermal_zone_device *tz, int *temp) argument
118 struct tsensor *s = thermal_zone_device_priv(tz);
H A Drockchip_thermal.c1379 static int rockchip_thermal_set_trips(struct thermal_zone_device *tz, int low, int high) argument
1381 struct rockchip_thermal_sensor *sensor = thermal_zone_device_priv(tz);
1392 static int rockchip_thermal_get_temp(struct thermal_zone_device *tz, int *out_temp) argument
1394 struct rockchip_thermal_sensor *sensor = thermal_zone_device_priv(tz);
/linux-master/drivers/thermal/qcom/
H A Dqcom-spmi-adc-tm5.c360 static int adc_tm5_get_temp(struct thermal_zone_device *tz, int *temp) argument
362 struct adc_tm5_channel *channel = thermal_zone_device_priv(tz);
642 static int adc_tm5_set_trips(struct thermal_zone_device *tz, int low, int high) argument
644 struct adc_tm5_channel *channel = thermal_zone_device_priv(tz);
H A Dtsens.c255 * and offset values are derived from tz->tzp->slope and tz->tzp->offset
688 static int tsens_set_trips(struct thermal_zone_device *tz, int low, int high) argument
690 struct tsens_sensor *s = thermal_zone_device_priv(tz);
1072 static int tsens_get_temp(struct thermal_zone_device *tz, int *temp) argument
1074 struct tsens_sensor *s = thermal_zone_device_priv(tz);
/linux-master/drivers/hwmon/
H A Dhwmon.c154 static int hwmon_thermal_get_temp(struct thermal_zone_device *tz, int *temp) argument
156 struct hwmon_thermal_data *tdata = thermal_zone_device_priv(tz);
171 static int hwmon_thermal_set_trips(struct thermal_zone_device *tz, int low, int high) argument
173 struct hwmon_thermal_data *tdata = thermal_zone_device_priv(tz);
/linux-master/drivers/iio/adc/
H A Dsun4i-gpadc-iio.c414 static int sun4i_gpadc_get_temp(struct thermal_zone_device *tz, int *temp) argument
416 struct sun4i_gpadc_iio *info = thermal_zone_device_priv(tz);
/linux-master/drivers/regulator/
H A Dmax8973-regulator.c435 static int max8973_thermal_read_temp(struct thermal_zone_device *tz, int *temp) argument
437 struct max8973_chip *mchip = thermal_zone_device_priv(tz);
/linux-master/fs/exfat/
H A Dexfat_fs.h553 u8 tz, __le16 time, __le16 date, u8 time_cs);
557 u8 *tz, __le16 *time, __le16 *date, u8 *time_cs);
/linux-master/include/xen/interface/
H A Dplatform.h136 int16_t tz; member in struct:xenpf_efi_runtime_call::__anon852::__anon853::xenpf_efi_time
/linux-master/include/linux/
H A Dsecurity.h150 extern int cap_settime(const struct timespec64 *ts, const struct timezone *tz);
296 int security_settime64(const struct timespec64 *ts, const struct timezone *tz);
630 const struct timezone *tz)
632 return cap_settime(ts, tz);
629 security_settime64(const struct timespec64 *ts, const struct timezone *tz) argument
H A Dcompat.h731 struct timezone __user *tz);
733 struct timezone __user *tz);
H A Dlsm_hook_defs.h50 const struct timezone *tz)
H A Dsyscalls.h699 struct timezone __user *tz);
701 struct timezone __user *tz);
/linux-master/drivers/ata/
H A Dahci_imx.c420 static int sata_ahci_read_temperature(struct thermal_zone_device *tz, int *temp) argument
422 return __sata_ahci_read_temperature(thermal_zone_device_priv(tz), temp);
/linux-master/drivers/thermal/mediatek/
H A Dauxadc_thermal.c848 static int mtk_read_temp(struct thermal_zone_device *tz, int *temperature) argument
850 struct mtk_thermal *mt = thermal_zone_device_priv(tz);
/linux-master/crypto/
H A Decc.c1404 u64 tz[ECC_MAX_DIGITS]; local
1409 vli_mod_sub(tz, rx, tx, curve->p, ndigits);
1411 vli_mod_mult_fast(z, z, tz, curve);
/linux-master/tools/testing/selftests/nolibc/
H A Dnolibc-test.c877 struct timezone tz; local
938 CASE_TEST(gettimeofday_tv_tz);EXPECT_SYSZR(1, gettimeofday(&tv, &tz)); break;
/linux-master/security/
H A Dcommoncap.c108 * @tz: The timezone to set
113 int cap_settime(const struct timespec64 *ts, const struct timezone *tz) argument
H A Dsecurity.c1086 * @tz: timezone
1093 int security_settime64(const struct timespec64 *ts, const struct timezone *tz) argument
1095 return call_int_hook(settime, ts, tz);
/linux-master/drivers/hwmon/pmbus/
H A Dpmbus_core.c1275 static int pmbus_thermal_get_temp(struct thermal_zone_device *tz, int *temp) argument
1277 struct pmbus_thermal_data *tdata = thermal_zone_device_priv(tz);
/linux-master/drivers/perf/
H A Dxgene_pmu.c564 XGENE_PMU_EVENT_ATTR(tz-fail, 0x26),

Completed in 307 milliseconds

12345