Home
last modified time | relevance | path

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

/aosp_15_r20/external/flashrom/
H A Dlibflashrom.map16 flashrom_layout_exclude_region;
H A Dlayout.c468 int flashrom_layout_exclude_region(struct flashrom_layout *const layout, const char *name) in flashrom_layout_exclude_region() function
/aosp_15_r20/external/flashrom/tests/
H A Dlayout.c126 assert_int_equal(0, flashrom_layout_exclude_region(layout, "region2")); in layout_pass_sanity_checks_test_success()
/aosp_15_r20/external/flashrom/include/
H A Dlibflashrom.h441 int flashrom_layout_exclude_region(struct flashrom_layout *layout, const char *name);
/aosp_15_r20/external/flashrom/bindings/rust/libflashrom/src/
H A Dlib.rs978 libflashrom_sys::flashrom_layout_exclude_region( in exclude_region()