Lines Matching +full:non +full:- +full:descriptive
1 /* SPDX-License-Identifier: GPL-2.0 */
13 * enum hte_edge - HTE line edge flags.
28 * enum hte_return - HTE subsystem return values used during callback.
41 * struct hte_ts_data - HTE timestamp data.
46 * -1 otherwise.
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.
77 * typedef hte_ts_sec_cb_t - HTE timestamp data processing secondary callback.
88 * struct hte_line_attr - Line attributes.
93 * @name: Descriptive name of the entity that is being monitored for the
105 * struct hte_ts_desc - HTE timestamp descriptor.
119 * struct hte_ops - HTE operations set by providers.
122 * non-zero for failures.
124 * non-zero for failures.
126 * non-zero for failures.
128 * non-zero for failures.
148 * struct hte_chip - Abstract HTE chip.
206 return -EOPNOTSUPP; in devm_hte_register_chip()
213 return -EOPNOTSUPP; in hte_push_ts_ns()
220 return -EOPNOTSUPP; in hte_init_line_attr()
226 return -EOPNOTSUPP; in hte_ts_get()
231 return -EOPNOTSUPP; in hte_ts_put()
237 return -EOPNOTSUPP; in hte_request_ts_ns()
246 return -EOPNOTSUPP; in devm_hte_request_ts_ns()
251 return -EOPNOTSUPP; in of_hte_req_count()
256 return -EOPNOTSUPP; in hte_enable_ts()
261 return -EOPNOTSUPP; in hte_disable_ts()
267 return -EOPNOTSUPP; in hte_get_clk_src_info()