Searched +full:exact +full:- +full:len (Results  1 – 17 of 17) sorted by relevance
| /Documentation/netlink/ | 
| D | genetlink.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 3 --- 4 $id: http://kernel.org/schemas/netlink/genetlink-legacy.yaml# 5 $schema: https://json-schema.org/draft-07/schema 12   len-or-define: 14     pattern: ^[0-9A-Za-z_-]+( - 1)?$ 16   len-or-limit: 17     # literal int or limit based on fixed-width type e.g. u8-min, u16-max, etc. 19     pattern: ^[su](8|16|32|64)-(min|max)$ 26 required: [ name, doc, attribute-sets, operations ] [all …] 
 | 
| D | genetlink-c.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 3 --- 4 $id: http://kernel.org/schemas/netlink/genetlink-c.yaml# 5 $schema: https://json-schema.org/draft-07/schema 12   len-or-define: 14     pattern: ^[0-9A-Za-z_-]+( - 1)?$ 16   len-or-limit: 17     # literal int or limit based on fixed-width type e.g. u8-min, u16-max, etc. 19     pattern: ^[su](8|16|32|64)-(min|max)$ 26 required: [ name, doc, attribute-sets, operations ] [all …] 
 | 
| D | genetlink-legacy.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 3 --- 4 $id: http://kernel.org/schemas/netlink/genetlink-legacy.yaml# 5 $schema: https://json-schema.org/draft-07/schema 12   len-or-define: 14     pattern: ^[0-9A-Za-z_-]+( - 1)?$ 16   len-or-limit: 17     # literal int or limit based on fixed-width type e.g. u8-min, u16-max, etc. 19     pattern: ^[su](8|16|32|64)-(min|max)$ 26 required: [ name, doc, attribute-sets, operations ] [all …] 
 | 
| D | netlink-raw.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 3 --- 4 $id: http://kernel.org/schemas/netlink/netlink-raw.yaml# 5 $schema: https://json-schema.org/draft-07/schema 12   len-or-define: 14     pattern: ^[0-9A-Za-z_-]+( - 1)?$ 21 required: [ name, doc, attribute-sets, operations ] 31     enum: [ netlink-raw ] # Trim 32   # Start netlink-raw 34     description: Protocol number to use for netlink-raw [all …] 
 | 
| /Documentation/netlink/specs/ | 
| D | ovs_flow.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 5 protocol: genetlink-legacy 6 uapi-header: linux/openvswitch.h 12   - 13     name: ovs-header 18       - 19         name: dp-ifindex 24   - 25     name: ovs-flow-stats 28       - [all …] 
 | 
| D | mptcp_pm.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 4 protocol: genetlink-legacy 7 c-family-name: mptcp-pm-name 8 c-version-name: mptcp-pm-ver 9 max-by-define: true 10 kernel-policy: per-op 11 cmd-cnt-name: --mptcp-pm-cmd-after-last 14   - 16     name: event-type 17     enum-name: mptcp-event-type [all …] 
 | 
| D | devlink.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 5 protocol: genetlink-legacy 10   - 12     name: sb-pool-type 14       - 16       - 18   - 20     name: port-type 22       - 24       - [all …] 
 | 
| /Documentation/trace/ | 
| D | ftrace-uses.rst | 48 .. code-block:: c 71 register_ftrace_function() is called and before it returns. The exact time 74 must begin at an exact moment. 87 .. code-block:: c 119 .. code-block:: c 129 .. code-block:: c 152 .. code-block:: c 202 	kernel patches uses. Without this flag the pt_regs->ip can not be 234 .. code-block:: c 237                          int len, int reset); [all …] 
 | 
| /Documentation/core-api/ | 
| D | dma-api-howto.rst | 10 with example pseudo-code.  For a concise description of the API, see 11 Documentation/core-api/dma-api.rst. 39 supports 64-bit addresses for main memory and PCI BARs, it may use an IOMMU 40 so devices only need to use 32-bit DMA addresses. 49             +-------+             +------+             +------+ 52           C +-------+ --------> B +------+ ----------> +------+ A 54   +-----+   |       |             |      |   bridge    |      |   +--------+ 55   |     |   |       |             +------+             |      |   |        | 58   +-----+   +-------+             +------+             +------+   +--------+ 60           X +-------+ --------> Y +------+ <---------- +------+ Z [all …] 
 | 
| /Documentation/admin-guide/LSM/ | 
| D | Smack.rst | 7     - The Elevator, from Dark Star 21     - The kernel 22     - Basic utilities, which are helpful but not required 23     - Configuration data 41 	git://github.com/smack-team/smack.git 120     # attr -S -s SMACK64 -V "value" path 121     # chsmack -a value path 128 in the smackfs filesystem. This pseudo-filesystem is mounted 153 change-rule 162 	"rwxat-". If a rule for a given subject and object exists it will be [all …] 
 | 
| /Documentation/isdn/ | 
| D | interface_capi.rst | 9 COMMON-ISDN-API (CAPI) is an application programming interface standard used 74 ---------------------- 78 the following non-private fields, all to be set by the driver before calling 82 	the name of the driver, as a zero-terminated ASCII string 84 	the revision number of the driver, as a zero-terminated ASCII string 87 ------------------- 94 It contains the following non-private fields: 106 	the name of the controller, as a zero-terminated ASCII string 109 	the name of the driver, as a zero-terminated ASCII string 154 	non-zero (error) value then ownership of the skb returns to the caller [all …] 
 | 
| /Documentation/userspace-api/ioctl/ | 
| D | cdrom.rst | 5 - Edward A. Falk <efalk@google.com> 10 the CDROM layer.  These are by-and-large implemented (as of Linux 2.6) 33 	CDROMEJECT_SW		  enable(1)/disable(0) auto-ejecting 34 	CDROMMULTISESSION	  Obtain the start-of-last-session 40 	CDROMRESET		  hard-reset the drive 47 	CDROMPLAYBLK		  scsi-cd only, (struct cdrom_blk) 49 	CDROMGETSPINDOWN	  return 4-bit spindown value 50 	CDROMSETSPINDOWN	  set 4-bit spindown value 54 	CDROM_SELECT_SPEED	  Set the CD-ROM speed 55 	CDROM_SELECT_DISC	  Select disc (for juke-boxes) [all …] 
 | 
| /Documentation/networking/ | 
| D | can.rst | 2 SocketCAN - Controller Area Network 20 .. _socketcan-motivation: 29 functionality.  Usually, there is only a hardware-specific device 32 Queueing of frames and higher-level transport protocols like ISO-TP 34 character-device implementations support only one single process to 47 protocol family module and also vice-versa.  Also, the protocol family 57 communicate using a specific transport protocol, e.g. ISO-TP, just 60 CAN-IDs, frames, etc. 62 Similar functionality visible from user-space could be provided by a 74 * **Abstraction:**  In most existing character-device implementations, the [all …] 
 | 
| D | snmp_counter.rst | 17 .. _RFC1213 ipInReceives: https://tools.ietf.org/html/rfc1213#page-26 30 .. _RFC1213 ipInDelivers: https://tools.ietf.org/html/rfc1213#page-28 41 .. _RFC1213 ipOutRequests: https://tools.ietf.org/html/rfc1213#page-28 60 .. _Explicit Congestion Notification: https://tools.ietf.org/html/rfc3168#page-6 73 .. _RFC1213 ipInHdrErrors: https://tools.ietf.org/html/rfc1213#page-27 81 .. _RFC1213 ipInAddrErrors: https://tools.ietf.org/html/rfc1213#page-27 98 .. _RFC1213 ipInUnknownProtos: https://tools.ietf.org/html/rfc1213#page-27 111 .. _RFC1213 ipInDiscards: https://tools.ietf.org/html/rfc1213#page-28 118 .. _RFC1213 ipOutDiscards: https://tools.ietf.org/html/rfc1213#page-28 125 .. _RFC1213 ipOutNoRoutes: https://tools.ietf.org/html/rfc1213#page-29 [all …] 
 | 
| /Documentation/staging/ | 
| D | remoteproc.rst | 10 of operating system, whether it's Linux or any other flavor of real-time OS. 12 OMAP4, for example, has dual Cortex-A9, dual Cortex-M3 and a C64x+ DSP. 13 In a typical configuration, the dual cortex-A9 is running Linux in a SMP 22 platform-specific remoteproc drivers only need to provide a few low-level 24 (for more information about the virtio-based rpmsg bus and its drivers, 114 				const char *firmware, int len) 118 name of this remote processor, platform-specific ops handlers, 154 This is called by the platform-specific rproc implementation, whenever 180 Returns 0 on success and -EINVAL if @rproc isn't valid. 190 non-remoteproc driver. This function can be called from atomic/interrupt [all …] 
 | 
| /Documentation/i2c/ | 
| D | writing-clients.rst | 19 it for non-exported symbols too. We will use the prefix ``foo_`` in this 28 routines, and should be zero-initialized except for fields with data you 29 provide.  A client structure holds device-specific information like the 62 All other fields are for call-back functions which will be explained 70 structure at all.  You should use this to keep device-specific data. 81 to NULL in remove() or if probe() failed anymore. The i2c-core does this 95 but many chips have some kind of register-value idea that can easily 103 	if (reg < 0x10)	/* byte-sized register */ 105 	else		/* word-sized register */ 111 	if (reg == 0x10)	/* Impossible to write - driver error! */ [all …] 
 | 
| /Documentation/virt/kvm/ | 
| D | api.rst | 1 .. SPDX-License-Identifier: GPL-2.0 4 The Definitive KVM (Kernel-based Virtual Machine) API Documentation 13  - System ioctls: These query and set global attributes which affect the 17  - VM ioctls: These query and set attributes that affect an entire virtual 24  - vcpu ioctls: These query and set attributes that control the operation 32  - device ioctls: These query and set attributes that control the operation 80 facility that allows backward-compatible extensions to the API to be 104       the ioctl returns -ENOTTY. 122 ----------------------- 139 ----------------- [all …] 
 |