Home
last modified time | relevance | path

Searched +full:am62 +full:- +full:ecap +full:- +full:capture (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/counter/
Dti,am62-ecap-capture.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/counter/ti,am62-ecap-capture.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Texas Instruments Enhanced Capture (eCAP) Module
10 - Julien Panis <jpanis@baylibre.com>
13 The eCAP module resources can be used to capture timestamps
18 const: ti,am62-ecap-capture
29 clock-names:
32 power-domains:
[all …]
/Linux-v6.1/drivers/counter/
Dti-ecap-capture.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * ECAP Capture driver
21 #define ECAP_DRV_NAME "ecap"
23 /* ECAP event IDs */
66 /* ECAP signals */
78 * struct ecap_cnt_dev - device private data structure
83 * @nb_ovf: number of overflows since capture start
105 pm_runtime_get_sync(counter->parent); in ecap_cnt_capture_get_evmode()
106 regmap_read(ecap_dev->regmap, ECAP_ECCTL_REG, &regval); in ecap_cnt_capture_get_evmode()
107 pm_runtime_put_sync(counter->parent); in ecap_cnt_capture_get_evmode()
[all …]
/Linux-v6.1/
DMAINTAINERS9 -------------------------
30 ``diff -u`` to make the patch easy to merge. Be prepared to get your
40 See Documentation/process/coding-style.rst for guidance here.
46 See Documentation/process/submitting-patches.rst for details.
57 include a Signed-off-by: line. The current version of this
59 Documentation/process/submitting-patches.rst.
70 that the bug would present a short-term risk to other users if it
76 Documentation/admin-guide/security-bugs.rst for details.
81 ---------------------------------------------------
97 W: *Web-page* with status/info
[all …]