Searched refs:FWCfgEntry (Results 1 – 2 of 2) sorted by relevance
55 typedef struct FWCfgEntry FWCfgEntry; typedef63 FWCfgEntry *entries[2];
61 struct FWCfgEntry { struct272 FWCfgEntry *e; in fw_cfg_select()297 FWCfgEntry *e = (s->cur_entry == FW_CFG_INVALID) ? NULL : in fw_cfg_data_read()339 FWCfgEntry *e; in fw_cfg_dma_transfer()878 memset(&s->entries[0][FW_CFG_FILE_FIRST + index], 0, sizeof(FWCfgEntry)); in fw_cfg_add_file_callback()1175 s->entries[0] = g_new0(FWCfgEntry, fw_cfg_max_entry(s)); in fw_cfg_file_slots_allocate()1176 s->entries[1] = g_new0(FWCfgEntry, fw_cfg_max_entry(s)); in fw_cfg_file_slots_allocate()