Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/firmware/tegra/
H A Dbpmp-debugfs.c437 mode |= attrs & DEBUGFS_S_IWUSR ? 0200 : 0; in bpmp_populate_debugfs_inband()
700 mode |= t & DEBUGFS_S_IWUSR ? S_IWUSR : 0; in bpmp_populate_dir()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-tegra/
H A Dbpmp_abi.h617 #define DEBUGFS_S_IWUSR (1 << 7) macro
/OK3568_Linux_fs/kernel/include/soc/tegra/
H A Dbpmp-abi.h688 #define DEBUGFS_S_IWUSR (1 << 7) macro