Lines Matching defs:iwl_drv
55 struct iwl_drv { struct
56 struct list_head list;
57 struct iwl_fw fw;
59 struct iwl_op_mode *op_mode;
60 struct iwl_trans *trans;
61 struct device *dev;
63 int fw_index; /* firmware we're trying to load */
64 char firmware_name[64]; /* name of firmware file to load */
66 struct completion request_firmware_complete;
69 struct dentry *dbgfs_drv;
70 struct dentry *dbgfs_trans;
71 struct dentry *dbgfs_op_mode;