Lines Matching defs:iwl_drv
69 struct iwl_drv { struct
70 struct list_head list;
71 struct iwl_fw fw;
73 struct iwl_op_mode *op_mode;
74 struct iwl_trans *trans;
75 struct device *dev;
77 int fw_index; /* firmware we're trying to load */
78 char firmware_name[64]; /* name of firmware file to load */
80 struct completion request_firmware_complete;
82 struct completion drv_start_complete;
86 struct dentry *dbgfs_drv;
87 struct dentry *dbgfs_trans;
88 struct dentry *dbgfs_op_mode;