Searched refs:dfops (Results 1 – 4 of 4) sorted by relevance
| /drivers/net/wireless/broadcom/b43legacy/ |
| A D | debugfs.c | 47 p += dfops->file_struct_offset; in fops_to_dfs_file() 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() 276 dfops = debugfs_get_aux(file); in b43legacy_debugfs_write() 277 if (!dfops->write) { in b43legacy_debugfs_write() 291 if (dfops->take_irqlock) { in b43legacy_debugfs_write() 293 err = dfops->write(dev, buf, count); in b43legacy_debugfs_write() [all …]
|
| /drivers/net/wireless/ath/carl9170/ |
| A D | debug.c | 64 const struct carl9170_debugfs_fops *dfops; in carl9170_debugfs_read() local 77 dfops = debugfs_get_aux(file); in carl9170_debugfs_read() 79 if (!dfops->read) in carl9170_debugfs_read() 82 if (dfops->read_bufsize) { in carl9170_debugfs_read() 83 buf = vmalloc(dfops->read_bufsize); in carl9170_debugfs_read() 89 if (!CHK_DEV_STATE(ar, dfops->req_dev_state)) { in carl9170_debugfs_read() 95 res_buf = dfops->read(ar, buf, dfops->read_bufsize, &ret); in carl9170_debugfs_read() 114 const struct carl9170_debugfs_fops *dfops; in carl9170_debugfs_write() local 129 dfops = debugfs_get_aux(file); in carl9170_debugfs_write() 131 if (!dfops->write) in carl9170_debugfs_write() [all …]
|
| /drivers/net/wireless/broadcom/b43/ |
| A D | debugfs.c | 39 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 …]
|
| /drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | cmd.c | 1508 static const struct file_operations dfops = { variable 1597 debugfs_create_file("in", 0400, dbg->dbg_root, dev, &dfops); in create_debugfs_files() 1598 debugfs_create_file("out", 0200, dbg->dbg_root, dev, &dfops); in create_debugfs_files()
|
Completed in 16 milliseconds