Searched refs:hte (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/hte/ |
| H A D | hte-tegra194-test.c | 59 } hte; variable 84 gpiod_set_value(hte.gpio_out, !gpiod_get_value(hte.gpio_out)); in gpio_timer_cb() 85 mod_timer(&hte.timer, jiffies + msecs_to_jiffies(8000)); in gpio_timer_cb() 107 dev_set_drvdata(&pdev->dev, &hte); in tegra_hte_test_probe() 108 hte.pdev = &pdev->dev; in tegra_hte_test_probe() 110 hte.gpio_out = gpiod_get(&pdev->dev, "out", 0); in tegra_hte_test_probe() 111 if (IS_ERR(hte.gpio_out)) { in tegra_hte_test_probe() 117 hte.gpio_in = gpiod_get(&pdev->dev, "in", 0); in tegra_hte_test_probe() 118 if (IS_ERR(hte.gpio_in)) { in tegra_hte_test_probe() 124 ret = gpiod_direction_output(hte.gpio_out, 0); in tegra_hte_test_probe() [all …]
|
| H A D | Makefile | 1 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 D | hte-tegra194.c | 352 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/Documentation/driver-api/hte/ |
| H A D | hte.rst | 22 ``#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 D | tegra-hte.rst | 24 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 D | index.rst | 13 hte 21 tegra-hte
|
| /linux/Documentation/translations/zh_CN/driver-api/ |
| H A D | index.rst | 122 * hte/index
|
| /linux/drivers/ |
| H A D | Kconfig | 252 source "drivers/hte/Kconfig"
|
| /linux/drivers/infiniband/hw/irdma/ |
| H A D | utils.c | 963 u8 hte = 0; in irdma_terminate_done() local 971 hte = 1; in irdma_terminate_done() 980 irdma_next_iw_state(iwqp, IRDMA_QP_STATE_ERROR, hte, 0, 0); in irdma_terminate_done()
|
| /linux/ |
| H A D | MAINTAINERS | 11765 F: Documentation/driver-api/hte/ 11766 F: drivers/hte/ 11767 F: include/linux/hte.h
|