Searched defs:iwl_drv (Results 1 – 1 of 1) sorted by relevance
70 struct iwl_drv { struct71 struct list_head list;72 struct iwl_fw fw;74 struct iwl_op_mode *op_mode;75 struct iwl_trans *trans;76 struct device *dev;78 int fw_index; /* firmware we're trying to load */79 char firmware_name[64]; /* name of firmware file to load */81 struct completion request_firmware_complete;83 struct completion drv_start_complete;[all …]