Searched defs:iwl_drv (Results 1 – 1 of 1) sorted by relevance
69 struct iwl_drv { struct70 struct list_head list;71 struct iwl_fw fw;73 struct iwl_op_mode *op_mode;74 struct iwl_trans *trans;75 struct device *dev;77 int fw_index; /* firmware we're trying to load */78 char firmware_name[64]; /* name of firmware file to load */80 struct completion request_firmware_complete;82 struct completion drv_start_complete;[all …]