Home
last modified time | relevance | path

Searched +full:string +full:- +full:support (Results 1 – 25 of 1078) sorted by relevance

12345678910>>...44

/kernel/linux/linux-6.6/tools/include/uapi/linux/
Dethtool.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
24 * struct ethtool_channels - configuring number of network channel
26 * @max_rx: Read only. Maximum number of receive channel the driver support.
27 * @max_tx: Read only. Maximum number of transmit channel the driver support.
28 * @max_other: Read only. Maximum number of other channel the driver support.
30 * support. Set of queues RX, TX or other.
56 * struct ethtool_drvinfo - general driver and device information
60 * not be an empty string.
61 * @version: Driver version string; may be an empty string
62 * @fw_version: Firmware version string; may be an empty string
[all …]
/kernel/linux/linux-6.6/drivers/acpi/acpica/
Dutstrtoul64.c1 // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0
4 * Module Name: utstrtoul64 - String-to-integer conversion support for both
5 * 64-bit and 32-bit integers
17 * This module contains the top-level string to 64/32-bit unsigned integer
20 * 1) A standard strtoul() function that supports 64-bit integers, base
21 * 8/10/16, with integer overflow support. This is used mainly by the
23 * constants than the runtime (interpreter) integer-to-string conversions.
29 * iASL - Preprocessor (constants and math expressions)
30 * iASL - Main parser, conversion of constants to integers
31 * iASL - Data Table Compiler parser (constants and math expressions)
[all …]
Dacutils.h1 /* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */
4 * Name: acutils.h -- prototypes for the common (subsystem-wide) procedures
6 * Copyright (C) 2000 - 2023, Intel Corp.
78 * non-iASL case - no redirection, nothing to do
108 acpi_os_printf (" (%8.8X/%s-%u)\n", ACPI_CA_VERSION, module_name, line_number)
110 /* Flags to indicate implicit or explicit string-to-integer conversion */
155 * utascii - ASCII utilities
164 * utcksum - Checksum utilities
177 * utnonansi - Non-ANSI C library functions
186 * utstrsuppt - string-to-integer conversion support functions
[all …]
/kernel/linux/linux-5.10/drivers/acpi/acpica/
Dutstrtoul64.c1 // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0
4 * Module Name: utstrtoul64 - String-to-integer conversion support for both
5 * 64-bit and 32-bit integers
17 * This module contains the top-level string to 64/32-bit unsigned integer
20 * 1) A standard strtoul() function that supports 64-bit integers, base
21 * 8/10/16, with integer overflow support. This is used mainly by the
23 * constants than the runtime (interpreter) integer-to-string conversions.
29 * iASL - Preprocessor (constants and math expressions)
30 * iASL - Main parser, conversion of constants to integers
31 * iASL - Data Table Compiler parser (constants and math expressions)
[all …]
Dacutils.h1 /* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */
4 * Name: acutils.h -- prototypes for the common (subsystem-wide) procedures
6 * Copyright (C) 2000 - 2020, Intel Corp.
75 * non-iASL case - no redirection, nothing to do
105 acpi_os_printf (" (%8.8X/%s-%u)\n", ACPI_CA_VERSION, module_name, line_number)
107 /* Flags to indicate implicit or explicit string-to-integer conversion */
152 * utascii - ASCII utilities
161 * utnonansi - Non-ANSI C library functions
170 * utstrsuppt - string-to-integer conversion support functions
172 acpi_status acpi_ut_convert_octal_string(char *string, u64 *return_value);
[all …]
/kernel/linux/linux-6.6/arch/um/drivers/
DKconfig1 # SPDX-License-Identifier: GPL-2.0
14 The User-Mode Linux environment allows you to create virtual serial
18 See <http://user-mode-linux.sourceforge.net/old/input.html> for more
24 bool "null channel support"
26 This option enables support for attaching UML consoles and serial
31 bool "port channel support"
33 This option enables support for attaching UML consoles and serial
41 bool "pty channel support"
43 This option enables support for attaching UML consoles and serial
44 lines to host pseudo-terminals. Access to both traditional
[all …]
/kernel/linux/linux-5.10/drivers/scsi/pcmcia/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
7 bool "PCMCIA SCSI adapter support"
14 tristate "Adaptec AHA152X PCMCIA support"
24 tristate "Future Domain PCMCIA support"
34 tristate "NinjaSCSI-3 / NinjaSCSI-32Bi (16bit) PCMCIA support"
43 NinjaSCSI-3: (version string: "WBT","NinjaSCSI-3","R1.0")
44 IO-DATA PCSC-FP
45 ALPHA DATA AD-PCS201
46 CyQ've SFC-201
47 LOGITECH LPM-SCSI2E
[all …]
/kernel/linux/linux-6.6/fs/xfs/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 tristate "XFS filesystem support"
10 on the SGI IRIX platform. It is completely multi-threaded, can
11 support large files and large filesystems, extended attributes,
17 for complete details. This implementation is on-disk compatible
20 To compile this file system support as a module, choose M here: the
26 bool "Support deprecated V4 (crc=0) format"
38 xfs_info against a filesystem mountpoint and checking for a string
39 beginning with "crc=". If the string "crc=0" is found, the
40 filesystem is a V4 filesystem. If no such string is found, please
[all …]
/kernel/linux/linux-6.6/drivers/scsi/pcmcia/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
7 bool "PCMCIA SCSI adapter support"
14 tristate "Adaptec AHA152X PCMCIA support"
25 tristate "Future Domain PCMCIA support"
36 tristate "NinjaSCSI-3 / NinjaSCSI-32Bi (16bit) PCMCIA support"
45 NinjaSCSI-3: (version string: "WBT","NinjaSCSI-3","R1.0")
46 IO-DATA PCSC-FP
47 ALPHA DATA AD-PCS201
48 CyQ've SFC-201
49 LOGITECH LPM-SCSI2E
[all …]
/kernel/linux/linux-6.6/drivers/char/ipmi/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
7 tristate 'IPMI top-level message handler'
17 See <file:Documentation/driver-api/ipmi.rst> for more details on the driver.
41 bool 'Generate OEM events containing the panic string'
47 number for the string (byte 5 of the event) and part of the
48 string (the rest of the event). Bytes 1, 2, and 3 are the normal
50 sequence numbers to piece the string together. This config
53 be set to "string" to chose this value, this config simply
54 causes the default value to be set to "string".
76 standard interface. This module requires I2C support.
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/
Dusb251xb.txt1 Microchip USB 2.0 Hi-Speed Hub Controller
4 Hi-Speed Controller.
7 - compatible : Should be "microchip,usb251xb" or one of the specific types:
11 - reg : I2C address on the selected bus (default is <0x2C>)
14 - reset-gpios : Should specify the gpio for hub reset
15 - vdd-supply : Should specify the phandle to the regulator supplying vdd
16 - skip-config : Skip Hub configuration, but only send the USB-Attach command
17 - vendor-id : Set USB Vendor ID of the hub (16 bit, default is 0x0424)
18 - product-id : Set USB Product ID of the hub (16 bit, default depends on type)
19 - device-id : Set USB Device ID of the hub (16 bit, default is 0x0bb3)
[all …]
/kernel/linux/linux-5.10/arch/um/drivers/
DKconfig1 # SPDX-License-Identifier: GPL-2.0
14 The User-Mode Linux environment allows you to create virtual serial
18 See <http://user-mode-linux.sourceforge.net/old/input.html> for more
24 bool "null channel support"
26 This option enables support for attaching UML consoles and serial
31 bool "port channel support"
33 This option enables support for attaching UML consoles and serial
41 bool "pty channel support"
43 This option enables support for attaching UML consoles and serial
44 lines to host pseudo-terminals. Access to both traditional
[all …]
/kernel/linux/linux-6.6/Documentation/filesystems/spufs/
Dspufs.rst1 .. SPDX-License-Identifier: GPL-2.0
10 spufs - the SPU file system
26 logical SPU. Users can change permissions on those files, but not actu-
43 The files in spufs mostly follow the standard behavior for regular sys-
44 tem calls like read(2) or write(2), but often support only a subset of
49 All files that support the read(2) operation also support readv(2) and
50 all files that support the write(2) operation also support writev(2).
51 All files support the access(2) and stat(2) family of operations, but
55 All files support the chmod(2)/fchmod(2) and chown(2)/fchown(2) opera-
81 The first SPU to CPU communication mailbox. This file is read-only and
[all …]
/kernel/linux/linux-5.10/Documentation/filesystems/spufs/
Dspufs.rst1 .. SPDX-License-Identifier: GPL-2.0
10 spufs - the SPU file system
26 logical SPU. Users can change permissions on those files, but not actu-
43 The files in spufs mostly follow the standard behavior for regular sys-
44 tem calls like read(2) or write(2), but often support only a subset of
49 All files that support the read(2) operation also support readv(2) and
50 all files that support the write(2) operation also support writev(2).
51 All files support the access(2) and stat(2) family of operations, but
55 All files support the chmod(2)/fchmod(2) and chown(2)/fchown(2) opera-
81 The first SPU to CPU communication mailbox. This file is read-only and
[all …]
/kernel/linux/linux-5.10/Documentation/admin-guide/nfs/
Dnfs-client.rst14 and work is in progress on adding support for minor version 1 of the NFSv4
26 string. File open and lock state shared between one client and one server
27 is associated with this identity. To support robust NFSv4 state recovery
28 and transparent state migration, this identity string must not change
31 Without any other intervention, the Linux client uses a string that contains
36 work well as part of an nfs_client_id4 string.
38 The nfs.nfs4_unique_id boot parameter specifies a unique string that can be
44 The nfs.nfs4_unique_id string is typically a UUID, though it can contain
46 nfs4_unique_id string should be chosen when a client system is installed,
50 The string should remain fixed for the lifetime of the client. It can be
[all …]
/kernel/linux/linux-5.10/drivers/char/ipmi/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
7 tristate 'IPMI top-level message handler'
17 See <file:Documentation/driver-api/ipmi.rst> for more details on the driver.
41 bool 'Generate OEM events containing the panic string'
47 number for the string (byte 5 of the event) and part of the
48 string (the rest of the event). Bytes 1, 2, and 3 are the normal
50 sequence numbers to piece the string together. This config
53 be set to "string" to chose this value, this config simply
54 causes the default value to be set to "string".
76 standard interface. This module requires I2C support.
[all …]
/kernel/linux/linux-5.10/Documentation/firmware-guide/acpi/
Dosi.rst1 .. SPDX-License-Identifier: GPL-2.0
22 Linux runs on two groups of machines -- those that are tested by the OEM
41 What should an OEM do if they want to support Linux and Windows
46 _OSI("Linux-OEM-my_interface_name")
47 where 'OEM' is needed if this is an OEM-specific hook,
49 quirk, a bug, or a bug-fix.
52 via the linux-acpi@vger.kernel.org mailing list. When that patch
55 by the OS. Linux distributors can back-port that patch for Linux
56 pre-installs, and it will be included by all distributions that
57 re-base to upstream. If the distribution can not update the kernel binary,
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/usb/
Dusb251xb.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Microchip USB 2.0 Hi-Speed Hub Controller
10 - Richard Leitner <richard.leitner@skidata.com>
15 - microchip,usb2422
16 - microchip,usb2512b
17 - microchip,usb2512bi
18 - microchip,usb2513b
19 - microchip,usb2513bi
[all …]
/kernel/linux/linux-5.10/Documentation/networking/
Ddns_resolver.rst1 .. SPDX-License-Identifier: GPL-2.0
9 - Overview.
10 - Compilation.
11 - Setting up.
12 - Usage.
13 - Mechanism.
14 - Debugging.
22 upcalled to userspace through /sbin/request-key.
25 request-key. It is under development and does not yet provide the full feature
26 set. The features it does support include:
[all …]
/kernel/linux/linux-6.6/Documentation/networking/
Ddns_resolver.rst1 .. SPDX-License-Identifier: GPL-2.0
9 - Overview.
10 - Compilation.
11 - Setting up.
12 - Usage.
13 - Mechanism.
14 - Debugging.
22 upcalled to userspace through /sbin/request-key.
25 request-key. It is under development and does not yet provide the full feature
26 set. The features it does support include:
[all …]
/kernel/linux/linux-5.10/Documentation/admin-guide/pm/
Dsleep-states.rst1 .. SPDX-License-Identifier: GPL-2.0
13 Sleep states are global low-power states of the entire system in which user
22 the Linux kernel can support up to four system sleep states, including
28 Suspend-to-Idle
29 ---------------
31 This is a generic, pure software, light-weight variant of system suspend (also
34 I/O devices into low-power states (possibly lower-power than available in the
38 The system is woken up from this state by in-band interrupts, so theoretically
42 This state can be used on platforms without support for :ref:`standby <standby>`
43 or :ref:`suspend-to-RAM <s2ram>`, or it can be used in addition to any of the
[all …]
/kernel/linux/linux-6.6/Documentation/admin-guide/pm/
Dsleep-states.rst1 .. SPDX-License-Identifier: GPL-2.0
13 Sleep states are global low-power states of the entire system in which user
22 the Linux kernel can support up to four system sleep states, including
28 Suspend-to-Idle
29 ---------------
31 This is a generic, pure software, light-weight variant of system suspend (also
34 I/O devices into low-power states (possibly lower-power than available in the
38 The system is woken up from this state by in-band interrupts, so theoretically
42 This state can be used on platforms without support for :ref:`standby <standby>`
43 or :ref:`suspend-to-RAM <s2ram>`, or it can be used in addition to any of the
[all …]
/kernel/linux/linux-6.6/Documentation/admin-guide/
Dbinfmt-misc.rst1 Kernel Support for miscellaneous Binary Formats (binfmt_misc)
9 with which binary. Binfmt_misc recognises the binary-type by matching some bytes
16 mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc
18 To actually register a new binary type, you have to set up a string looking like
24 - ``name``
25 is an identifier string. A new /proc file will be created with this
28 - ``type``
30 - ``offset``
34 - ``magic``
35 is the byte sequence binfmt_misc is matching for. The magic string
[all …]
/kernel/linux/linux-5.10/Documentation/admin-guide/
Dbinfmt-misc.rst1 Kernel Support for miscellaneous Binary Formats (binfmt_misc)
9 with which binary. Binfmt_misc recognises the binary-type by matching some bytes
16 mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc
18 To actually register a new binary type, you have to set up a string looking like
24 - ``name``
25 is an identifier string. A new /proc file will be created with this
28 - ``type``
30 - ``offset``
34 - ``magic``
35 is the byte sequence binfmt_misc is matching for. The magic string
[all …]
/kernel/linux/linux-6.6/security/selinux/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 bool "SELinux Support"
8 This selects Security-Enhanced Linux (SELinux).
27 bool "SELinux Development Support"
31 This enables the development support option of SELinux,
62 int "SELinux SID to context string translation cache size"
66 This option defines the size of the internal SID -> context string
67 cache, which improves the performance of context to string
73 bool "SELinux kernel debugging support"

12345678910>>...44