Searched refs:hte_chip (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/include/linux/ |
D | hte.h | 8 struct hte_chip; 137 int (*request)(struct hte_chip *chip, struct hte_ts_desc *desc, 139 int (*release)(struct hte_chip *chip, struct hte_ts_desc *desc, 141 int (*enable)(struct hte_chip *chip, u32 xlated_id); 142 int (*disable)(struct hte_chip *chip, u32 xlated_id); 143 int (*get_clk_src_info)(struct hte_chip *chip, 163 struct hte_chip { struct 168 int (*xlate_of)(struct hte_chip *gc, argument 171 int (*xlate_plat)(struct hte_chip *gc, struct hte_ts_desc *desc, argument 173 bool (*match_from_linedata)(const struct hte_chip *chip, argument [all …]
|
/linux-6.1.9/drivers/hte/ |
D | hte-tegra194.c | 130 struct hte_chip *chip; 267 static int tegra_hte_line_xlate(struct hte_chip *gc, in tegra_hte_line_xlate() 333 static int tegra_hte_line_xlate_plat(struct hte_chip *gc, in tegra_hte_line_xlate_plat() 339 static int tegra_hte_en_dis_common(struct hte_chip *chip, u32 line_id, bool en) in tegra_hte_en_dis_common() 385 static int tegra_hte_enable(struct hte_chip *chip, u32 line_id) in tegra_hte_enable() 393 static int tegra_hte_disable(struct hte_chip *chip, u32 line_id) in tegra_hte_disable() 401 static int tegra_hte_request(struct hte_chip *chip, struct hte_ts_desc *desc, in tegra_hte_request() 430 static int tegra_hte_release(struct hte_chip *chip, struct hte_ts_desc *desc, in tegra_hte_release() 456 static int tegra_hte_clk_src_info(struct hte_chip *chip, in tegra_hte_clk_src_info() 525 static bool tegra_hte_match_from_linedata(const struct hte_chip *chip, in tegra_hte_match_from_linedata() [all …]
|
D | hte.c | 89 struct hte_chip *chip; 109 const struct hte_chip *chip = gdev->chip; in hte_chip_dbgfs_init() 771 struct hte_chip *chip; in hte_get_clk_src_info() 803 int hte_push_ts_ns(const struct hte_chip *chip, u32 xlated_id, in hte_push_ts_ns() 845 static int hte_register_chip(struct hte_chip *chip) in hte_register_chip() 893 static int hte_unregister_chip(struct hte_chip *chip) in hte_unregister_chip() 932 int devm_hte_register_chip(struct hte_chip *chip) in devm_hte_register_chip()
|