Home
last modified time | relevance | path

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

1234

/linux-6.1.9/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.1.9/drivers/hwmon/
Dsbtsi_temp.c55 static inline int sbtsi_reg_to_mc(s32 integer, s32 decimal) in sbtsi_reg_to_mc() argument
57 return ((integer << 3) + (decimal >> 5)) * 125; in sbtsi_reg_to_mc()
66 static inline void sbtsi_mc_to_reg(s32 temp, u8 *integer, u8 *decimal) in sbtsi_mc_to_reg() argument
70 *decimal = (temp & 0x7) << 5; in sbtsi_mc_to_reg()
/linux-6.1.9/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-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).
Dsysfs-bus-usb314 The current interface alternate setting number, in decimal.
329 This value shows the current configuration, in decimal.
390 Maximum endpoint 0 packet size, in decimal.
402 decimal. The current configuration is controlled via:
416 Number of interfaces on this device, in decimal.
455 USB interface device number, in decimal.
/linux-6.1.9/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.1.9/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.1.9/drivers/staging/media/deprecated/vpfe_capture/
Disif.c227 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()
Disif.h18 __u8 decimal; member
26 __u16 decimal; member
Ddm355_ccdc.h120 unsigned int decimal; member
/linux-6.1.9/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.1.9/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.1.9/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.1.9/tools/tracing/rtla/src/
Dosnoise_top.c188 int decimal; in osnoise_top_print() local
198 decimal = percentage % 100000; in osnoise_top_print()
203 trace_seq_printf(s, " %3d.%05d", percentage, decimal); in osnoise_top_print()
/linux-6.1.9/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.1.9/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.1.9/Documentation/admin-guide/cgroup-v1/
Dnet_cls.rst19 Reading net_cls.classid yields a decimal result.
/linux-6.1.9/Documentation/hwmon/
Dds620.rst26 returned via sysfs displays post decimal positions.
/linux-6.1.9/Documentation/devicetree/bindings/leds/
Dpca963x.txt11 This parameter provides a scaling ratio (fixed point, decimal divided

1234