Home
last modified time | relevance | path

Searched refs:hte (Results 1 – 15 of 15) sorted by relevance

/linux-6.15/drivers/hte/
H A Dhte-tegra194-test.c59 } hte; variable
84 gpiod_set_value(hte.gpio_out, !gpiod_get_value(hte.gpio_out)); in gpio_timer_cb()
108 hte.pdev = &pdev->dev; in tegra_hte_test_probe()
145 hte.gpio_in_irq = ret; in tegra_hte_test_probe()
163 hte.desc = devm_kzalloc(hte.pdev, sizeof(*hte.desc) * cnt, GFP_KERNEL); in tegra_hte_test_probe()
164 if (!hte.desc) { in tegra_hte_test_probe()
178 hte.gpio_in); in tegra_hte_test_probe()
186 ret = hte_ts_get(hte.pdev, &hte.desc[i], i); in tegra_hte_test_probe()
190 ret = devm_hte_request_ts_ns(hte.pdev, &hte.desc[i], in tegra_hte_test_probe()
207 free_irq(hte.gpio_in_irq, &hte); in tegra_hte_test_probe()
[all …]
H A DMakefile1 obj-$(CONFIG_HTE) += hte.o
2 obj-$(CONFIG_HTE_TEGRA194) += hte-tegra194.o
3 obj-$(CONFIG_HTE_TEGRA194_TEST) += hte-tegra194-test.o
H A Dhte-tegra194.c352 static inline u32 tegra_hte_readl(struct tegra_hte_soc *hte, u32 reg) in tegra_hte_readl() argument
354 return readl(hte->regs + reg); in tegra_hte_readl()
357 static inline void tegra_hte_writel(struct tegra_hte_soc *hte, u32 reg, in tegra_hte_writel() argument
360 writel(val, hte->regs + reg); in tegra_hte_writel()
/linux-6.15/Documentation/driver-api/hte/
H A Dhte.rst22 ``#include <linux/hte.h>``.
27 .. kernel-doc:: drivers/hte/hte.c
33 .. kernel-doc:: drivers/hte/hte.c
38 .. kernel-doc:: include/linux/hte.h
59 HTE subsystem creates debugfs attributes at ``/sys/kernel/debug/hte/``.
61 ``/sys/kernel/debug/hte/<provider>/<label or line id>/``. Note that these
69 ``/sys/kernel/debug/hte/<provider>/``.
74 ``/sys/kernel/debug/hte/<provider>/``.
79 ``/sys/kernel/debug/hte/<provider>/<label or line id>/``.
H A Dtegra-hte.rst24 subsystem. The hte devicetree binding described at
37 This GTE instance timestamps LIC IRQ lines in real time. The hte devicetree
45 ``drivers/hte/hte-tegra194.c``. The test driver
46 ``drivers/hte/hte-tegra194-test.c`` demonstrates HTE API usage for both IRQ
H A Dindex.rst13 hte
21 tegra-hte
/linux-6.15/Documentation/devicetree/bindings/timestamp/
H A Dhte-consumer.yaml4 $id: http://devicetree.org/schemas/timestamp/hte-consumer.yaml#
38 timestamp-names = "hte-gpio", "hte-i2c";
H A Dnvidia,tegra194-hte.yaml4 $id: http://devicetree.org/schemas/timestamp/nvidia,tegra194-hte.yaml#
/linux-6.15/Documentation/translations/zh_CN/driver-api/
H A Dindex.rst122 * hte/index
/linux-6.15/Documentation/driver-api/
H A Dindex.rst97 hte/index
/linux-6.15/drivers/
H A DMakefile193 obj-$(CONFIG_HTE) += hte/
H A DKconfig244 source "drivers/hte/Kconfig"
/linux-6.15/drivers/infiniband/hw/irdma/
H A Dutils.c909 u8 hte = 0; in irdma_terminate_done() local
917 hte = 1; in irdma_terminate_done()
926 irdma_next_iw_state(iwqp, IRDMA_QP_STATE_ERROR, hte, 0, 0); in irdma_terminate_done()
H A Dctrl.c4798 u32 powerof2, hte; in irdma_cfg_fpm_val() local
4866 hte = round_up(qpwanted + hmc_info->hmc_obj[IRDMA_HMC_IW_FSIMC].cnt, 512); in irdma_cfg_fpm_val()
4868 while (powerof2 < hte) in irdma_cfg_fpm_val()
/linux-6.15/
H A DMAINTAINERS10949 F: Documentation/driver-api/hte/
10950 F: drivers/hte/
10951 F: include/linux/hte.h