Home
last modified time | relevance | path

Searched refs:efi_dp_next (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_device_path.c53 struct efi_device_path *efi_dp_next(const struct efi_device_path *dp) in efi_dp_next() function
84 a = efi_dp_next(a); in efi_dp_match()
85 b = efi_dp_next(b); in efi_dp_match()
118 dp = efi_dp_next(dp); in shorten_path()
153 obj_dp = shorten_path(efi_dp_next(obj_dp)); in find_obj()
186 dp = efi_dp_next(dp); in efi_dp_size()
554 p = efi_dp_next(p); in efi_dp_split_file_path()
/OK3568_Linux_fs/u-boot/include/
H A Defi_loader.h204 struct efi_device_path *efi_dp_next(const struct efi_device_path *dp);