Searched defs:iwl_drv (Results 1 – 1 of 1) sorted by relevance
109 struct iwl_drv { struct110 struct list_head list;111 struct iwl_fw fw;113 struct iwl_op_mode *op_mode;114 struct iwl_trans *trans;115 struct device *dev;117 int fw_index; /* firmware we're trying to load */118 char firmware_name[64]; /* name of firmware file to load */120 struct completion request_firmware_complete;123 struct dentry *dbgfs_drv;[all …]