Lines Matching full:timestamp
32 * struct hte_ts_info - Information related to requested timestamp.
34 * @xlated_id: Timestamp ID as understood between HTE subsys and HTE provider,
38 * @seq: Timestamp sequence counter.
47 * @req_mlock: Lock during timestamp request/release APIs.
49 * @gdev: HTE abstract device that this timestamp information belongs to.
79 * @ei: Timestamp information.
142 * hte_ts_put() - Release and disable timestamp for the given desc.
144 * @desc: timestamp descriptor.
308 * hte_disable_ts() - Disable timestamp on given descriptor.
324 * hte_enable_ts() - Enable timestamp on given descriptor.
472 * of_hte_req_count - Return the number of entities to timestamp.
474 * The function returns the total count of the requested entities to timestamp
490 "#timestamp-cells"); in of_hte_req_count()
516 if (!of_property_present(np, "timestamp-names")) { in hte_of_get_dev()
520 ret = of_property_read_string_index(np, "timestamp-names", in hte_of_get_dev()
523 pr_err("can't parse \"timestamp-names\" property\n"); in hte_of_get_dev()
534 ret = of_parse_phandle_with_args(np, "timestamps", "#timestamp-cells", in hte_of_get_dev()
555 * @desc: Pre-allocated timestamp descriptor.
636 * hte_request_ts_ns() - The API to request and enable hardware timestamp in
640 * etc...The API allocates necessary resources and enables the timestamp.
642 * @desc: Pre-allocated and initialized timestamp descriptor.
643 * @cb: Callback to push the timestamp data to consumer.
677 * hardware timestamp in nanoseconds.
680 * etc...The API allocates necessary resources and enables the timestamp. It
684 * @desc: Pre-allocated and initialized timestamp descriptor.
685 * @cb: Callback to push the timestamp data to consumer.
721 * @desc: Pre-allocated timestamp descriptor.
787 * hte_push_ts_ns() - Push timestamp data in nanoseconds.
789 * It is used by the provider to push timestamp data.
794 * @data: timestamp data.
816 /* timestamp sequence counter */ in hte_push_ts_ns()
821 dev_dbg(chip->dev, "Unknown timestamp push\n"); in hte_push_ts_ns()