Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/b43/
Ddebugfs.c43 struct b43_debugfs_fops { struct
53 const struct b43_debugfs_fops *dfops) in fops_to_dfs_file() argument
507 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 = { \