Home
last modified time | relevance | path

Searched refs:coresight_remove_sysfs_link (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/hwtracing/coresight/
Dcoresight-sysfs.c107 void coresight_remove_sysfs_link(struct coresight_sysfs_link *info) in coresight_remove_sysfs_link() function
126 EXPORT_SYMBOL_GPL(coresight_remove_sysfs_link);
199 coresight_remove_sysfs_link(conn->link); in coresight_remove_links()
Dcoresight-priv.h147 void coresight_remove_sysfs_link(struct coresight_sysfs_link *info);
Dcoresight-cti-core.c502 coresight_remove_sysfs_link(&link_info); in cti_remove_sysfs_link()