| /Linux-v5.10/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
|
| D | usbip_protocol.rst | 105 | 0 | 2 | 0x0100 | Binary-coded decimal USBIP version number: v1.0.0 | 119 | 0 | 2 | 0x0100 | Binary-coded decimal USBIP version number: v1.0.0.| 190 | 0 | 2 | 0x0100 | Binary-coded decimal USBIP version number: v1.0.0 | 209 | 0 | 2 | 0x0100 | Binary-coded decimal USBIP version number: v1.0.0 |
|
| /Linux-v5.10/Documentation/ABI/testing/ |
| 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 | ima_policy | 40 uid:= decimal value 41 euid:= decimal value 42 fowner:= decimal value 54 pcr:= decimal value
|
| D | sysfs-devices-mmc | 10 Unit Byte. Format decimal. 21 Unit KByte. Format decimal.
|
| 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-v5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
| D | ppevvmath.h | 44 unsigned int decimal: SHIFT_AMOUNT; /*Needs to always be unsigned*/ member 338 X_LessThanOne = (X.partial.real == 0 && X.partial.decimal != 0 && X.full >= 0); in fMultiply() 339 Y_LessThanOne = (Y.partial.real == 0 && Y.partial.decimal != 0 && Y.full >= 0); in fMultiply() 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-v5.10/drivers/media/platform/davinci/ |
| D | isif.c | 227 gain_off_p->gain.r_ye.decimal; in isif_config_gain_offset() 231 gain_off_p->gain.gr_cy.decimal; in isif_config_gain_offset() 235 gain_off_p->gain.gb_g.decimal; in isif_config_gain_offset() 239 gain_off_p->gain.b_mg.decimal; in isif_config_gain_offset() 387 linearize->scale_fact.decimal; in isif_config_linearization() 495 df_csc->csc.coeff[i].decimal; in isif_config_csc() 501 df_csc->csc.coeff[i].decimal; in isif_config_csc()
|
| /Linux-v5.10/Documentation/w1/slaves/ |
| D | w1_ds2438.rst | 51 registers and provided as an ASCII decimal value. 68 After the voltage conversion the value is returned as decimal ASCII.
|
| /Linux-v5.10/include/media/davinci/ |
| D | isif.h | 18 __u8 decimal; member 26 __u16 decimal; member
|
| D | dm355_ccdc.h | 120 unsigned int decimal; member
|
| /Linux-v5.10/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-v5.10/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-v5.10/Documentation/hwmon/ |
| D | ds620.rst | 26 returned via sysfs displays post decimal positions.
|
| /Linux-v5.10/Documentation/devicetree/bindings/leds/ |
| D | pca963x.txt | 11 This parameter provides a scaling ratio (fixed point, decimal divided
|
| /Linux-v5.10/Documentation/admin-guide/cgroup-v1/ |
| D | net_cls.rst | 19 Reading net_cls.classid yields a decimal result.
|
| /Linux-v5.10/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-v5.10/Documentation/ABI/stable/ |
| 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-v5.10/tools/usb/usbip/ |
| D | configure.ac | 5 AC_DEFINE([USBIP_VERSION], [0x00000111], [binary-coded decimal version number])
|
| /Linux-v5.10/drivers/gpu/drm/i915/selftests/ |
| D | i915_request.c | 2519 int integer, decimal; in perf_series_engines() local 2539 decimal = div64_u64(100 * busy, dt); in perf_series_engines() 2542 decimal = 0; in perf_series_engines() 2547 integer, decimal, in perf_series_engines() 2853 int integer, decimal; in perf_parallel_engines() local 2858 decimal = div64_u64(100 * busy, dt); in perf_parallel_engines() 2861 decimal = 0; in perf_parallel_engines() 2866 name, engine->name, p->count, integer, decimal, in perf_parallel_engines()
|
| /Linux-v5.10/Documentation/devicetree/bindings/usb/ |
| D | generic.txt | 22 in binary-coded decimal (i.e. 2.0 is 0200H). This
|
| /Linux-v5.10/drivers/accessibility/speakup/ |
| D | DefaultKeyAssignments | 28 InsKeyPad-minus Say character hex and decimal value.
|
| /Linux-v5.10/Documentation/driver-api/usb/ |
| D | hotplug.rst | 71 TYPE device class codes (decimal) 72 INTERFACE interface 0 class codes (decimal)
|