Searched defs:fw_cfg_file (Results 1 – 2 of 2) sorted by relevance
60 struct fw_cfg_file { struct61 __be32 size;62 __be16 select;63 __u16 reserved;64 char name[FW_CFG_MAX_FILE_PATH];
71 struct fw_cfg_file { struct79 struct fw_cfg_file cfg; /* firmware file information */ argument