Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/sysfs/
H A Dmod.rs197 const BATTR_READ = 1 << 2; constant
H A Dfile.rs253 if bin_support.contains(SysFSOpsSupport::BATTR_READ) in add_bin_file_with_mode()
257 } else if bin_support.contains(SysFSOpsSupport::BATTR_READ) { in add_bin_file_with_mode()
/DragonOS/kernel/src/driver/acpi/
H A Dsysfs.rs231 return SysFSOpsSupport::BATTR_READ; in support_battr()