Home
last modified time | relevance | path

Searched full:octal (Results 1 – 25 of 48) sorted by relevance

12

/linux/Documentation/input/devices/
H A Dwalkera0701.rst85 Binary values: Analog octal values:
99 to bin change or octal value to bin change).
104 One binary and octal value can be grouped to nibble. 24 nibbles + one binary
117 After last octal value for nibble 24 and next sync pulse one additional
125 Summary of octal values in nibbles must be same as octal value in checksum
127 calculated by sum of binary values in checked nibbles + sum of octal values
/linux/Documentation/devicetree/bindings/iio/dac/
H A Dlltc,ltc1660.yaml8 title: Linear Technology Micropower octal 8-Bit and 10-Bit DACs
14 Bindings for the Linear Technology Micropower octal 8-Bit and 10-Bit DAC.
/linux/drivers/acpi/acpica/
H A Dutstrtoul64.c48 * In ACPI, the only place where octal numbers are supported is within
51 * support (explicit/implicit) for octal string conversions.
68 * integer width. Supports Decimal, Hex, and Octal strings.
108 * 2) Check for an octal constant, defined to be a leading zero in acpi_ut_strtoul64()
109 * followed by sequence of octal digits (0-7) in acpi_ut_strtoul64()
171 * Octal strings are not supported, as per the ACPI specification.
251 * Base is either 10 (default) or 16 (with 0x prefix). Octal (base 8) strings
H A Dutstrsuppt.c35 * NOTE: Maximum 64-bit unsigned octal value is 01777777777777777777777
36 * Maximum 32-bit unsigned octal value is 037777777777
60 /* Convert and insert this octal digit into the accumulator */ in acpi_ut_convert_octal_string()
285 * RETURN: True if an octal "0" prefix was found at the start of the
288 * DESCRIPTION: Detect and remove an octal prefix (zero)
300 return (FALSE); /* Not an octal string */ in acpi_ut_detect_octal_prefix()
/linux/rust/quote/
H A Dformat.rs16 /// * `{:o}` ⇒ [`Octal`](std::fmt::Octal)
100 /// let octal = format_ident!("Id_{:o}", num);
101 /// assert_eq!(octal, "Id_12");
H A Druntime.rs454 // `Octal`, `LowerHex`, `UpperHex`, and `Binary` to allow for their use within
472 impl<T: IdentFragment + fmt::Octal> fmt::Octal for IdentFragmentAdapter<T> {
474 fmt::Octal::fmt(&self.0, f) in fmt()
/linux/rust/kernel/
H A Dfmt.rs41 Octal,
46 impl_fmt_adapter_forward!(Debug, LowerHex, UpperHex, Octal, Binary, Pointer, LowerExp, UpperExp); in fmt()
/linux/drivers/ipack/devices/
H A DKconfig3 tristate "IndustryPack IP-OCTAL uart support"
H A Dipoctal.c3 * driver for the GE IP-OCTAL boards
359 /* Each IP-OCTAL channel is a TTY port */ in ipoctal_inst_slot()
420 * IP-OCTAL has different addresses to copy its IRQ vector. in ipoctal_inst_slot()
467 /* As the IP-OCTAL 485 only supports half duplex, do it manually */ in ipoctal_write_tty()
768 MODULE_DESCRIPTION("IP-Octal 232, 422 and 485 device driver");
/linux/sound/pci/asihpi/
H A Dhpi_version.h12 /* Use single digits for versions less that 10 to avoid octal. */
/linux/Documentation/hwmon/
H A Dltc2991.rst24 This driver supports hardware monitoring for Analog Devices LTC2991 Octal I2C
/linux/Documentation/devicetree/bindings/memory-controllers/
H A Dst,stm32mp25-omm.yaml15 function map) and multiplex of single/dual/quad/octal SPI interfaces over
17 - Two single/dual/quad/octal SPI interfaces
/linux/rust/kernel/str/
H A Dparse_int.rs46 /// Strings beginning with `0x`, `0o`, or `0b` are parsed as hex, octal, or
48 /// octal. Anything else is parsed as decimal. A leading `+` or `-` is also
/linux/Documentation/filesystems/
H A Dhfsplus.rst27 Specifies the umask (in octal) used for files and directories
/linux/Documentation/devicetree/bindings/spi/
H A Dcdns,xspi.yaml15 single, dual, quad or octal wire transmission modes for
/linux/Documentation/admin-guide/
H A Djfs.rst48 Override on-disk umask with specified octal value. For
/linux/include/linux/
H A Dctype.h75 /* Fast check for octal digit */
/linux/Documentation/devicetree/bindings/gpio/
H A Dsocionext,uniphier-gpio.yaml95 // document. Unfortunately, only the one's place is octal in the port
/linux/tools/include/linux/
H A Dctype.h76 /* Fast check for octal digit */
/linux/security/tomoyo/
H A Dutil.c307 * tomoyo_byte_range - Check whether the string is a \ooo style octal value.
311 * Returns true if @str is a \ooo style octal value, false otherwise.
336 * tomoyo_make_byte - Make byte value from three octal characters.
921 * \ooo Octal representation of a byte.
/linux/tools/include/nolibc/
H A Dtypes.h40 /* stat flags (WARNING, octal here). We need to check for an existing
/linux/drivers/tty/serial/8250/
H A D8250_pericom.c156 * Pericom PI7C9X795[1248] Uno/Dual/Quad/Octal UART
/linux/drivers/firmware/efi/libstub/
H A Dvsprintf.c303 /* The maximum space required is to print a 64-bit number in octal */ in vsnprintf()
463 * For octal, a leading 0 is printed only if necessary, in vsnprintf()
/linux/usr/
H A Dgen_initramfs.sh85 # <filetype> <name> <path to file> <octal mode> <uid> <gid>
/linux/sound/x86/
H A Dintel_hdmi_lpe_audio.h226 #define SWAP_LFE_CENTER 0x00fac4c8 /* octal 76543210 */

12