Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Dimage.c63 static const table_entry_t uimage_arch[] = {
93 static const table_entry_t uimage_os[] = {
133 static const table_entry_t uimage_type[] = {
170 static const table_entry_t uimage_comp[] = {
183 const table_entry_t *table;
600 const table_entry_t *get_table_entry(const table_entry_t *table, int id) in get_table_entry()
633 const table_entry_t *entry; in genimg_get_cat_name()
657 const table_entry_t *entry; in genimg_get_cat_short_name()
693 char *get_table_entry_name(const table_entry_t *table, char *msg, int id) in get_table_entry_name()
721 static const char *genimg_get_short_name(const table_entry_t *table, int val) in genimg_get_short_name()
[all …]
/OK3568_Linux_fs/u-boot/tools/
H A Dublimage.c23 static table_entry_t ublimage_cmds[] = {
41 static table_entry_t ublimage_bootops[] = {
H A Dimximage.c21 static table_entry_t imximage_cmds[] = {
39 static table_entry_t imximage_boot_offset[] = {
54 static table_entry_t imximage_boot_loadsize[] = {
68 static table_entry_t imximage_versions[] = {
H A Daisimage.c22 static table_entry_t aisimage_cmds[] = {
/OK3568_Linux_fs/u-boot/include/
H A Dimage.h442 } table_entry_t; typedef
449 int get_table_entry_id(const table_entry_t *table,
456 char *get_table_entry_name(const table_entry_t *table, char *msg, int id);