Searched full:identifiers (Results 1 – 25 of 307) sorted by relevance
12345678910>>...13
/Linux-v5.10/Documentation/sphinx/ |
D | kerneldoc.py | 64 'identifiers': directives.unchanged, 65 'no-identifiers': directives.unchanged, 87 # 'function' is an alias of 'identifiers' 89 self.options['identifiers'] = self.options.get('functions') 100 elif 'identifiers' in self.options: 101 identifiers = self.options.get('identifiers').split() 102 if identifiers: 103 for i in identifiers: 108 if 'no-identifiers' in self.options: 109 no_identifiers = self.options.get('no-identifiers').split()
|
/Linux-v5.10/Documentation/process/ |
D | license-rules.rst | 46 Exchange (SPDX) license identifiers in each source file. SPDX license 47 identifiers are machine parsable and precise shorthands for the license 49 identifiers are managed by the SPDX Workgroup at the Linux Foundation and 54 The valid identifiers used in the kernel are explained in the section 55 `License identifiers`_ and have been retrieved from the official SPDX 97 SPDX short form license identifiers separated by "WITH" when a license 102 License identifiers for licenses like [L]GPL with the 'or later' option 119 Exceptions can only be used with particular License identifiers. The 120 valid License identifiers are listed in the tags of the exception text 122 identifiers`_. [all …]
|
/Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | os.h | 14 /* KERN: message identifiers */ 18 /* MEMX: message identifiers */ 35 /* I2C_: message identifiers */
|
/Linux-v5.10/drivers/staging/media/atomisp/pci/hive_isp_css_include/ |
D | mmu_device.h | 28 * - . system and cell agnostic interfaces, constants and identifiers 31 * - global: system specific constants and identifiers 32 * - local: system and cell specific constants and identifiers
|
D | tag.h | 25 * - . system and cell agnostic interfaces, constants and identifiers 28 * - global: inter cell constants and identifiers 29 * - local: cell specific constants and identifiers
|
D | vamem.h | 26 * - . system and cell agnostic interfaces, constants and identifiers 29 * - global: system specific constants and identifiers 30 * - local: system and cell specific constants and identifiers
|
D | debug.h | 26 * - . system and cell agnostic interfaces, constants and identifiers 29 * - global: system specific constants and identifiers 30 * - local: system and cell specific constants and identifiers
|
D | csi_rx.h | 26 * - system and cell agnostic interfaces, constants and identifiers 30 * - global: system specific constants and identifiers 31 * - local: system and cell specific constants and identifiers
|
D | gp_device.h | 26 * - . system and cell agnostic interfaces, constants and identifiers 29 * - global: system specific constants and identifiers 30 * - local: system and cell specific constants and identifiers
|
D | gpio.h | 26 * - . system and cell agnostic interfaces, constants and identifiers 29 * - global: system specific constants and identifiers 30 * - local: system and cell specific constants and identifiers
|
D | dma.h | 26 * - . system and cell agnostic interfaces, constants and identifiers 29 * - global: system specific constants and identifiers 30 * - local: system and cell specific constants and identifiers
|
D | event_fifo.h | 26 * - . system and cell agnostic interfaces, constants and identifiers 29 * - global: system specific constants and identifiers 30 * - local: system and cell specific constants and identifiers
|
D | fifo_monitor.h | 26 * - . system and cell agnostic interfaces, constants and identifiers 29 * - global: system specific constants and identifiers 30 * - local: system and cell specific constants and identifiers
|
D | hmem.h | 26 * - . system and cell agnostic interfaces, constants and identifiers 29 * - global: system specific constants and identifiers 30 * - local: system and cell specific constants and identifiers
|
D | input_formatter.h | 26 * - . system and cell agnostic interfaces, constants and identifiers 29 * - global: system specific constants and identifiers 30 * - local: system and cell specific constants and identifiers
|
D | input_system.h | 26 * - . system and cell agnostic interfaces, constants and identifiers 29 * - global: system specific constants and identifiers 30 * - local: system and cell specific constants and identifiers
|
D | irq.h | 26 * - . system and cell agnostic interfaces, constants and identifiers 29 * - global: system specific constants and identifiers 30 * - local: system and cell specific constants and identifiers
|
D | isp.h | 26 * - . system and cell agnostic interfaces, constants and identifiers 29 * - global: system specific constants and identifiers 30 * - local: system and cell specific constants and identifiers
|
D | isys_stream2mmio.h | 26 * - system and cell agnostic interfaces, constants and identifiers 30 * - global: system specific constants and identifiers 31 * - local: system and cell specific constants and identifiers
|
D | pixelgen.h | 26 * - system and cell agnostic interfaces, constants and identifiers 30 * - global: system specific constants and identifiers 31 * - local: system and cell specific constants and identifiers
|
D | queue.h | 25 * - system and cell agnostic interfaces, constants and identifiers 28 * - global: inter cell constants and identifiers 29 * - local: cell specific constants and identifiers
|
D | resource.h | 26 * - . system and cell agnostic interfaces, constants and identifiers 29 * - global: system specific constants and identifiers 30 * - local: system and cell specific constants and identifiers
|
D | sp.h | 26 * - . system and cell agnostic interfaces, constants and identifiers 29 * - global: system specific constants and identifiers 30 * - local: system and cell specific constants and identifiers
|
D | timed_ctrl.h | 26 * - . system and cell agnostic interfaces, constants and identifiers 29 * - global: system specific constants and identifiers 30 * - local: system and cell specific constants and identifiers
|
D | vmem.h | 26 * - . system and cell agnostic interfaces, constants and identifiers 29 * - global: system specific constants and identifiers 30 * - local: system and cell specific constants and identifiers
|
12345678910>>...13