Home
last modified time | relevance | path

Searched refs:b43legacy_debugfs_fops (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/net/wireless/b43legacy/
Ddebugfs.c44 struct b43legacy_debugfs_fops { struct
56 const struct b43legacy_debugfs_fops *dfops) in fops_to_dfs_file() argument
204 struct b43legacy_debugfs_fops *dfops; in b43legacy_debugfs_read()
224 dfops = container_of(file->f_op, struct b43legacy_debugfs_fops, fops); in b43legacy_debugfs_read()
272 struct b43legacy_debugfs_fops *dfops; in b43legacy_debugfs_write()
290 dfops = container_of(file->f_op, struct b43legacy_debugfs_fops, fops); in b43legacy_debugfs_write()
324 static struct b43legacy_debugfs_fops fops_##name = { \