Lines Matching refs:b43legacy_wldev
45 ssize_t (*read)(struct b43legacy_wldev *dev, char *buf, size_t bufsize);
46 int (*write)(struct b43legacy_wldev *dev, const char *buf, size_t count);
55 struct b43legacy_dfs_file * fops_to_dfs_file(struct b43legacy_wldev *dev, in fops_to_dfs_file()
79 static ssize_t tsf_read_file(struct b43legacy_wldev *dev, char *buf, size_t bufsize) in tsf_read_file()
93 static int tsf_write_file(struct b43legacy_wldev *dev, const char *buf, size_t count) in tsf_write_file()
105 static ssize_t ucode_regs_read_file(struct b43legacy_wldev *dev, char *buf, size_t bufsize) in ucode_regs_read_file()
119 static ssize_t shm_read_file(struct b43legacy_wldev *dev, char *buf, size_t bufsize) in shm_read_file()
138 static ssize_t txstat_read_file(struct b43legacy_wldev *dev, char *buf, size_t bufsize) in txstat_read_file()
186 static int restart_write_file(struct b43legacy_wldev *dev, const char *buf, size_t count) in restart_write_file()
203 struct b43legacy_wldev *dev; in b43legacy_debugfs_read()
271 struct b43legacy_wldev *dev; in b43legacy_debugfs_write()
345 int b43legacy_debug(struct b43legacy_wldev *dev, enum b43legacy_dyndbg feature) in b43legacy_debug()
350 static void b43legacy_remove_dynamic_debug(struct b43legacy_wldev *dev) in b43legacy_remove_dynamic_debug()
359 static void b43legacy_add_dynamic_debug(struct b43legacy_wldev *dev) in b43legacy_add_dynamic_debug()
381 void b43legacy_debugfs_add_device(struct b43legacy_wldev *dev) in b43legacy_debugfs_add_device()
446 void b43legacy_debugfs_remove_device(struct b43legacy_wldev *dev) in b43legacy_debugfs_remove_device()
468 void b43legacy_debugfs_log_txstat(struct b43legacy_wldev *dev, in b43legacy_debugfs_log_txstat()