Searched refs:types_table (Results 1 – 2 of 2) sorted by relevance
454 types_table[] = in SelectDevice() local462 { types_table_max = sizeof(types_table) / sizeof(*types_table) }; in SelectDevice()502 end = CTRDG_IdentifyAgbBackup(types_table[cur].type); in SelectDevice()509 if (types_table[cur].type == CTRDG_BACKUP_TYPE_SRAM) in SelectDevice()511 if (types_table[cur].type == CTRDG_BACKUP_TYPE_FLASH_512K) in SelectDevice()513 if (types_table[cur].type == CTRDG_BACKUP_TYPE_FLASH_1M) in SelectDevice()523 DrawText(20, 60 + 10 * i, types_table[i].comment); in SelectDevice()
95 types_table[] = in SelectDevice() local109 { types_table_max = sizeof(types_table) / sizeof(*types_table) }; in SelectDevice()143 end = CARD_IdentifyBackup(types_table[cur].type); in SelectDevice()159 (cur == i) ? '>' : ' ', types_table[i].comment); in SelectDevice()