Searched refs:coresight_connection (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/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 | 196 struct coresight_connection *in, in tpda_enable() 197 struct coresight_connection *out) in tpda_enable() 230 struct coresight_connection *in, in tpda_disable() 231 struct coresight_connection *out) in tpda_disable()
|
| H A D | coresight-core.c | 104 struct coresight_connection *conn) in coresight_blocks_source() 109 static struct coresight_connection * 115 struct coresight_connection *conn; in coresight_find_out_connection() 247 struct coresight_connection conn = {}; in coresight_add_helper() 248 struct coresight_connection *new_conn; in coresight_add_helper() 292 struct coresight_connection *inconn, *outconn; in coresight_enable_link() 314 struct coresight_connection *inconn, *outconn; in coresight_disable_link() 1007 struct coresight_connection *conn; in coresight_orphan_match() 1097 struct coresight_connection *conn; in coresight_remove_conns() 1430 struct coresight_connection *conn; in coresight_find_input_type() [all …]
|
| H A D | coresight-replicator.c | 120 struct coresight_connection *in, in replicator_enable() 121 struct coresight_connection *out) in replicator_enable() 175 struct coresight_connection *in, in replicator_disable() 176 struct coresight_connection *out) in replicator_disable()
|
| H A D | coresight-funnel.c | 80 struct coresight_connection *in, in funnel_enable() 81 struct coresight_connection *out) in funnel_enable() 125 struct coresight_connection *in, in funnel_disable() 126 struct coresight_connection *out) in funnel_disable()
|
| H A D | coresight-priv.h | 150 struct coresight_connection *conn, 153 struct coresight_connection *conn);
|
| H A D | coresight-tmc-etf.c | 363 struct coresight_connection *in, in tmc_enable_etf_link() 364 struct coresight_connection *out) in tmc_enable_etf_link() 394 struct coresight_connection *in, in tmc_disable_etf_link() 395 struct coresight_connection *out) in tmc_disable_etf_link()
|
| H A D | coresight-sysfs.c | 541 struct coresight_connection *conn, in coresight_make_links() 589 struct coresight_connection *conn) in coresight_remove_links()
|
| /linux-6.15/include/linux/ |
| H A D | coresight.h | 114 struct coresight_connection **out_conns; 115 struct coresight_connection **in_conns; 200 struct coresight_connection { struct 387 struct coresight_connection *in, 388 struct coresight_connection *out); 390 struct coresight_connection *in, 391 struct coresight_connection *out); 711 struct coresight_connection * 714 const struct coresight_connection *new_conn); 715 int coresight_add_in_conn(struct coresight_connection *conn);
|