Lines Matching full:description

24 description: Specification of a genetlink protocol
30 description: Name of the genetlink family.
35 description: Schema compatibility level. Default is "genetlink".
38 description: Path to the uAPI header, default is linux/${family-name}.h
42 description: List of type and constant definitions (enums, flags, defines).
52 description: For C-compatible languages, header which already defines this value.
60 description: For const - the value.
64 description: For enum or flags the literal initializer for the first value.
67 description: For enum or flags array of values.
83 description: Render the max members for this enum.
87 description: Definition of attribute spaces for this family.
90 description: Definition of a single attribute space.
96 description: |
100 description: |
104 description: Name for the enum type of the attribute.
107 description: Documentation of the space.
110 description: |
115 description: List of attributes in the space.
129 description: Documentation of the attribute.
132 description: Value for the enum item representing this attribute in the uAPI.
135description: Name of the value extracted from the type of a nest-type-value attribute.
144 description: Name of the space (sub-space) used inside the attribute.
147 description: Name of the enum type used for the attribute.
150 description: |
156 description: Kernel input validation.
161description: Name of the flags constant on which to base mask (unsigned scalar types only).
164 description: Min value for an integer attribute.
167 description: Max value for an integer attribute.
170 description: Min length for a binary attribute.
173 description: Max length for a string or a binary attribute.
176 description: Exact length for a string or a binary attribute.
180 description: |
208 description: Operations supported by the protocol.
214 description: |
222 description: |
227 description: Name for the enum type with commands.
230description: Same as name-prefix but used to render notifications and events to separate enum.
233 description: Name for the enum type with notifications/events.
236 description: List of commands
244 description: Name of the operation, also defining its C enum value in uAPI.
247 description: Documentation for the command.
250 description: Value for the enum in the uAPI.
253 description: |
258 description: Command flags.
263 description: Kernel attribute validation flags.
268 description: |
273 description: Main command handler.
278 description: Definition of the request message for a given command.
283 description: |
291description: Hook for a function to run before the main callback (pre_doit or start).
294description: Hook for a function to run after the main callback (post_doit or done).
298 description: Name of the command sharing the reply type with this notification.
305 description: Explicit list of the attributes for the notification.
310 description: Name of the multicast group generating given notification.
313 description: List of multicast groups.
319 description: List of groups.
327 description: |
333 description: Additional global attributes used for kernel C code generation.
338 description: |
345 description: |