Searched full:generators (Results 1 – 25 of 102) sorted by relevance
12345
/linux-6.14.4/tools/net/sunrpc/xdrgen/subcmds/ |
D | declarations.py | 13 from generators.constant import XdrConstantGenerator 14 from generators.enum import XdrEnumGenerator 15 from generators.header_bottom import XdrHeaderBottomGenerator 16 from generators.header_top import XdrHeaderTopGenerator 17 from generators.pointer import XdrPointerGenerator 18 from generators.program import XdrProgramGenerator 19 from generators.typedef import XdrTypedefGenerator 20 from generators.struct import XdrStructGenerator 21 from generators.union import XdrUnionGenerator
|
D | definitions.py | 13 from generators.constant import XdrConstantGenerator 14 from generators.enum import XdrEnumGenerator 15 from generators.header_bottom import XdrHeaderBottomGenerator 16 from generators.header_top import XdrHeaderTopGenerator 17 from generators.pointer import XdrPointerGenerator 18 from generators.program import XdrProgramGenerator 19 from generators.typedef import XdrTypedefGenerator 20 from generators.struct import XdrStructGenerator 21 from generators.union import XdrUnionGenerator
|
D | source.py | 13 from generators.source_top import XdrSourceTopGenerator 14 from generators.enum import XdrEnumGenerator 15 from generators.pointer import XdrPointerGenerator 16 from generators.program import XdrProgramGenerator 17 from generators.typedef import XdrTypedefGenerator 18 from generators.struct import XdrStructGenerator 19 from generators.union import XdrUnionGenerator
|
/linux-6.14.4/drivers/pps/generators/ |
D | Kconfig | 3 # PPS generators configuration 7 tristate "PPS generators support" 9 PPS generators are special hardware which are able to produce PPS
|
D | Makefile | 3 # Makefile for PPS generators.
|
/linux-6.14.4/drivers/clk/ |
D | Kconfig | 68 generators of audio clocks. 127 generators. Not all features of these chips are currently supported 138 generators. 164 clock generators. 400 tristate "Clock driver for Renesas 9-series PCIe clock generators" 409 tristate "Clock driver for SkyWorks Si521xx PCIe clock generators" 424 generators. 433 programmable clock generators.
|
/linux-6.14.4/drivers/clk/versatile/ |
D | Kconfig | 23 tristate "Clock driver for Versatile Express OSC clock generators" 28 Simple regmap-based driver driving clock generators on Versatile
|
/linux-6.14.4/tools/net/sunrpc/xdrgen/generators/ |
D | source_top.py | 9 from generators import Boilerplate 10 from generators import find_xdr_program_name, create_jinja2_environment
|
D | header_bottom.py | 9 from generators import Boilerplate, header_guard_infix 10 from generators import create_jinja2_environment, get_jinja2_template
|
D | header_top.py | 9 from generators import Boilerplate, header_guard_infix 10 from generators import create_jinja2_environment, get_jinja2_template
|
D | constant.py | 6 from generators import SourceGenerator, create_jinja2_environment
|
/linux-6.14.4/Documentation/devicetree/bindings/clock/ |
D | skyworks,si521xx.yaml | 7 title: Skyworks Si521xx I2C PCIe clock generators 10 The Skyworks Si521xx are I2C PCIe clock generators providing
|
D | brcm,bcm2835-cprman.txt | 9 few PLLs, and a level of mostly-generic clock generators sourcing from 11 clock generators, but a few (like the ARM or HDMI) will source from
|
D | renesas,9series.yaml | 7 title: Renesas 9-series I2C PCIe clock generators 10 The Renesas 9-series are I2C PCIe clock generators providing
|
D | silabs,si5351.yaml | 7 title: Silicon Labs Si5351A/B/C programmable I2C clock generators 10 The Silicon Labs Si5351A/B/C are programmable I2C clock generators with up to 12 output clocks are accessible. The internal structure of the clock generators
|
D | lpc1850-cgu.txt | 9 The CGU selects the inputs to the clock generators from multiple 11 of the clock generators through the clock source bus to the output
|
D | idt,versaclock5.yaml | 7 title: IDT VersaClock 5 and 6 programmable I2C clock generators 11 clock generators providing from 3 to 12 output clocks.
|
/linux-6.14.4/tools/net/sunrpc/xdrgen/ |
D | README | 123 This tree is passed to a series of code generators. 125 The generators are implemented as Python classes residing in the 126 generators/ directory. Each generator emits code created from Jinja2
|
D | .gitignore | 2 generators/__pycache__
|
/linux-6.14.4/crypto/ |
D | algif_rng.c | 2 * algif_rng: User-space interface for random number generators 4 * This file provides the user-space API for random number generators. 51 MODULE_DESCRIPTION("User-space interface for random number generators");
|
/linux-6.14.4/Documentation/admin-guide/ |
D | hw_random.rst | 2 Hardware random number generators 53 Hardware driver for Intel/AMD/VIA Random Number Generators (RNG)
|
/linux-6.14.4/Documentation/driver-api/ |
D | pps.rst | 198 Generators chapter 205 To do so the class pps-gen has been added. PPS generators can be 228 Generators SYSFS support
|
/linux-6.14.4/drivers/pps/ |
D | Makefile | 10 obj-$(CONFIG_PPS_GENERATOR) += generators/
|
/linux-6.14.4/Documentation/devicetree/bindings/soc/fsl/cpm_qe/cpm/ |
D | brg.txt | 1 * Baud Rate Generators
|
/linux-6.14.4/include/crypto/ |
D | rng.h | 37 * random number generators does not require a seed 83 * For all random number generators, this call creates a new private copy of
|
12345