debugfs_stop_trace  642 drivers/misc/cxl/cxl.h 	void (*debugfs_stop_trace)(struct cxl *adapter);
debugfs_stop_trace 1144 drivers/misc/cxl/native.c 	if (ctx->afu->adapter->native->sl_ops->debugfs_stop_trace) {
debugfs_stop_trace 1146 drivers/misc/cxl/native.c 		ctx->afu->adapter->native->sl_ops->debugfs_stop_trace(ctx->afu->adapter);
debugfs_stop_trace 1312 drivers/misc/cxl/native.c 	if (adapter->native->sl_ops->debugfs_stop_trace) {
debugfs_stop_trace 1314 drivers/misc/cxl/native.c 		adapter->native->sl_ops->debugfs_stop_trace(adapter);
debugfs_stop_trace 1591 drivers/misc/cxl/pci.c 	.debugfs_stop_trace = cxl_stop_trace_psl9,
debugfs_stop_trace 1614 drivers/misc/cxl/pci.c 	.debugfs_stop_trace = cxl_stop_trace_psl8,