Searched refs:hte (Results 1 – 18 of 18) sorted by relevance
/openbmc/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() 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 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()
|
/openbmc/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
|
/openbmc/linux/Documentation/devicetree/bindings/timestamp/ |
H A D | hte-consumer.yaml | 4 $id: http://devicetree.org/schemas/timestamp/hte-consumer.yaml# 38 timestamp-names = "hte-gpio", "hte-i2c";
|
H A D | nvidia,tegra194-hte.yaml | 4 $id: http://devicetree.org/schemas/timestamp/nvidia,tegra194-hte.yaml#
|
/openbmc/u-boot/arch/x86/cpu/quark/ |
H A D | Makefile | 6 obj-y += mrc.o mrc_util.o hte.o smc.o
|
/openbmc/linux/Documentation/translations/zh_CN/driver-api/ |
H A D | index.rst | 125 * hte/index
|
/openbmc/linux/Documentation/driver-api/ |
H A D | index.rst | 115 hte/index
|
/openbmc/linux/drivers/ |
H A D | Makefile | 197 obj-$(CONFIG_HTE) += hte/
|
H A D | Kconfig | 242 source "drivers/hte/Kconfig"
|
/openbmc/linux/drivers/infiniband/hw/irdma/ |
H A D | utils.c | 912 u8 hte = 0; in irdma_terminate_done() local 920 hte = 1; in irdma_terminate_done() 929 irdma_next_iw_state(iwqp, IRDMA_QP_STATE_ERROR, hte, 0, 0); in irdma_terminate_done()
|
H A D | ctrl.c | 4798 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()
|
/openbmc/linux/ |
H A D | MAINTAINERS | 9658 F: Documentation/driver-api/hte/ 9659 F: drivers/hte/ 9660 F: include/linux/hte.h
|
/openbmc/ |
H A D | opengrok1.0.log | 21615 …t file-less due to: /opengrok/data/xref/openbmc/linux/Documentation/driver-api/hte/tegra-hte.rst.gz 21616 …ildren: its children prevent delete: /opengrok/data/xref/openbmc/linux/Documentation/driver-api/hte 24919 …indFilelessChildren: not file-less due to: /opengrok/data/xref/openbmc/linux/drivers/hte/Kconfig.gz 24920 …er.findFilelessChildren: its children prevent delete: /opengrok/data/xref/openbmc/linux/drivers/hte
|
H A D | opengrok2.0.log | 21503 …t file-less due to: /opengrok/data/xref/openbmc/linux/Documentation/driver-api/hte/tegra-hte.rst.gz 21504 …ildren: its children prevent delete: /opengrok/data/xref/openbmc/linux/Documentation/driver-api/hte 24815 …indFilelessChildren: not file-less due to: /opengrok/data/xref/openbmc/linux/drivers/hte/Kconfig.gz 24816 …er.findFilelessChildren: its children prevent delete: /opengrok/data/xref/openbmc/linux/drivers/hte
|