Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/hte/
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
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()
97 { .compatible = "nvidia,tegra194-hte-test"},
107 dev_set_drvdata(&pdev->dev, &hte); in tegra_hte_test_probe()
[all...]
H A Dhte-tegra194.c16 #include <linux/hte.h>
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()
789 dev_err(gc->dev, "hte chip register failed"); in tegra_hte_probe()
H A Dhte.c15 #include <linux/hte.h>
100 /* creates /sys/kernel/debug/hte/ */ in hte_subsys_dbgfs_init()
101 hte_root = debugfs_create_dir("hte", NULL); in hte_subsys_dbgfs_init()
522 /* Let hte core construct it during request time */ in hte_of_get_dev()
588 pr_err("%s() no hte dev found\n", __func__); in hte_ts_get()
888 dev_dbg(chip->dev, "Added hte chip\n"); in hte_register_chip()
912 dev_dbg(chip->dev, "Removed hte chip\n"); in hte_unregister_chip()
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H A Di40iw_utils.c866 u8 hte = 0; in i40iw_terminate_done() local
874 hte = 1; in i40iw_terminate_done()
885 i40iw_next_iw_state(iwqp, next_iwarp_state, hte, 0, 0); in i40iw_terminate_done()
H A Di40iw_cm.c1189 * @hte: ptr to accelerated or non-accelerated list
1192 struct list_head *hte) in i40iw_build_timer_list()
1197 list_for_each_safe(list_node, list_core_temp, hte) { in i40iw_build_timer_list()
1435 struct list_head *hte; in i40iw_find_node() local
1439 hte = accelerated_list ? in i40iw_find_node()
1444 list_for_each_entry(cm_node, hte, list) { in i40iw_find_node()
1523 * @hte: ptr to accelerated or non-accelerated list
1526 static bool i40iw_find_port(struct list_head *hte, u16 port) in i40iw_find_port() argument
1530 list_for_each_entry(cm_node, hte, list) { in i40iw_find_port()
2167 /* create an hte an in i40iw_make_cm_node()
1191 i40iw_build_timer_list(struct list_head *timer_list, struct list_head *hte) i40iw_build_timer_list() argument
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H A Dutils.c912 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 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()
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-tegra186.c10 #include <linux/hte.h>
H A Dgpiolib-cdev.c15 #include <linux/hte.h>

Completed in 27 milliseconds