Home
last modified time | relevance | path

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

/Linux-v4.19/include/soc/tegra/
Dbpmp-abi.h633 #define DEBUGFS_S_IWUSR (1 << 7) macro
/Linux-v4.19/drivers/firmware/tegra/
Dbpmp-debugfs.c350 mode |= t & DEBUGFS_S_IWUSR ? S_IWUSR : 0; in bpmp_populate_dir()