Lines Matching defs:dev

42 struct b43legacy_dfs_file * fops_to_dfs_file(struct b43legacy_wldev *dev,  in fops_to_dfs_file()
66 static ssize_t tsf_read_file(struct b43legacy_wldev *dev, char *buf, size_t bufsize) in tsf_read_file()
80 static int tsf_write_file(struct b43legacy_wldev *dev, const char *buf, size_t count) in tsf_write_file()
92 static ssize_t ucode_regs_read_file(struct b43legacy_wldev *dev, char *buf, size_t bufsize) in ucode_regs_read_file()
106 static ssize_t shm_read_file(struct b43legacy_wldev *dev, char *buf, size_t bufsize) in shm_read_file()
125 static ssize_t txstat_read_file(struct b43legacy_wldev *dev, char *buf, size_t bufsize) in txstat_read_file()
173 static int restart_write_file(struct b43legacy_wldev *dev, const char *buf, size_t count) in restart_write_file()
190 struct b43legacy_wldev *dev; in b43legacy_debugfs_read() local
259 struct b43legacy_wldev *dev; in b43legacy_debugfs_write() local
334 int b43legacy_debug(struct b43legacy_wldev *dev, enum b43legacy_dyndbg feature) in b43legacy_debug()
339 static void b43legacy_remove_dynamic_debug(struct b43legacy_wldev *dev) in b43legacy_remove_dynamic_debug()
348 static void b43legacy_add_dynamic_debug(struct b43legacy_wldev *dev) in b43legacy_add_dynamic_debug()
368 void b43legacy_debugfs_add_device(struct b43legacy_wldev *dev) in b43legacy_debugfs_add_device()
418 void b43legacy_debugfs_remove_device(struct b43legacy_wldev *dev) in b43legacy_debugfs_remove_device()
440 void b43legacy_debugfs_log_txstat(struct b43legacy_wldev *dev, in b43legacy_debugfs_log_txstat()