Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
4965-debug.c File Reference
#include "common.h"
#include "4965.h"

Go to the source code of this file.

Functions

ssize_t il4965_ucode_rx_stats_read (struct file *file, char __user *user_buf, size_t count, loff_t *ppos)
 
ssize_t il4965_ucode_tx_stats_read (struct file *file, char __user *user_buf, size_t count, loff_t *ppos)
 
ssize_t il4965_ucode_general_stats_read (struct file *file, char __user *user_buf, size_t count, loff_t *ppos)
 

Variables

struct il_debugfs_ops il4965_debugfs_ops
 

Function Documentation

ssize_t il4965_ucode_general_stats_read ( struct file file,
char __user user_buf,
size_t  count,
loff_t *  ppos 
)

Definition at line 637 of file 4965-debug.c.

ssize_t il4965_ucode_rx_stats_read ( struct file file,
char __user user_buf,
size_t  count,
loff_t *  ppos 
)

Definition at line 59 of file 4965-debug.c.

ssize_t il4965_ucode_tx_stats_read ( struct file file,
char __user user_buf,
size_t  count,
loff_t *  ppos 
)

Definition at line 471 of file 4965-debug.c.

Variable Documentation

struct il_debugfs_ops il4965_debugfs_ops
Initial value:
= {
.rx_stats_read = il4965_ucode_rx_stats_read,
.tx_stats_read = il4965_ucode_tx_stats_read,
.general_stats_read = il4965_ucode_general_stats_read,
}

Definition at line 748 of file 4965-debug.c.