Lines Matching refs:b43legacy_wldev

32 	ssize_t (*read)(struct b43legacy_wldev *dev, char *buf, size_t bufsize);
33 int (*write)(struct b43legacy_wldev *dev, const char *buf, size_t count);
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()
259 struct b43legacy_wldev *dev; in b43legacy_debugfs_write()
334 int b43legacy_debug(struct b43legacy_wldev *dev, enum b43legacy_dyndbg feature) in b43legacy_debug()
339 static void b43legacy_add_dynamic_debug(struct b43legacy_wldev *dev) in b43legacy_add_dynamic_debug()
358 void b43legacy_debugfs_add_device(struct b43legacy_wldev *dev) in b43legacy_debugfs_add_device()
406 void b43legacy_debugfs_remove_device(struct b43legacy_wldev *dev) in b43legacy_debugfs_remove_device()
421 void b43legacy_debugfs_log_txstat(struct b43legacy_wldev *dev, in b43legacy_debugfs_log_txstat()