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