Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/sysfs/
H A Dmod.rs143 fn support_battr(&self) -> SysFSOpsSupport; in support_battr() method
172 fn support_battr(&self, attr: &Arc<dyn BinAttribute>) -> SysFSOpsSupport { in support_battr() method
H A Dfile.rs251 let bin_support = attr.support_battr(); in add_bin_file_with_mode()
/DragonOS/kernel/src/driver/acpi/
H A Dsysfs.rs230 fn support_battr(&self) -> SysFSOpsSupport { in support_battr() method