Lines Matching full:timestamp

34  * struct hte_ts_info - Information related to requested timestamp.
36 * @xlated_id: Timestamp ID as understood between HTE subsys and HTE provider,
40 * @seq: Timestamp sequence counter.
49 * @req_mlock: Lock during timestamp request/release APIs.
51 * @gdev: HTE abstract device that this timestamp information belongs to.
81 * @ei: Timestamp information.
144 * hte_ts_put() - Release and disable timestamp for the given desc.
146 * @desc: timestamp descriptor.
310 * hte_disable_ts() - Disable timestamp on given descriptor.
326 * hte_enable_ts() - Enable timestamp on given descriptor.
477 * of_hte_req_count - Return the number of entities to timestamp.
479 * The function returns the total count of the requested entities to timestamp
495 "#timestamp-cells"); in of_hte_req_count()
521 if (!of_find_property(np, "timestamp-names", NULL)) { in hte_of_get_dev()
525 ret = of_property_read_string_index(np, "timestamp-names", in hte_of_get_dev()
528 pr_err("can't parse \"timestamp-names\" property\n"); in hte_of_get_dev()
539 ret = of_parse_phandle_with_args(np, "timestamps", "#timestamp-cells", in hte_of_get_dev()
560 * @desc: Pre-allocated timestamp descriptor.
641 * hte_request_ts_ns() - The API to request and enable hardware timestamp in
645 * etc...The API allocates necessary resources and enables the timestamp.
647 * @desc: Pre-allocated and initialized timestamp descriptor.
648 * @cb: Callback to push the timestamp data to consumer.
682 * hardware timestamp in nanoseconds.
685 * etc...The API allocates necessary resources and enables the timestamp. It
689 * @desc: Pre-allocated and initialized timestamp descriptor.
690 * @cb: Callback to push the timestamp data to consumer.
726 * @desc: Pre-allocated timestamp descriptor.
792 * hte_push_ts_ns() - Push timestamp data in nanoseconds.
794 * It is used by the provider to push timestamp data.
799 * @data: timestamp data.
821 /* timestamp sequence counter */ in hte_push_ts_ns()
826 dev_dbg(chip->dev, "Unknown timestamp push\n"); in hte_push_ts_ns()