Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/hwtracing/coresight/
Dcoresight-sysfs.c499 void coresight_remove_sysfs_link(struct coresight_sysfs_link *info) in coresight_remove_sysfs_link() function
518 EXPORT_SYMBOL_GPL(coresight_remove_sysfs_link);
589 coresight_remove_sysfs_link(conn->link); in coresight_remove_links()
Dcoresight-priv.h143 void coresight_remove_sysfs_link(struct coresight_sysfs_link *info);
Dcoresight-cti-core.c509 coresight_remove_sysfs_link(&link_info); in cti_remove_sysfs_link()