/linux-6.6.21/Documentation/usb/ |
D | misc_usbsevseg.rst | 45 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/ |
D | sbtsi_temp.c | 54 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/ |
D | ima_policy | 43 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
|
D | sysfs-bus-usb-devices-usbsevseg | 41 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,
|
D | sysfs-devices-mmc | 10 Unit Byte. Format decimal. 21 Unit KByte. Format decimal.
|
D | sysfs-secvar | 68 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.
|
D | sysfs-class-net | 112 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
|
D | sysfs-driver-hid-lenovo | 41 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/ |
D | sysfs-devices-system-cpu | 72 Values: decimal list. 83 Values: decimal list. 96 Values: decimal list. 105 Values: decimal list. 116 Values: decimal list. 127 Values: decimal list.
|
D | procfs-audit_loginuid | 9 decimal unsigned int (%u, u32). If it is unset, 24 audit login session ID of process $pid as a decimal
|
D | sysfs-driver-ib_srp | 25 * 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/ |
D | task-analyzer.py | 17 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/ |
D | adxl355_core.c | 97 .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()
|
D | adxl355.h | 20 int decimal; member
|
/linux-6.6.21/tools/perf/tests/attr/ |
D | test-record-spe-physical-address | 8 # 622727 is the decimal of IP|TID|TIME|CPU|IDENTIFIER|DATA_SRC|PHYS_ADDR
|
/linux-6.6.21/arch/m68k/fpsp040/ |
D | binstr.S | 10 | 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
|
D | bindec.S | 47 | 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/ |
D | iforce-protocol.rst | 186 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/ |
D | w1_ds2438.rst | 68 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/ |
D | ppevvmath.h | 44 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/ |
D | osnoise_top.c | 216 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/ |
D | sisfb.rst | 81 - 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/ |
D | ds620.rst | 26 returned via sysfs displays post decimal positions.
|
/linux-6.6.21/Documentation/admin-guide/cgroup-v1/ |
D | net_cls.rst | 19 Reading net_cls.classid yields a decimal result.
|
/linux-6.6.21/Documentation/devicetree/bindings/leds/ |
D | pca963x.txt | 11 This parameter provides a scaling ratio (fixed point, decimal divided
|