Lines Matching full:timestamp
41 * struct hte_ts_data - HTE timestamp data.
43 * @tsc: Timestamp value.
45 * @raw_level: Level of the line at the timestamp if provider supports it,
55 * struct hte_clk_info - Clock source info that HTE provider uses to timestamp.
66 * typedef hte_ts_cb_t - HTE timestamp data processing primary callback.
68 * The callback is used to push timestamp data to the client and it is
71 * @ts: HW timestamp data.
77 * typedef hte_ts_sec_cb_t - HTE timestamp data processing secondary callback.
105 * struct hte_ts_desc - HTE timestamp descriptor.
121 * @request: Hook for requesting a HTE timestamp. Returns 0 on success,
123 * @release: Hook for releasing a HTE timestamp. Returns 0 on success,
125 * @enable: Hook to enable the specified timestamp. Returns 0 on success,
127 * @disable: Hook to disable specified timestamp. Returns 0 on success,
130 * to timestamp. Returns 0 for success and negative error code for failure. On