Home
last modified time | relevance | path

Searched full:tenths (Results 1 – 25 of 68) sorted by relevance

123

/kernel/linux/linux-6.6/tools/perf/tests/shell/lib/
Dwaiting.sh4 tenths=date\ +%s%1N
7 # Time out after $3 tenths of a second or 5 seconds if $3 is ""
11 start_time=$($tenths)
17 # Wait at most tm_out tenths of a second
18 if [ $(($($tenths) - start_time)) -ge $tm_out ] ; then
28 # Time out after $3 tenths of a second or 5 seconds if $3 is ""
33 start_time=$($tenths)
39 # Wait at most tm_out tenths of a second
40 if [ $(($($tenths) - start_time)) -ge $tm_out ] ; then
49 # Time out after $2 tenths of a second or 5 seconds if $2 is ""
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/supply/
Dmax17042_battery.txt19 as cold (in tenths of degree Celsius).
21 as over heated (in tenths of degree Celsius).
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/power/supply/
Dmaxim,max17042.yaml41 Temperature threshold to report battery as cold (in tenths of degree Celsius).
47 Temperature threshold to report battery as over heated (in tenths of degree Celsius).
/kernel/linux/linux-5.10/Documentation/input/devices/
Datarikbd.rst524 RX ; length of time (in tenths of seconds) until
526 RY ; length of time (in tenths of seconds) until
528 TX ; length (in tenths of seconds) of joystick closure
531 TY ; length (in tenths of seconds) of joystick closure
534 VX ; length (in tenths of seconds) of joystick closure
537 VY ; length (in tenths of seconds) of joystick closure
543 tenths of seconds later, keystroke pairs are generated every Tn tenths of
545 every Vn tenths of seconds. This provides a velocity (auto-repeat) breakpoint
/kernel/linux/linux-6.6/Documentation/input/devices/
Datarikbd.rst524 RX ; length of time (in tenths of seconds) until
526 RY ; length of time (in tenths of seconds) until
528 TX ; length (in tenths of seconds) of joystick closure
531 TY ; length (in tenths of seconds) of joystick closure
534 VX ; length (in tenths of seconds) of joystick closure
537 VY ; length (in tenths of seconds) of joystick closure
543 tenths of seconds later, keystroke pairs are generated every Tn tenths of
545 every Vn tenths of seconds. This provides a velocity (auto-repeat) breakpoint
/kernel/linux/linux-6.6/drivers/thermal/
Dimx_sc_thermal.c33 s8 tenths; member
63 *temp = msg.data.resp.celsius * 1000 + msg.data.resp.tenths * 100; in imx_sc_thermal_get_temp()
/kernel/linux/linux-5.10/drivers/thermal/
Dimx_sc_thermal.c35 s8 tenths; member
68 *temp = msg.data.resp.celsius * 1000 + msg.data.resp.tenths * 100; in imx_sc_thermal_get_temp()
/kernel/linux/linux-5.10/include/linux/power/
Dmax17042_battery.h260 int temp_min; /* in tenths of degree Celsius */
261 int temp_max; /* in tenths of degree Celsius */
/kernel/linux/linux-6.6/include/linux/power/
Dmax17042_battery.h262 int temp_min; /* in tenths of degree Celsius */
263 int temp_max; /* in tenths of degree Celsius */
/kernel/linux/linux-6.6/drivers/tty/ipwireless/
Dhardware.h61 void ipwireless_sleep(unsigned int tenths);
/kernel/linux/linux-5.10/drivers/tty/ipwireless/
Dhardware.h61 void ipwireless_sleep(unsigned int tenths);
/kernel/linux/linux-5.10/Documentation/hwmon/
Dnsa320.rst37 tenths of a degree.
/kernel/linux/linux-6.6/Documentation/hwmon/
Dnsa320.rst37 tenths of a degree.
/kernel/linux/linux-6.6/drivers/power/supply/
Dmax1721x_battery.c65 unsigned int rsense; /* in tenths uOhm */
102 return val * 10 / 256; /* in tenths of deg. C */ in max172xx_temperature_to_ps()
Drx51_battery.c90 * Read ADCIN channel 0 (battery temp) and convert value to tenths of Celsius
/kernel/linux/linux-5.10/drivers/power/supply/
Dmax1721x_battery.c65 unsigned int rsense; /* in tenths uOhm */
102 return val * 10 / 256; /* in tenths of deg. C */ in max172xx_temperature_to_ps()
Drx51_battery.c90 * Read ADCIN channel 0 (battery temp) and convert value to tenths of Celsius
/kernel/linux/linux-5.10/drivers/pcmcia/
Dsa1111_badge4.c50 * tenths of volts; e.g. pcmv=33,120,50 indicates 3v3 PCM Vcc, 12v0
/kernel/linux/linux-6.6/drivers/hwmon/
Dnsa320-hwmon.c34 * of RPM) and the last two bytes are the temperature (in tenths of a
/kernel/linux/linux-6.6/drivers/thermal/intel/int340x_thermal/
Dint340x_thermal_zone.c34 /* _TMP returns the temperature in tenths of degrees Kelvin */ in int340x_thermal_get_zone_temp()
/kernel/linux/linux-5.10/drivers/hwmon/
Dnsa320-hwmon.c36 * of RPM) and the last two bytes are the temperature (in tenths of a
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/
Dtermbits.h60 #define VTIME 5 /* Time-out value (tenths of a second) [!ICANON] */
/kernel/linux/linux-6.6/arch/mips/sibyte/swarm/
Drtc_m41t81.c61 #define M41T81REG_TSC 0x00 /* tenths/hundredths of second */
/kernel/linux/linux-5.10/arch/mips/sibyte/swarm/
Drtc_m41t81.c61 #define M41T81REG_TSC 0x00 /* tenths/hundredths of second */
/kernel/linux/linux-5.10/drivers/thermal/intel/int340x_thermal/
Dint340x_thermal_zone.c37 /* _TMP returns the temperature in tenths of degrees Kelvin */ in int340x_thermal_get_zone_temp()

123