Searched refs:coresight_connection (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/include/linux/ |
D | coresight.h | 111 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/ |
D | coresight-platform.c | 26 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()
|
D | coresight-tpda.c | 58 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()
|
D | coresight-replicator.c | 118 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()
|
D | coresight-funnel.c | 78 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()
|
D | coresight-core.c | 116 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 …]
|
D | coresight-sysfs.c | 144 struct coresight_connection *conn, in coresight_make_links() 192 struct coresight_connection *conn) in coresight_remove_links()
|
D | coresight-priv.h | 146 struct coresight_connection *conn, 149 struct coresight_connection *conn);
|
D | coresight-tmc-etf.c | 360 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()
|