Searched refs:FWCfgEntry (Results 1 – 2 of 2) sorted by relevance
62 typedef struct FWCfgEntry FWCfgEntry; typedef70 FWCfgEntry *entries[2];
62 struct FWCfgEntry { struct273 FWCfgEntry *e; in fw_cfg_select()298 FWCfgEntry *e = (s->cur_entry == FW_CFG_INVALID) ? NULL : in fw_cfg_data_read()340 FWCfgEntry *e; in fw_cfg_dma_transfer()971 memset(&s->entries[0][FW_CFG_FILE_FIRST + index], 0, sizeof(FWCfgEntry)); in fw_cfg_add_file_callback()1297 s->entries[0] = g_new0(FWCfgEntry, fw_cfg_max_entry(s)); in fw_cfg_file_slots_allocate()1298 s->entries[1] = g_new0(FWCfgEntry, fw_cfg_max_entry(s)); in fw_cfg_file_slots_allocate()