Home
last modified time | relevance | path

Searched refs:decimal (Results 1 – 25 of 99) sorted by relevance

1234

/linux-6.6.21/Documentation/usb/
Dmisc_usbsevseg.rst45 5. Set the decimal places.
46 The device has either 6 or 8 decimal points.
47 to set the nth decimal place calculate 10 ** n
50 For example, to set the 0th and 3rd decimal place
/linux-6.6.21/drivers/hwmon/
Dsbtsi_temp.c54 static inline int sbtsi_reg_to_mc(s32 integer, s32 decimal) in sbtsi_reg_to_mc() argument
56 return ((integer << 3) + (decimal >> 5)) * 125; in sbtsi_reg_to_mc()
65 static inline void sbtsi_mc_to_reg(s32 temp, u8 *integer, u8 *decimal) in sbtsi_mc_to_reg() argument
69 *decimal = (temp & 0x7) << 5; in sbtsi_mc_to_reg()
/linux-6.6.21/Documentation/ABI/testing/
Dima_policy43 uid:= decimal value
44 euid:= decimal value
45 gid:= decimal value
46 egid:= decimal value
47 fowner:= decimal value
48 fgroup:= decimal value
71 pcr:= decimal value
Dsysfs-bus-usb-devices-usbsevseg41 Description: Controls the decimal places on the device.
42 To set the nth decimal place, give this field
44 the value k and has 1 or more decimal places set,
Dsysfs-devices-mmc10 Unit Byte. Format decimal.
21 Unit KByte. Format decimal.
Dsysfs-secvar68 Description: Config version as reported by the hypervisor in ASCII decimal
77 represented in ASCII decimal format.
89 Description: Total size of the PLPKS in bytes, represented in ASCII decimal
98 in ASCII decimal format.
Dsysfs-class-net112 as a decimal value. Some NICs have multiple independent ports
194 decimal number. This attribute is used for mapping an interface
205 the interface is linked to. Format is decimal. This attribute is
214 Indicates the interface link mode, as a decimal number. This
229 bytes, and in decimal format. Specific values depends on the
238 Indicates the interface network device group, as a decimal
298 Indicates the interface protocol type as a decimal value. See
Dsysfs-driver-hid-lenovo41 Values are decimal integers from 1 (lowest sensitivity) to 255 (highest sensitivity).
49 Values are decimal integers from 1 (slowest) to 255 (fastest).
/linux-6.6.21/Documentation/ABI/stable/
Dsysfs-devices-system-cpu72 Values: decimal list.
83 Values: decimal list.
96 Values: decimal list.
105 Values: decimal list.
116 Values: decimal list.
127 Values: decimal list.
Dprocfs-audit_loginuid9 decimal unsigned int (%u, u32). If it is unset,
24 audit login session ID of process $pid as a decimal
Dsysfs-driver-ib_srp25 * max_sect, a decimal number specifying the maximum number of
27 * max_cmd_per_lun, a decimal number specifying the maximum
71 * max_it_iu_size, a decimal number specifying the maximum
/linux-6.6.21/tools/perf/scripts/python/
Dtask-analyzer.py17 import decimal
554 return self._time_out * decimal.Decimal(factor)
559 return self._time_in * decimal.Decimal(factor)
563 return (self._time_out - self._time_in) * decimal.Decimal(factor)
774 return decimal.Decimal(time_ns) / decimal.Decimal(1e9)
872 if time >= decimal.Decimal(lower_time_limit):
876 if time <= decimal.Decimal(upper_time_limit):
882 if (time >= decimal.Decimal(lower_time_limit) and
883 time <= decimal.Decimal(upper_time_limit)):
886 elif time > decimal.Decimal(upper_time_limit):
/linux-6.6.21/drivers/iio/accel/
Dadxl355_core.c97 .decimal = 38245,
110 .decimal = 250000,
122 .decimal = 191229,
135 .decimal = 250000,
526 *val2 = data->chip_info->accel_scale.decimal; in adxl355_read_raw()
533 *val2 = data->chip_info->temp_offset.decimal; in adxl355_read_raw()
Dadxl355.h20 int decimal; member
/linux-6.6.21/tools/perf/tests/attr/
Dtest-record-spe-physical-address8 # 622727 is the decimal of IP|TID|TIME|CPU|IDENTIFIER|DATA_SRC|PHYS_ADDR
/linux-6.6.21/arch/m68k/fpsp040/
Dbinstr.S10 | lword of the packed decimal memory string.)
15 | The 64-bit binary is assumed to have a decimal point before
18 | msb form a decimal digit. This process is iterated until
Dbindec.S47 | after the decimal point which are to be included as
54 | of decimal places needed to insure LEN integer digits
96 | such that the decimal point is to the left of bit 63.
280 | original decimal point which are to be included as
330 | of decimal places needed to insure LEN integer digits
/linux-6.6.21/Documentation/input/devices/
Diforce-protocol.rst186 06+07 Dead band (Val 01F4 = 5000 (decimal))
187 08 Positive saturation (Val 0a = 1000 (decimal) Val 64 = 10000 (decimal))
191 maximum value is 64 (100 decimal), the min is 9c.
/linux-6.6.21/Documentation/w1/slaves/
Dw1_ds2438.rst68 registers and provided as an ASCII decimal value.
85 After the voltage conversion the value is returned as decimal ASCII.
/linux-6.6.21/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dppevvmath.h44 unsigned int decimal: SHIFT_AMOUNT; /*Needs to always be unsigned*/ member
512 int i, scaledDecimal = 0, tmp = A.partial.decimal; in uGetScaledDecimal()
545 solution.partial.decimal = 0; /*All fractional digits changes to 0 */ in fRoundUpByStepSize()
/linux-6.6.21/tools/tracing/rtla/src/
Dosnoise_top.c216 int decimal; in osnoise_top_print() local
226 decimal = percentage % 100000; in osnoise_top_print()
231 trace_seq_printf(s, " %3d.%05d", percentage, decimal); in osnoise_top_print()
/linux-6.6.21/Documentation/fb/
Dsisfb.rst81 - or simply use the VESA mode number in hexadecimal or decimal.
89 number in decimal or hexadecimal. For example: vesa=791 or vesa=0x117. Please
146 represents the VESA mode number (can be given in decimal or
/linux-6.6.21/Documentation/hwmon/
Dds620.rst26 returned via sysfs displays post decimal positions.
/linux-6.6.21/Documentation/admin-guide/cgroup-v1/
Dnet_cls.rst19 Reading net_cls.classid yields a decimal result.
/linux-6.6.21/Documentation/devicetree/bindings/leds/
Dpca963x.txt11 This parameter provides a scaling ratio (fixed point, decimal divided

1234