Lines Matching +full:tegra194 +full:- +full:gte +full:- +full:lic
1 .. SPDX-License-Identifier: GPL-2.0+
7 -----------
8 The Nvidia tegra HTE provider also known as GTE (Generic Timestamping Engine)
9 driver implements two GTE instances: 1) GPIO GTE and 2) LIC
10 (Legacy Interrupt Controller) IRQ GTE. Both GTE instances get the timestamp
14 GPIO GTE
15 --------
17 This GTE instance timestamps GPIO in real time. For that to happen GPIO
20 the GPIO GTE. To support this, GPIOLIB adds two optional APIs as mentioned
21 below. The GPIO GTE code supports both kernel and userspace consumers. The
31 specified during IOCTL calls. Refer to ``tools/gpio/gpio-event-mon.c``, which
34 LIC (Legacy Interrupt Controller) IRQ GTE
35 -----------------------------------------
37 This GTE instance timestamps LIC IRQ lines in real time. The hte devicetree
40 one-to-one mapping with IRQ GTE provider, consumers can simply specify the IRQ
42 this GTE instance in the HTE framework.
44 The provider source code of both IRQ and GPIO GTE instances is located at
45 ``drivers/hte/hte-tegra194.c``. The test driver
46 ``drivers/hte/hte-tegra194-test.c`` demonstrates HTE API usage for both IRQ
47 and GPIO GTE.