Home
last modified time | relevance | path

Searched refs:write_debugfs_file (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/tools/testing/selftests/powerpc/include/
Dutils.h61 int write_debugfs_file(const char *debugfs_file, const char *buf, size_t count);
/linux-6.6.21/tools/testing/selftests/powerpc/
Dutils.c177 int write_debugfs_file(const char *subpath, const char *buf, size_t count) in write_debugfs_file() function
520 return write_debugfs_file(debugfs_file, value, strlen(value)); in write_debugfs_int()