Searched defs:iwl_drv (Results 1 – 1 of 1) sorted by relevance
108 struct iwl_drv { struct109 struct list_head list;110 struct iwl_fw fw;112 struct iwl_op_mode *op_mode;113 struct iwl_trans *trans;114 struct device *dev;116 int fw_index; /* firmware we're trying to load */117 char firmware_name[64]; /* name of firmware file to load */119 struct completion request_firmware_complete;122 struct dentry *dbgfs_drv;[all …]