Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/netdevsim/
H A Dhwstats.c382 static struct debugfs_short_fops debugfs_ops = { variable
434 &nsim_dev_hwstats_l3_enable_fops, &debugfs_ops); in nsim_dev_hwstats_init()
436 &nsim_dev_hwstats_l3_disable_fops, &debugfs_ops); in nsim_dev_hwstats_init()
438 &nsim_dev_hwstats_l3_fail_fops, &debugfs_ops); in nsim_dev_hwstats_init()
/linux-6.15/kernel/kcsan/
H A Ddebugfs.c258 static const struct file_operations debugfs_ops = variable
268 debugfs_create_file("kcsan", 0644, NULL, NULL, &debugfs_ops); in kcsan_debugfs_init()
/linux-6.15/drivers/net/wireless/broadcom/b43legacy/
H A Ddebugfs.c308 static struct debugfs_short_fops debugfs_ops = { variable
387 &fops_##name, &debugfs_ops); \ in b43legacy_debugfs_add_device()
/linux-6.15/drivers/net/wireless/broadcom/b43/
H A Ddebugfs.c602 static struct debugfs_short_fops debugfs_ops = { variable
705 &fops_##name, &debugfs_ops); \ in b43_debugfs_add_device()
/linux-6.15/drivers/net/wireless/intel/iwlegacy/
H A Ddebug.c893 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()
H A Dcommon.h1132 const struct il_debugfs_ops *debugfs_ops; member
H A D3945-mac.c3565 il->debugfs_ops = &il3945_debugfs_ops; in il3945_pci_probe()
H A D4965-mac.c6500 il->debugfs_ops = &il4965_debugfs_ops; in il4965_pci_probe()