Home
last modified time | relevance | path

Searched refs:efi_unicode_collation_protocol (Results 1 – 4 of 4) sorted by relevance

/u-boot/lib/efi_loader/
A Defi_unicode_collation.c49 struct efi_unicode_collation_protocol *this, u16 *s1, u16 *s2) in efi_stri_coll()
186 static bool EFIAPI efi_metai_match(struct efi_unicode_collation_protocol *this, in efi_metai_match()
209 static void EFIAPI efi_str_lwr(struct efi_unicode_collation_protocol *this, in efi_str_lwr()
230 static void EFIAPI efi_str_upr(struct efi_unicode_collation_protocol *this, in efi_str_upr()
250 static void EFIAPI efi_fat_to_str(struct efi_unicode_collation_protocol *this, in efi_fat_to_str()
283 static bool EFIAPI efi_str_to_fat(struct efi_unicode_collation_protocol *this, in efi_str_to_fat()
318 const struct efi_unicode_collation_protocol efi_unicode_collation_protocol2 = {
/u-boot/lib/efi_selftest/
A Defi_selftest_unicode_collation.c17 static struct efi_unicode_collation_protocol *unicode_collation_protocol;
/u-boot/include/
A Defi_api.h1710 struct efi_unicode_collation_protocol { struct
1712 struct efi_unicode_collation_protocol *this, u16 *s1, u16 *s2);
1713 bool (EFIAPI *metai_match)(struct efi_unicode_collation_protocol *this, argument
1715 void (EFIAPI *str_lwr)(struct efi_unicode_collation_protocol argument
1717 void (EFIAPI *str_upr)(struct efi_unicode_collation_protocol *this, argument
1719 void (EFIAPI *fat_to_str)(struct efi_unicode_collation_protocol *this, argument
1721 bool (EFIAPI *str_to_fat)(struct efi_unicode_collation_protocol *this, argument
A Defi_loader.h151 extern const struct efi_unicode_collation_protocol

Completed in 15 milliseconds