Home
last modified time | relevance | path

Searched refs:xlated_id (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/include/linux/
H A Dhte.h133 * xlated_id parameter is used to communicate between HTE subsystem and the
138 u32 xlated_id);
140 u32 xlated_id);
141 int (*enable)(struct hte_chip *chip, u32 xlated_id);
142 int (*disable)(struct hte_chip *chip, u32 xlated_id);
156 * It stores (between 0 to @nlines) in xlated_id parameter for the success.
170 struct hte_ts_desc *desc, u32 *xlated_id);
172 u32 *xlated_id);
184 int hte_push_ts_ns(const struct hte_chip *chip, u32 xlated_id,
210 u32 xlated_id, in hte_push_ts_ns()
209 hte_push_ts_ns(const struct hte_chip *chip, u32 xlated_id, const struct hte_ts_data *data) hte_push_ts_ns() argument
[all...]
/kernel/linux/linux-6.6/drivers/hte/
H A Dhte.c36 * @xlated_id: Timestamp ID as understood between HTE subsys and HTE provider,
55 u32 xlated_id; member
195 ret = gdev->chip->ops->release(gdev->chip, desc, ei->xlated_id); in hte_ts_put()
275 ret = gdev->chip->ops->enable(gdev->chip, ei->xlated_id); in hte_ts_dis_en_common()
291 ret = gdev->chip->ops->disable(gdev->chip, ei->xlated_id); in hte_ts_dis_en_common()
381 ret = gdev->chip->ops->request(gdev->chip, desc, ei->xlated_id); in __hte_req_ts()
405 desc->attr.line_id, ei->xlated_id); in __hte_req_ts()
431 ei->xlated_id = x_id; in hte_bind_ts_info_locked()
573 u32 xlated_id; in hte_ts_get() local
607 desc, &xlated_id); in hte_ts_get()
803 hte_push_ts_ns(const struct hte_chip *chip, u32 xlated_id, struct hte_ts_data *data) hte_push_ts_ns() argument
[all...]
H A Dhte-tegra194.c384 struct hte_ts_desc *desc, u32 *xlated_id) in tegra_hte_line_xlate()
392 if (!gc || !desc || !xlated_id) in tegra_hte_line_xlate()
432 ret = tegra_hte_map_to_line_id(line_id, map, map_sz, xlated_id); in tegra_hte_line_xlate()
439 if (*xlated_id > gc->nlines) in tegra_hte_line_xlate()
443 desc->attr.line_id, *xlated_id); in tegra_hte_line_xlate()
449 struct hte_ts_desc *desc, u32 *xlated_id) in tegra_hte_line_xlate_plat()
451 return tegra_hte_line_xlate(gc, NULL, desc, xlated_id); in tegra_hte_line_xlate_plat()
382 tegra_hte_line_xlate(struct hte_chip *gc, const struct of_phandle_args *args, struct hte_ts_desc *desc, u32 *xlated_id) tegra_hte_line_xlate() argument
448 tegra_hte_line_xlate_plat(struct hte_chip *gc, struct hte_ts_desc *desc, u32 *xlated_id) tegra_hte_line_xlate_plat() argument

Completed in 3 milliseconds