Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intel/iwlegacy/
Ddebug.c922 return il->debugfs_ops->rx_stats_read(file, user_buf, count, ppos); in il_dbgfs_ucode_rx_stats_read()
931 return il->debugfs_ops->tx_stats_read(file, user_buf, count, ppos); in il_dbgfs_ucode_tx_stats_read()
940 return il->debugfs_ops->general_stats_read(file, user_buf, count, ppos); in il_dbgfs_ucode_general_stats_read()
Dcommon.h1138 const struct il_debugfs_ops *debugfs_ops; member
D3945-mac.c3623 il->debugfs_ops = &il3945_debugfs_ops; in il3945_pci_probe()
D4965-mac.c6523 il->debugfs_ops = &il4965_debugfs_ops; in il4965_pci_probe()