Lines Matching defs:rt2x00debug_intf
47 struct rt2x00debug_intf { struct
52 struct rt2x00_dev *rt2x00dev;
59 const struct rt2x00debug *debug;
78 struct dentry *driver_folder;
79 struct dentry *driver_entry;
80 struct dentry *chipset_entry;
81 struct dentry *dev_flags;
82 struct dentry *cap_flags;
83 struct dentry *register_folder;
84 struct dentry *csr_off_entry;
85 struct dentry *csr_val_entry;
86 struct dentry *eeprom_off_entry;
87 struct dentry *eeprom_val_entry;
88 struct dentry *bbp_off_entry;
89 struct dentry *bbp_val_entry;
90 struct dentry *rf_off_entry;
91 struct dentry *rf_val_entry;
92 struct dentry *queue_folder;
93 struct dentry *queue_frame_dump_entry;
94 struct dentry *queue_stats_entry;
95 struct dentry *crypto_stats_entry;
101 unsigned long frame_dump_flags;
110 struct sk_buff_head frame_dump_skbqueue;
111 wait_queue_head_t frame_dump_waitqueue;
139 struct rt2x00debug_intf *intf = rt2x00dev->debugfs_intf; in rt2x00debug_update_crypto() argument