Home
last modified time | relevance | path

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

/Linux-v4.19/include/soc/tegra/
Dbpmp-abi.h632 #define DEBUGFS_S_IRUSR (1 << 8) macro
/Linux-v4.19/drivers/firmware/tegra/
Dbpmp-debugfs.c349 mode = t & DEBUGFS_S_IRUSR ? S_IRUSR : 0; in bpmp_populate_dir()