Searched refs:coresight_connection (Results 1 – 8 of 8) sorted by relevance
| /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() 623 struct coresight_connection *conn) in acpi_coresight_parse_link() 689 struct coresight_connection conn, zero_conn = {}; in acpi_coresight_parse_graph() 690 struct coresight_connection *new_conn; in acpi_coresight_parse_graph()
|
| H A D | coresight-tpda.c | 192 struct coresight_connection *in, in tpda_enable() 193 struct coresight_connection *out) in tpda_enable() 226 struct coresight_connection *in, in tpda_disable() 227 struct coresight_connection *out) in tpda_disable()
|
| H A D | coresight-core.c | 106 struct coresight_connection *conn) in coresight_blocks_source() 111 static struct coresight_connection * 117 struct coresight_connection *conn; in coresight_find_out_connection() 274 struct coresight_connection conn = {}; in coresight_add_helper() 275 struct coresight_connection *new_conn; in coresight_add_helper() 320 struct coresight_connection *inconn, *outconn; in coresight_enable_link() 342 struct coresight_connection *inconn, *outconn; in coresight_disable_link() 1066 struct coresight_connection *conn; in coresight_orphan_match() 1156 struct coresight_connection *conn; in coresight_remove_conns() 1303 struct coresight_connection **conns = pdata->out_conns; in coresight_release_platform_data() [all …]
|
| H A D | coresight-priv.h | 151 struct coresight_connection *conn, 154 struct coresight_connection *conn);
|
| 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()
|
| /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 385 struct coresight_connection *in, 386 struct coresight_connection *out); 388 struct coresight_connection *in, 389 struct coresight_connection *out); 686 struct coresight_connection * 689 const struct coresight_connection *new_conn); 690 int coresight_add_in_conn(struct coresight_connection *conn);
|