/linux-4.4.14/drivers/staging/media/davinci_vpfe/ |
D | dm365_ipipe_hw.c | 570 #define IPIPE_U8Q5(decimal, integer) \ argument 571 (((decimal & 0x1f) | ((integer & 0x7) << 5))) 603 val = IPIPE_U8Q5(gic->nf2_thr_gain.decimal, in ipipe_set_gic_regs() 609 #define IPIPE_U13Q9(decimal, integer) \ argument 610 (((decimal & 0x1ff) | ((integer & 0xf) << 9))) 624 val = IPIPE_U13Q9(wb->gain_r.decimal, wb->gain_r.integer); in ipipe_set_wb_regs() 627 val = IPIPE_U13Q9(wb->gain_gr.decimal, wb->gain_gr.integer); in ipipe_set_wb_regs() 630 val = IPIPE_U13Q9(wb->gain_gb.decimal, wb->gain_gb.integer); in ipipe_set_wb_regs() 633 val = IPIPE_U13Q9(wb->gain_b.decimal, wb->gain_b.integer); in ipipe_set_wb_regs() 692 val = (rgb->coef_rr.decimal & 0xff) | in ipipe_set_rgb2rgb_regs() [all …]
|
D | dm365_ipipe.c | 294 gic->nf2_thr_gain.decimal > GIC_NFGAN_DECI_MASK) in ipipe_validate_gic_params() 340 wbal->gain_r.decimal > WB_GAIN_DECI_MASK || in ipipe_validate_wb_params() 342 wbal->gain_gr.decimal > WB_GAIN_DECI_MASK || in ipipe_validate_wb_params() 344 wbal->gain_gb.decimal > WB_GAIN_DECI_MASK || in ipipe_validate_wb_params() 346 wbal->gain_b.decimal > WB_GAIN_DECI_MASK) in ipipe_validate_wb_params() 450 if (rgb2rgb->coef_rr.decimal > RGB2RGB_GAIN_DECI_MASK || in ipipe_validate_rgb2rgb_params() 454 if (rgb2rgb->coef_gr.decimal > RGB2RGB_GAIN_DECI_MASK || in ipipe_validate_rgb2rgb_params() 458 if (rgb2rgb->coef_br.decimal > RGB2RGB_GAIN_DECI_MASK || in ipipe_validate_rgb2rgb_params() 462 if (rgb2rgb->coef_rg.decimal > RGB2RGB_GAIN_DECI_MASK || in ipipe_validate_rgb2rgb_params() 466 if (rgb2rgb->coef_gg.decimal > RGB2RGB_GAIN_DECI_MASK || in ipipe_validate_rgb2rgb_params() [all …]
|
D | davinci_vpfe_user.h | 323 __u8 decimal; member 330 __u16 decimal; member 587 unsigned short decimal; member 592 unsigned short decimal; member 597 unsigned char decimal; member
|
D | dm365_isif.c | 452 csc->coeff[i].decimal > in isif_validate_df_csc_params() 954 ((df_csc->csc.coeff[i].decimal & in isif_config_csc() 962 ((df_csc->csc.coeff[i].decimal & in isif_config_csc() 1013 val |= linearize->scale_fact.decimal & ISIF_LIN_SCALE_FACT_DECIMAL_MASK; in isif_config_linearization()
|
/linux-4.4.14/Documentation/usb/ |
D | misc_usbsevseg.txt | 38 5. Set the decimal places. 39 The device has either 6 or 8 decimal points. 40 to set the nth decimal place calculate 10 ** n 43 For example, to set the 0th and 3rd decimal place
|
D | hotplug.txt | 67 TYPE ... device class codes (decimal) 68 INTERFACE ... interface 0 class codes (decimal)
|
D | usbmon.txt | 115 - Timestamp in microseconds, a decimal number. The timestamp's resolution 129 Bus number, Device address, and Endpoint are decimal numbers, but they may 139 The status field is a decimal number, sometimes negative, which represents 159 total of 5. The word consists of 3 colon-separated decimal numbers for
|
D | proc_usb_info.txt | 110 d = decimal number (may have leading spaces or 0's)
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-usb-devices-usbsevseg | 38 Description: Controls the decimal places on the device. 39 To set the nth decimal place, give this field 41 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 | ima_policy | 34 uid:= decimal value 35 euid:= decimal value 36 fowner:=decimal value
|
D | sysfs-class-net | 145 decimal number. This attribute is used for mapping an interface 156 the interface is linked to. Format is decimal. This attribute is 165 Indicates the interface link mode, as a decimal number. This 177 bytes, and in decimal format. Specific values depends on the 186 Indicates the interface network device group, as a decimal 244 Indicates the interface protocol type as a decimal value. See
|
D | sysfs-driver-hid-lenovo | 35 Values are decimal integers from 1 (lowest sensitivity) to 255 (highest sensitivity). 42 Values are decimal integers from 1 (slowest) to 255 (fastest).
|
D | sysfs-devices-memory | 38 which is equivalent to decimal X contained in the
|
D | sysfs-driver-hid-wiimote | 69 Data is encoded as decimal numbers and specifies the offsets of
|
D | dev-kmsg | 13 carries the syslog priority and facility. The single decimal
|
D | sysfs-driver-hid-roccat-kone | 34 number the decimal point has to be shifted 2 positions to the
|
/linux-4.4.14/drivers/media/platform/davinci/ |
D | isif.c | 242 gain_off_p->gain.r_ye.decimal; in isif_config_gain_offset() 246 gain_off_p->gain.gr_cy.decimal; in isif_config_gain_offset() 250 gain_off_p->gain.gb_g.decimal; in isif_config_gain_offset() 254 gain_off_p->gain.b_mg.decimal; in isif_config_gain_offset() 402 linearize->scale_fact.decimal; in isif_config_linearization() 510 df_csc->csc.coeff[i].decimal; in isif_config_csc() 516 df_csc->csc.coeff[i].decimal; in isif_config_csc()
|
D | dm355_ccdc.c | 575 val1 |= (((csc->coeff[i].decimal & in ccdc_config_csc() 584 val2 |= (((csc->coeff[i].decimal & in ccdc_config_csc()
|
/linux-4.4.14/Documentation/video4linux/ |
D | not-in-cx2388x-datasheet.txt | 38 Datasheet incorrectly states to use 47 decimal. 188 is the length.
|
/linux-4.4.14/include/media/davinci/ |
D | isif.h | 31 __u8 decimal; member 39 __u16 decimal; member
|
D | dm355_ccdc.h | 133 unsigned int decimal; member
|
/linux-4.4.14/Documentation/devicetree/bindings/i2c/ |
D | i2c-brcmstb.txt | 6 - clock-frequency: 32-bit decimal value of iic master clock freqency in Hz
|
/linux-4.4.14/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
|
D | decbin.S | 32 | The mantissa digits will be converted with the decimal point 128 | (i.e., all digits assumed left of the decimal point.)
|
D | res_func.S | 1991 leal ETEMP(%a6),%a0 |a0 will point to the packed decimal 1996 leal ETEMP(%a6),%a0 |a0 will point to the packed decimal 2003 leal ETEMP(%a6),%a0 |a0 will point to the packed decimal 2007 leal ETEMP(%a6),%a0 |a0 will point to the packed decimal
|
/linux-4.4.14/drivers/usb/usbip/ |
D | usbip_protocol.txt | 95 0 | 2 | 0x0100 | Binary-coded decimal USBIP version number: v1.0.0 106 0 | 2 | 0x0100 | Binary-coded decimal USBIP version number: v1.0.0. 174 0 | 2 | 0x0100 | Binary-coded decimal USBIP version number: v1.0.0 191 0 | 2 | 0x0100 | Binary-coded decimal USBIP version number: v1.0.0
|
/linux-4.4.14/Documentation/input/ |
D | iforce-protocol.txt | 128 06+07 Dead band (Val 01F4 = 5000 (decimal)) 129 08 Positive saturation (Val 0a = 1000 (decimal) Val 64 = 10000 (decimal)) 133 maximum value is 64 (100 decimal), the min is 9c.
|
/linux-4.4.14/Documentation/hwmon/ |
D | ds620 | 22 returned via sysfs displays post decimal positions.
|
D | smsc47b397 | 51 AL contains the data in hex, the temperature in Celsius is the decimal
|
/linux-4.4.14/Documentation/cgroups/ |
D | net_cls.txt | 18 Reading net_cls.classid yields a decimal result.
|
/linux-4.4.14/Documentation/fb/ |
D | sisfb.txt | 80 - or simply use the VESA mode number in hexadecimal or decimal. 88 number in decimal or hexadecimal. For example: vesa=791 or vesa=0x117. Please 144 represents the VESA mode number (can be given in decimal or
|
D | vesafb.txt | 76 "vga=mode-number" you have to transform the numbers to decimal.
|
D | modedb.txt | 26 with <xres>, <yres>, <bpp> and <refresh> decimal numbers and <name> a string.
|
D | matroxfb.txt | 71 You can enter these number either hexadecimal (leading `0x') or decimal
|
/linux-4.4.14/Documentation/devicetree/bindings/usb/ |
D | generic.txt | 16 in binary-coded decimal (i.e. 2.0 is 0200H). This
|
/linux-4.4.14/Documentation/devicetree/bindings/ |
D | chosen.txt | 36 baud - baud rate in decimal
|
/linux-4.4.14/Documentation/devicetree/bindings/serial/ |
D | samsung_uart.txt | 37 (non-negative decimal integer) as specified by User's Manual of respective
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/samsung/ |
D | pmu.txt | 25 "clkoutN", where N is a decimal number corresponding to
|
/linux-4.4.14/tools/usb/usbip/ |
D | configure.ac | 5 AC_DEFINE([USBIP_VERSION], [0x00000111], [binary-coded decimal version number])
|
/linux-4.4.14/drivers/staging/speakup/ |
D | DefaultKeyAssignments | 28 InsKeyPad-minus Say character hex and decimal value.
|
/linux-4.4.14/Documentation/isdn/ |
D | README.syncppp | 29 'X' is a decimal value.
|
D | README.hysdn | 123 following additional codes (decimal): 149 A root user may write a decimal or hex (with 0x) value t this file to select
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-driver-ib_srp | 24 * max_sect, a decimal number specifying the maximum number of 26 * max_cmd_per_lun, a decimal number specifying the maximum
|
/linux-4.4.14/Documentation/filesystems/ |
D | tmpfs.txt | 93 NodeList format is a comma-separated list of decimal numbers and ranges, 94 a range being two hyphen-separated decimal numbers, the smallest and
|
D | udf.txt | 41 decimal numeric value which will be used as the default ID for that mount.
|
D | exofs.txt | 99 /dev/osdX: X is a decimal number. /dev/osdX was created after a successful
|
D | debugfs.txt | 81 values in these files are in decimal; if hexadecimal is more appropriate,
|
D | f2fs.txt | 308 -s [SIT dump segno from #1~#2 (decimal), for all 0~-1] 309 -a [SSA dump segno from #1~#2 (decimal), for all 0~-1]
|
D | proc.txt | 1718 represents the current offset of the opened file in decimal form [see lseek(2) 1763 where 'tfd' is a target file descriptor number in decimal form, 1775 where 'wd' is a watch descriptor in decimal form, ie a target file
|
/linux-4.4.14/Documentation/block/ |
D | stat.txt | 17 The stat file consists of a single line of text containing 11 decimal
|
/linux-4.4.14/Documentation/arm/nwfpe/ |
D | README | 28 conversions to and from decimal. We use only the single precision,
|
/linux-4.4.14/tools/perf/scripts/python/ |
D | call-graph-from-postgresql.py | 60 from decimal import *
|
/linux-4.4.14/Documentation/trace/ |
D | uprobetracer.txt | 52 respectively. Traced arguments are shown in decimal (signed) or hex (unsigned).
|
D | kprobetrace.txt | 56 respectively. Traced arguments are shown in decimal (signed) or hex (unsigned).
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/4xx/ |
D | emac.txt | 122 33, 34 (in decimal)
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | knfsd-stats.txt | 28 a sequence of unsigned decimal numeric fields. One line is shown
|
/linux-4.4.14/arch/cris/ |
D | Kconfig | 177 Size of DRAM (decimal in MB) typically 2, 8 or 16. 184 Size of Video accessible memory (decimal, in MB).
|
/linux-4.4.14/Documentation/ABI/obsolete/ |
D | sysfs-driver-hid-roccat-kovaplus | 48 number the decimal point has to be shifted 2 positions to the
|
D | sysfs-driver-hid-roccat-pyra | 34 number the decimal point has to be shifted 2 positions to the
|
D | sysfs-driver-hid-roccat-koneplus | 30 number the decimal point has to be shifted 2 positions to the
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-stat.txt | 40 where M, N, K are numbers (in decimal, hex, octal format).
|
D | perf-script.txt | 263 Use 9 decimal places when displaying time (i.e. show the nanoseconds)
|
D | perf-record.txt | 42 where M, N, K are numbers (in decimal, hex, octal format). Acceptable
|
/linux-4.4.14/Documentation/ |
D | svga.txt | 15 ** set the vga parameter to this number (converted to decimal first). 38 hexadecimal numbers -- you have to convert it to decimal manually.
|
D | printk-formats.txt | 164 For printing IPv4 dot-separated decimal addresses. The 'I4' and 'i4'
|
D | sysrq.txt | 33 The number may be written here either as decimal or as hexadecimal
|
D | devices.txt | 2937 Yes, each board is really spaced 10 (decimal) apart. 3265 A hash mark (#) in a device name is used here to indicate a decimal 3351 for the slaves; the slaves are named with decimal integers (/dev/pts/#
|
D | kernel-parameters.txt | 1672 example, to map IOAPIC-ID decimal 10 to 1679 example, to map HPET-ID decimal 0 to 1826 PORT[.DEVICE]. PORT and DEVICE are decimal numbers
|
/linux-4.4.14/Documentation/networking/ |
D | z8530drv.txt | 419 sccparam <device> <paramname> <decimal-|hexadecimal value> 586 Don't forget to convert the octal numbers into decimal before
|
D | filter.txt | 431 A: [00000000][0] <-- content of A (hex, decimal) 432 X: [00000000][0] <-- content of X (hex, decimal) 433 M[0,15]: [00000000][0] <-- folded content of M (hex, decimal)
|
D | e1000.txt | 366 The parameter may be specified as either a decimal or hexadecimal value as
|
/linux-4.4.14/Documentation/i2c/ |
D | instantiating-devices | 220 hexadecimal starting with 0x, but can also be expressed in decimal.)
|
/linux-4.4.14/Documentation/acpi/ |
D | namespace.txt | 196 two-digit decimal representation of an unsigned integer).
|
/linux-4.4.14/Documentation/m68k/ |
D | kernel-options.txt | 71 combination of two or three letters, followed by a decimal number. 84 The name must be followed by a decimal number, that stands for the 126 decimal 11 is the major of SCSI CD-ROMs, and the minor 0 stands for
|
/linux-4.4.14/Documentation/device-mapper/ |
D | cache.txt | 287 of values from 5 to 9. Each cblock must be expressed as a decimal
|
/linux-4.4.14/firmware/ |
D | WHENCE | 754 Found in decimal form in kernel source.
|
/linux-4.4.14/Documentation/security/ |
D | keys.txt | 363 Root may alter these by writing each new limit as a decimal number string to 554 Where type and description are strings, uid and gid are decimal, and perm
|
/linux-4.4.14/Documentation/x86/ |
D | boot.txt | 929 decimal, octal, or hexadecimal) or one of the strings
|
/linux-4.4.14/Documentation/devicetree/ |
D | booting-without-of.txt | 584 represents a 32-bit value, specified in decimal or hexadecimal (the
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 749 Addresses & values in the VM debugger are always hex never decimal
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.lpfc | 1153 MAX_FCP_CMDS to their decimal equivalents and updated
|