Home
last modified time | relevance | path

Searched refs:can_control_hw_wp (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/flashrom/util/flashrom_tester/src/
H A Dtester.rs204 if cmd.can_control_hw_wp() { in get_hw()
221 pub fn can_control_hw_wp(&self) -> bool { in can_control_hw_wp() method
222 self.cmd.can_control_hw_wp() in can_control_hw_wp()
265 if self.can_control_hw_wp() { in set_hw()
H A Dtests.rs201 if !env.wp.can_control_hw_wp() { in hwwp_locks_swwp_test()
/aosp_15_r20/external/flashrom/util/flashrom_tester/flashrom/src/
H A Dlib.rs81 pub fn can_control_hw_wp(&self) -> bool { in can_control_hw_wp() method
164 fn can_control_hw_wp(&self) -> bool; in can_control_hw_wp() method
H A Dflashromlib.rs181 fn can_control_hw_wp(&self) -> bool { in can_control_hw_wp() method
182 self.fc.can_control_hw_wp() in can_control_hw_wp()
H A Dcmd.rs297 fn can_control_hw_wp(&self) -> bool { in can_control_hw_wp() method
298 self.fc.can_control_hw_wp() in can_control_hw_wp()