Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/b43legacy/
H A Ddebugfs.c42 const struct b43legacy_debugfs_fops *dfops) in fops_to_dfs_file() argument
47 p += dfops->file_struct_offset; in fops_to_dfs_file()
190 const struct b43legacy_debugfs_fops *dfops; in b43legacy_debugfs_read() local
210 dfops = debugfs_get_aux(file); in b43legacy_debugfs_read()
211 if (!dfops->read) { in b43legacy_debugfs_read()
215 dfile = fops_to_dfs_file(dev, dfops); in b43legacy_debugfs_read()
224 if (dfops->take_irqlock) { in b43legacy_debugfs_read()
226 ret = dfops->read(dev, buf, bufsize); in b43legacy_debugfs_read()
229 ret = dfops->read(dev, buf, bufsize); in b43legacy_debugfs_read()
258 const struct b43legacy_debugfs_fops *dfops; in b43legacy_debugfs_write() local
[all …]
/linux/drivers/net/wireless/broadcom/b43/
H A Ddebugfs.c39 const struct b43_debugfs_fops *dfops) in fops_to_dfs_file() argument
44 p += dfops->file_struct_offset; in fops_to_dfs_file()
493 const struct b43_debugfs_fops *dfops; in b43_debugfs_read() local
513 dfops = debugfs_get_aux(file); in b43_debugfs_read()
514 if (!dfops->read) { in b43_debugfs_read()
518 dfile = fops_to_dfs_file(dev, dfops); in b43_debugfs_read()
527 ret = dfops->read(dev, buf, bufsize); in b43_debugfs_read()
556 const struct b43_debugfs_fops *dfops; in b43_debugfs_write() local
574 dfops = debugfs_get_aux(file); in b43_debugfs_write()
575 if (!dfops->write) { in b43_debugfs_write()
[all …]
/linux/fs/xfs/libxfs/
H A Dxfs_defer.c533 struct list_head *dfops) in xfs_defer_relog() argument
542 list_for_each_entry(dfp, dfops, dfp_list) { in xfs_defer_relog()
824 struct list_head *dfops, in xfs_defer_alloc() argument
833 list_add_tail(&dfp->dfp_list, dfops); in xfs_defer_alloc()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dcmd.c1560 static const struct file_operations dfops = { variable
1649 debugfs_create_file("in", 0400, dbg->dbg_root, dev, &dfops); in create_debugfs_files()
1650 debugfs_create_file("out", 0200, dbg->dbg_root, dev, &dfops); in create_debugfs_files()