Searched refs:coresight_connection (Results 1 – 11 of 11) sorted by relevance
| /linux/include/linux/ |
| H A D | coresight.h | 114 struct coresight_connection **out_conns; 115 struct coresight_connection **in_conns; 200 struct coresight_connection { struct 380 struct coresight_connection *in, 381 struct coresight_connection *out); 383 struct coresight_connection *in, 384 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/drivers/hwtracing/coresight/ |
| H A 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() 625 struct coresight_connection *conn) in acpi_coresight_parse_link() 691 struct coresight_connection conn, zero_conn = {}; in acpi_coresight_parse_graph() 692 struct coresight_connection *new_conn; in acpi_coresight_parse_graph()
|
| H A D | coresight-tnoc.c | 81 static int trace_noc_enable(struct coresight_device *csdev, struct coresight_connection *inport, in trace_noc_enable() 82 struct coresight_connection *outport) in trace_noc_enable() 97 static void trace_noc_disable(struct coresight_device *csdev, struct coresight_connection *inport, in trace_noc_disable() 98 struct coresight_connection *outport) in trace_noc_disable()
|
| H A D | coresight-core.c | 109 struct coresight_connection *conn) in coresight_blocks_source() 114 static struct coresight_connection * 120 struct coresight_connection *conn; in coresight_find_out_connection() 277 struct coresight_connection conn = {}; in coresight_add_helper() 278 struct coresight_connection *new_conn; in coresight_add_helper() 323 struct coresight_connection *inconn, *outconn; in coresight_enable_link() 345 struct coresight_connection *inconn, *outconn; in coresight_disable_link() 1069 struct coresight_connection *conn; in coresight_orphan_match() 1158 struct coresight_connection *conn; in coresight_remove_conns() 1309 struct coresight_connection **conns = pdata->out_conns; in coresight_release_platform_data() [all …]
|
| H A 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()
|
| H A 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()
|
| H A D | coresight-priv.h | 151 struct coresight_connection *conn, 154 struct coresight_connection *conn);
|
| H A D | coresight-tpda.c | 224 struct coresight_connection *in, in tpda_enable() 225 struct coresight_connection *out) in tpda_enable() 258 struct coresight_connection *in, in tpda_disable() 259 struct coresight_connection *out) in tpda_disable()
|
| H A D | coresight-tmc-etf.c | 365 struct coresight_connection *in, in tmc_enable_etf_link() 366 struct coresight_connection *out) in tmc_enable_etf_link() 396 struct coresight_connection *in, in tmc_disable_etf_link() 397 struct coresight_connection *out) in tmc_disable_etf_link()
|
| H A D | coresight-kunit-tests.c | 32 struct coresight_connection conn = {}; in test_default_sink()
|
| H A D | coresight-sysfs.c | 608 struct coresight_connection *conn, in coresight_make_links() 656 struct coresight_connection *conn) in coresight_remove_links()
|