Searched refs:hte (Results 1 – 15 of 15) sorted by relevance
/linux-6.1.9/drivers/hte/ |
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 …]
|
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
|
D | hte-tegra194.c | 237 static inline u32 tegra_hte_readl(struct tegra_hte_soc *hte, u32 reg) in tegra_hte_readl() argument 239 return readl(hte->regs + reg); in tegra_hte_readl() 242 static inline void tegra_hte_writel(struct tegra_hte_soc *hte, u32 reg, in tegra_hte_writel() argument 245 writel(val, hte->regs + reg); in tegra_hte_writel()
|
/linux-6.1.9/Documentation/driver-api/hte/ |
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>/``.
|
D | tegra194-hte.rst | 38 lines which this instance can add timestamps to in real time. The hte 46 ``drivers/hte/hte-tegra194.c``. The test driver 47 ``drivers/hte/hte-tegra194-test.c`` demonstrates HTE API usage for both IRQ
|
D | index.rst | 13 hte 21 tegra194-hte
|
/linux-6.1.9/Documentation/devicetree/bindings/timestamp/ |
D | hte-consumer.yaml | 4 $id: http://devicetree.org/schemas/timestamp/hte-consumer.yaml# 38 timestamp-names = "hte-gpio", "hte-i2c";
|
D | nvidia,tegra194-hte.yaml | 4 $id: http://devicetree.org/schemas/timestamp/nvidia,tegra194-hte.yaml#
|
/linux-6.1.9/Documentation/translations/zh_CN/driver-api/ |
D | index.rst | 125 * hte/index
|
/linux-6.1.9/Documentation/driver-api/ |
D | index.rst | 112 hte/index
|
/linux-6.1.9/drivers/ |
D | Makefile | 191 obj-$(CONFIG_HTE) += hte/
|
D | Kconfig | 240 source "drivers/hte/Kconfig"
|
/linux-6.1.9/drivers/infiniband/hw/irdma/ |
D | utils.c | 887 u8 hte = 0; in irdma_terminate_done() local 895 hte = 1; in irdma_terminate_done() 904 irdma_next_iw_state(iwqp, IRDMA_QP_STATE_ERROR, hte, 0, 0); in irdma_terminate_done()
|
D | ctrl.c | 4775 u32 powerof2, hte; in irdma_cfg_fpm_val() local 4843 hte = round_up(qpwanted + hmc_info->hmc_obj[IRDMA_HMC_IW_FSIMC].cnt, 512); in irdma_cfg_fpm_val() 4845 while (powerof2 < hte) in irdma_cfg_fpm_val()
|
/linux-6.1.9/ |
D | MAINTAINERS | 9422 F: Documentation/driver-api/hte/ 9423 F: drivers/hte/ 9424 F: include/linux/hte.h
|