Searched refs:hte (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/hte/
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-test.c10 #include <linux/hte.h>
29 * compatible = "nvidia,tegra194-hte-test";
34 * timestamp-names = "hte-gpio", "hte-i2c-irq";
59 } hte; variable in typeref:struct:tegra_hte_test
84 gpiod_set_value(hte.gpio_out, !gpiod_get_value(hte.gpio_out));
85 mod_timer(&hte.timer, jiffies + msecs_to_jiffies(8000));
97 { .compatible = "nvidia,tegra194-hte-test"},
107 dev_set_drvdata(&pdev->dev, &hte);
[all...]
H A Dhte-tegra194.c16 #include <linux/hte.h>
352 static inline u32 tegra_hte_readl(struct tegra_hte_soc *hte, u32 reg) argument
354 return readl(hte->regs + reg);
357 static inline void tegra_hte_writel(struct tegra_hte_soc *hte, u32 reg, argument
360 writel(val, hte->regs + reg);
792 dev_err(gc->dev, "hte chip register failed");
H A Dhte.c15 #include <linux/hte.h>
98 /* creates /sys/kernel/debug/hte/ */
99 hte_root = debugfs_create_dir("hte", NULL);
517 /* Let hte core construct it during request time */
583 pr_err("%s() no hte dev found\n", __func__);
883 dev_dbg(chip->dev, "Added hte chip\n");
907 dev_dbg(chip->dev, "Removed hte chip\n");
/linux-master/drivers/
H A DMakefile195 obj-$(CONFIG_HTE) += hte/
/linux-master/drivers/infiniband/hw/irdma/
H A Dutils.c912 u8 hte = 0; local
920 hte = 1;
929 irdma_next_iw_state(iwqp, IRDMA_QP_STATE_ERROR, hte, 0, 0);
H A Dctrl.c4798 u32 powerof2, hte; local
4866 hte = round_up(qpwanted + hmc_info->hmc_obj[IRDMA_HMC_IW_FSIMC].cnt, 512);
4868 while (powerof2 < hte)
/linux-master/drivers/gpio/
H A Dgpio-tegra186.c10 #include <linux/hte.h>
H A Dgpiolib-cdev.c16 #include <linux/hte.h>

Completed in 208 milliseconds