Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/efi_loader/
H A Defi_unicode_collation.c54 struct efi_unicode_collation_protocol *this, u16 *s1, u16 *s2) in efi_stri_coll()
174 static bool EFIAPI efi_metai_match(struct efi_unicode_collation_protocol *this, in efi_metai_match()
198 static void EFIAPI efi_str_lwr(struct efi_unicode_collation_protocol *this, in efi_str_lwr()
220 static void EFIAPI efi_str_upr(struct efi_unicode_collation_protocol *this, in efi_str_upr()
240 static void EFIAPI efi_fat_to_str(struct efi_unicode_collation_protocol *this, in efi_fat_to_str()
273 static bool EFIAPI efi_str_to_fat(struct efi_unicode_collation_protocol *this, in efi_str_to_fat()
321 const struct efi_unicode_collation_protocol efi_unicode_collation_protocol = { variable
H A Defi_root_node.c73 (void *)&efi_unicode_collation_protocol); in efi_root_node_register()
/openbmc/u-boot/include/
H A Defi_api.h1430 struct efi_unicode_collation_protocol { struct
1432 struct efi_unicode_collation_protocol *this, u16 *s1, u16 *s2);
1433 bool (EFIAPI *metai_match)(struct efi_unicode_collation_protocol *this, argument
1435 void (EFIAPI *str_lwr)(struct efi_unicode_collation_protocol argument
1437 void (EFIAPI *str_upr)(struct efi_unicode_collation_protocol *this, argument
1439 void (EFIAPI *fat_to_str)(struct efi_unicode_collation_protocol *this, argument
1441 bool (EFIAPI *str_to_fat)(struct efi_unicode_collation_protocol *this, argument
H A Defi_loader.h107 extern const struct efi_unicode_collation_protocol
108 efi_unicode_collation_protocol;
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_unicode_collation.c17 static struct efi_unicode_collation_protocol *unicode_collation_protocol;