Lines Matching defs:iwl_drv
110 struct iwl_drv { struct
111 struct list_head list;
112 struct iwl_fw fw;
114 struct iwl_op_mode *op_mode;
115 struct iwl_trans *trans;
116 struct device *dev;
118 int fw_index; /* firmware we're trying to load */
119 char firmware_name[64]; /* name of firmware file to load */
121 struct completion request_firmware_complete;
124 struct dentry *dbgfs_drv;
125 struct dentry *dbgfs_trans;
126 struct dentry *dbgfs_op_mode;