Searched refs:debugfs_ops (Results 1 – 7 of 7) sorted by relevance
| /drivers/net/netdevsim/ |
| A D | hwstats.c | 379 static struct debugfs_short_fops debugfs_ops = { variable 431 &nsim_dev_hwstats_l3_enable_fops, &debugfs_ops); in nsim_dev_hwstats_init() 433 &nsim_dev_hwstats_l3_disable_fops, &debugfs_ops); in nsim_dev_hwstats_init() 435 &nsim_dev_hwstats_l3_fail_fops, &debugfs_ops); in nsim_dev_hwstats_init()
|
| /drivers/net/wireless/broadcom/b43legacy/ |
| A D | debugfs.c | 308 static struct debugfs_short_fops debugfs_ops = { variable 387 &fops_##name, &debugfs_ops); \ in b43legacy_debugfs_add_device()
|
| /drivers/net/wireless/broadcom/b43/ |
| A D | debugfs.c | 602 static struct debugfs_short_fops debugfs_ops = { variable 705 &fops_##name, &debugfs_ops); \ in b43_debugfs_add_device()
|
| /drivers/net/wireless/intel/iwlegacy/ |
| A D | debug.c | 893 return il->debugfs_ops->rx_stats_read(file, user_buf, count, ppos); in il_dbgfs_ucode_rx_stats_read() 902 return il->debugfs_ops->tx_stats_read(file, user_buf, count, ppos); in il_dbgfs_ucode_tx_stats_read() 911 return il->debugfs_ops->general_stats_read(file, user_buf, count, ppos); in il_dbgfs_ucode_general_stats_read()
|
| A D | common.h | 1132 const struct il_debugfs_ops *debugfs_ops; member
|
| A D | 3945-mac.c | 3565 il->debugfs_ops = &il3945_debugfs_ops; in il3945_pci_probe()
|
| A D | 4965-mac.c | 6503 il->debugfs_ops = &il4965_debugfs_ops; in il4965_pci_probe()
|
Completed in 42 milliseconds