| /linux/Documentation/input/devices/ |
| H A D | walkera0701.rst | 85 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 D | lltc,ltc1660.yaml | 8 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 D | utstrtoul64.c | 48 * 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 D | utstrsuppt.c | 35 * 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 D | format.rs | 16 /// * `{:o}` ⇒ [`Octal`](std::fmt::Octal) 100 /// let octal = format_ident!("Id_{:o}", num); 101 /// assert_eq!(octal, "Id_12");
|
| H A D | runtime.rs | 454 // `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 D | fmt.rs | 41 Octal, 46 impl_fmt_adapter_forward!(Debug, LowerHex, UpperHex, Octal, Binary, Pointer, LowerExp, UpperExp); in fmt()
|
| /linux/drivers/ipack/devices/ |
| H A D | Kconfig | 3 tristate "IndustryPack IP-OCTAL uart support"
|
| H A D | ipoctal.c | 3 * 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 D | hpi_version.h | 12 /* Use single digits for versions less that 10 to avoid octal. */
|
| /linux/Documentation/hwmon/ |
| H A D | ltc2991.rst | 24 This driver supports hardware monitoring for Analog Devices LTC2991 Octal I2C
|
| /linux/Documentation/devicetree/bindings/memory-controllers/ |
| H A D | st,stm32mp25-omm.yaml | 15 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 D | parse_int.rs | 46 /// 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 D | hfsplus.rst | 27 Specifies the umask (in octal) used for files and directories
|
| /linux/Documentation/devicetree/bindings/spi/ |
| H A D | cdns,xspi.yaml | 15 single, dual, quad or octal wire transmission modes for
|
| /linux/Documentation/admin-guide/ |
| H A D | jfs.rst | 48 Override on-disk umask with specified octal value. For
|
| /linux/include/linux/ |
| H A D | ctype.h | 75 /* Fast check for octal digit */
|
| /linux/Documentation/devicetree/bindings/gpio/ |
| H A D | socionext,uniphier-gpio.yaml | 95 // document. Unfortunately, only the one's place is octal in the port
|
| /linux/tools/include/linux/ |
| H A D | ctype.h | 76 /* Fast check for octal digit */
|
| /linux/security/tomoyo/ |
| H A D | util.c | 307 * 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 D | types.h | 40 /* stat flags (WARNING, octal here). We need to check for an existing
|
| /linux/drivers/tty/serial/8250/ |
| H A D | 8250_pericom.c | 156 * Pericom PI7C9X795[1248] Uno/Dual/Quad/Octal UART
|
| /linux/drivers/firmware/efi/libstub/ |
| H A D | vsprintf.c | 303 /* 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 D | gen_initramfs.sh | 85 # <filetype> <name> <path to file> <octal mode> <uid> <gid>
|
| /linux/sound/x86/ |
| H A D | intel_hdmi_lpe_audio.h | 226 #define SWAP_LFE_CENTER 0x00fac4c8 /* octal 76543210 */
|