Searched full:tenths (Results 1 – 25 of 33) sorted by relevance
12
/Linux-v6.6/tools/perf/tests/shell/lib/ |
D | waiting.sh | 4 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 …]
|
/Linux-v6.6/Documentation/devicetree/bindings/power/supply/ |
D | maxim,max17042.yaml | 41 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).
|
/Linux-v6.6/Documentation/input/devices/ |
D | atarikbd.rst | 524 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
|
/Linux-v6.6/drivers/thermal/ |
D | imx_sc_thermal.c | 33 s8 tenths; member 63 *temp = msg.data.resp.celsius * 1000 + msg.data.resp.tenths * 100; in imx_sc_thermal_get_temp()
|
/Linux-v6.6/include/linux/power/ |
D | max17042_battery.h | 262 int temp_min; /* in tenths of degree Celsius */ 263 int temp_max; /* in tenths of degree Celsius */
|
/Linux-v6.6/drivers/tty/ipwireless/ |
D | hardware.h | 61 void ipwireless_sleep(unsigned int tenths);
|
/Linux-v6.6/Documentation/hwmon/ |
D | nsa320.rst | 37 tenths of a degree.
|
/Linux-v6.6/drivers/power/supply/ |
D | max1721x_battery.c | 65 unsigned int rsense; /* in tenths uOhm */ 102 return val * 10 / 256; /* in tenths of deg. C */ in max172xx_temperature_to_ps()
|
D | rx51_battery.c | 90 * Read ADCIN channel 0 (battery temp) and convert value to tenths of Celsius
|
D | ds2782_battery.c | 105 * power_supply class measures temperature in tenths of degrees in ds278x_get_temp()
|
D | ltc2941-battery-gauge.c | 346 /* Convert to tenths of degree Celsius */ in ltc294x_get_temperature()
|
D | ds2780_battery.c | 206 * power_supply class measures temperature in tenths of degrees in ds2780_get_temperature()
|
D | bq25890_charger.c | 306 /* NTC 10K temperature lookup table in tenths of a degree */
|
/Linux-v6.6/drivers/hwmon/ |
D | nsa320-hwmon.c | 34 * of RPM) and the last two bytes are the temperature (in tenths of a
|
/Linux-v6.6/drivers/thermal/intel/int340x_thermal/ |
D | int340x_thermal_zone.c | 34 /* _TMP returns the temperature in tenths of degrees Kelvin */ in int340x_thermal_get_zone_temp()
|
/Linux-v6.6/arch/mips/include/uapi/asm/ |
D | termbits.h | 60 #define VTIME 5 /* Time-out value (tenths of a second) [!ICANON] */
|
/Linux-v6.6/arch/mips/sibyte/swarm/ |
D | rtc_m41t81.c | 61 #define M41T81REG_TSC 0x00 /* tenths/hundredths of second */
|
/Linux-v6.6/sound/mips/ |
D | hal2.h | 184 #define H2I_UTIME_1_LD1 0xf0 /* tenths of microseconds */
|
/Linux-v6.6/fs/nfs/filelayout/ |
D | filelayoutdev.c | 301 MODULE_PARM_DESC(dataserver_timeo, "The time (in tenths of a second) the "
|
/Linux-v6.6/Documentation/power/ |
D | power_supply_class.rst | 52 µA, µAh, µWh, seconds and tenths of degree Celsius unless otherwise
|
/Linux-v6.6/drivers/net/team/ |
D | team_mode_loadbalance.c | 62 unsigned int refresh_interval; /* in tenths of second */
|
/Linux-v6.6/fs/nfs/flexfilelayout/ |
D | flexfilelayoutdev.c | 619 MODULE_PARM_DESC(dataserver_timeo, "The time (in tenths of a second) the "
|
/Linux-v6.6/fs/nfs/ |
D | pnfs.h | 93 #define NFS4_DEF_DS_TIMEO 600 /* in tenths of a second */
|
/Linux-v6.6/drivers/hid/ |
D | hid-nvidia-shield.c | 620 /* Convert thunderstrike device values to µV and tenths of degree Celsius */ in thunderstrike_parse_battery_payload()
|
/Linux-v6.6/include/linux/ |
D | power_supply.h | 23 * µA, µAh, µWh, seconds and tenths of degree Celsius unless otherwise
|
12