Lines Matching defs:iwl_drv
108 struct iwl_drv { struct
109 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;
115 const struct iwl_cfg *cfg;
117 int fw_index; /* firmware we're trying to load */
118 char firmware_name[32]; /* name of firmware file to load */
120 struct completion request_firmware_complete;
123 struct dentry *dbgfs_drv;
124 struct dentry *dbgfs_trans;
125 struct dentry *dbgfs_op_mode;