Searched refs:b43_debugfs_fops (Results 1 – 1 of 1) sorted by relevance
43 struct b43_debugfs_fops { struct53 const struct b43_debugfs_fops *dfops) in fops_to_dfs_file() argument507 struct b43_debugfs_fops *dfops; in b43_debugfs_read()527 dfops = container_of(file->f_op, struct b43_debugfs_fops, fops); in b43_debugfs_read()570 struct b43_debugfs_fops *dfops; in b43_debugfs_write()588 dfops = container_of(file->f_op, struct b43_debugfs_fops, fops); in b43_debugfs_write()617 static struct b43_debugfs_fops fops_##name = { \