Searched refs:hte_ts_get (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/include/linux/ |
H A D | hte.h | 191 int hte_ts_get(struct device *dev, struct hte_ts_desc *desc, int index); 223 static inline int hte_ts_get(struct device *dev, struct hte_ts_desc *desc, in hte_ts_get() function
|
/kernel/linux/linux-6.6/drivers/hte/ |
H A D | hte-tegra194-test.c | 186 ret = hte_ts_get(hte.pdev, &hte.desc[i], i); in tegra_hte_test_probe()
|
H A D | hte.c | 553 * hte_ts_get() - The function to initialize and obtain HTE desc. 567 int hte_ts_get(struct device *dev, struct hte_ts_desc *desc, int index) in hte_ts_get() function 633 EXPORT_SYMBOL_GPL(hte_ts_get); variable
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpiolib-cdev.c | 763 ret = hte_ts_get(NULL, hdesc, 0); in hte_edge_setup()
|
Completed in 5 milliseconds