Searched full:generators (Results 1 – 25 of 84) sorted by relevance
1234
/linux/tools/net/sunrpc/xdrgen/subcmds/ |
H A 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
|
/linux/drivers/clk/ |
H A 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/drivers/pps/generators/ |
H A D | Kconfig | 3 # PPS generators configuration 7 tristate "PPS generators support" 9 PPS generators are special hardware which are able to produce PPS
|
H A D | Makefile | 3 # Makefile for PPS generators.
|
/linux/drivers/clk/versatile/ |
H A D | Kconfig | 23 tristate "Clock driver for Versatile Express OSC clock generators" 28 Simple regmap-based driver driving clock generators on Versatile
|
H A D | icst.h | 6 * clock generators. See https://www.idt.com/ for more information
|
/linux/tools/net/sunrpc/xdrgen/generators/ |
H A D | source_top.py | 9 from generators import Boilerplate 10 from generators import find_xdr_program_name, create_jinja2_environment
|
H A D | header_bottom.py | 9 from generators import Boilerplate, header_guard_infix 10 from generators import create_jinja2_environment, get_jinja2_template
|
H A D | header_top.py | 9 from generators import Boilerplate, header_guard_infix 10 from generators import create_jinja2_environment, get_jinja2_template
|
H A D | constant.py | 6 from generators import SourceGenerator, create_jinja2_environment
|
/linux/Documentation/devicetree/bindings/clock/ |
H A D | skyworks,si521xx.yaml | 7 title: Skyworks Si521xx I2C PCIe clock generators 10 The Skyworks Si521xx are I2C PCIe clock generators providing
|
H A 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
|
H A D | renesas,9series.yaml | 7 title: Renesas 9-series I2C PCIe clock generators 10 The Renesas 9-series are I2C PCIe clock generators providing
|
H A 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
|
H A 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
|
H A 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.
|
H A D | silabs,si5341.txt | 12 The Si5341 and Si5340 are programmable i2c clock generators with up to 10 output 15 The internal structure of the clock generators can be found in [2].
|
/linux/crypto/ |
H A 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/Documentation/admin-guide/ |
H A D | hw_random.rst | 2 Hardware random number generators 53 Hardware driver for Intel/AMD/VIA Random Number Generators (RNG)
|
/linux/tools/net/sunrpc/xdrgen/ |
H A D | .gitignore | 2 generators/__pycache__
|
/linux/drivers/pps/ |
H A D | Makefile | 10 obj-$(CONFIG_PPS_GENERATOR) += generators/
|
H A D | Kconfig | 43 source "drivers/pps/generators/Kconfig"
|
/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/cpm/ |
H A D | brg.txt | 1 * Baud Rate Generators
|
/linux/include/crypto/ |
H A 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
|
/linux/Documentation/trace/coresight/ |
H A D | coresight-trbe.rst | 16 generators (ETE), are plugged in as source device.
|
1234