Home
last modified time | relevance | path

Searched refs:coresight_connection (Results 1 – 9 of 9) sorted by relevance

/linux-6.6.21/include/linux/
Dcoresight.h111 struct coresight_connection **out_conns;
112 struct coresight_connection **in_conns;
194 struct coresight_connection { struct
335 struct coresight_connection *in,
336 struct coresight_connection *out);
338 struct coresight_connection *in,
339 struct coresight_connection *out);
680 struct coresight_connection *
683 const struct coresight_connection *new_conn);
684 int coresight_add_in_conn(struct coresight_connection *conn);
/linux-6.6.21/drivers/hwtracing/coresight/
Dcoresight-platform.c26 struct coresight_connection *
29 const struct coresight_connection *new_conn) in coresight_add_out_conn()
32 struct coresight_connection *conn; in coresight_add_out_conn()
55 conn = devm_kmalloc(dev, sizeof(struct coresight_connection), in coresight_add_out_conn()
77 int coresight_add_in_conn(struct coresight_connection *out_conn) in coresight_add_in_conn()
206 struct coresight_connection conn = {}; in of_coresight_parse_endpoint()
207 struct coresight_connection *new_conn; in of_coresight_parse_endpoint()
600 struct coresight_connection *conn) in acpi_coresight_parse_link()
666 struct coresight_connection conn, zero_conn = {}; in acpi_coresight_parse_graph()
667 struct coresight_connection *new_conn; in acpi_coresight_parse_graph()
Dcoresight-tpda.c58 struct coresight_connection *in, in tpda_enable()
59 struct coresight_connection *out) in tpda_enable()
88 struct coresight_connection *in, in tpda_disable()
89 struct coresight_connection *out) in tpda_disable()
Dcoresight-replicator.c118 struct coresight_connection *in, in replicator_enable()
119 struct coresight_connection *out) in replicator_enable()
173 struct coresight_connection *in, in replicator_disable()
174 struct coresight_connection *out) in replicator_disable()
Dcoresight-funnel.c78 struct coresight_connection *in, in funnel_enable()
79 struct coresight_connection *out) in funnel_enable()
123 struct coresight_connection *in, in funnel_disable()
124 struct coresight_connection *out) in funnel_disable()
Dcoresight-core.c116 static struct coresight_connection *
121 struct coresight_connection *conn; in coresight_find_out_connection()
251 struct coresight_connection conn = {}; in coresight_add_helper()
252 struct coresight_connection *new_conn; in coresight_add_helper()
319 struct coresight_connection *inconn, *outconn; in coresight_enable_link()
348 struct coresight_connection *inconn, *outconn; in coresight_disable_link()
1349 struct coresight_connection *conn; in coresight_orphan_match()
1416 struct coresight_connection *conn; in coresight_remove_conns()
1544 struct coresight_connection **conns = pdata->out_conns; in coresight_release_platform_data()
1720 struct coresight_connection *conn; in coresight_find_input_type()
[all …]
Dcoresight-sysfs.c144 struct coresight_connection *conn, in coresight_make_links()
192 struct coresight_connection *conn) in coresight_remove_links()
Dcoresight-priv.h146 struct coresight_connection *conn,
149 struct coresight_connection *conn);
Dcoresight-tmc-etf.c360 struct coresight_connection *in, in tmc_enable_etf_link()
361 struct coresight_connection *out) in tmc_enable_etf_link()
391 struct coresight_connection *in, in tmc_disable_etf_link()
392 struct coresight_connection *out) in tmc_disable_etf_link()