Home
last modified time | relevance | path

Searched refs:tmin (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/hwmon/
H A Dadm1026.rst90 register. Then set the low temperature limit in the tmin values for each
92 largest difference between current and tmin of the temperature sensors sets
/linux/drivers/hwmon/
H A Dadt7462.c1218 int tmin = (data->pwm_tmin[attr->index] - 64) * 1000; in pwm_tmax_show() local
1220 return sprintf(buf, "%d\n", tmin + trange); in pwm_tmax_show()
1231 int tmin, trange_value; in pwm_tmax_store() local
1238 tmin = (data->pwm_tmin[attr->index] - 64) * 1000; in pwm_tmax_store()
1239 trange_value = find_trange_value(trange - tmin); in pwm_tmax_store()
/linux/net/core/
H A Dsock.c3056 ktime_t tmin; in __sock_cmsg_send() local
3074 tmin = 1; in __sock_cmsg_send()
3077 tmin = max(ktime_mono_to_real(0), 1); in __sock_cmsg_send()
3080 tmin = max(ktime_mono_to_any(0, TK_OFFS_TAI), 1); in __sock_cmsg_send()
3083 tmin = 1; in __sock_cmsg_send()
3088 sockc->transmit_time = max_t(ktime_t, txtime, tmin); in __sock_cmsg_send()