Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/proc_fs.h>
#include <linux/tty.h>
#include <linux/poll.h>
#include <linux/cred.h>
#include <linux/sched.h>
#include <linux/ratelimit.h>
#include <asm/unaligned.h>
#include "dgrp_common.h"
Go to the source code of this file.
Data Structures | |
struct | digi_node |
struct | digi_chan |
struct | digi_vpd |
struct | digi_debug |
Macros | |
#define | DIGI_GETNODE (('d'<<8) | 249) /* get board info */ |
#define | DIGI_GETCHAN (('d'<<8) | 248) /* get channel info */ |
#define | DIGI_GETVPD (('d'<<8) | 246) /* get VPD info */ |
#define | DIGI_SETDEBUG (('d'<<8) | 247) /* set debug info */ |
Functions | |
void | dgrp_register_dpa_hook (struct proc_dir_entry *de) |
void | dgrp_dpa_data (struct nd_struct *nd, int type, u8 *buf, int size) |
Definition at line 95 of file dgrp_dpa_ops.c.
Definition at line 78 of file dgrp_dpa_ops.c.
Definition at line 103 of file dgrp_dpa_ops.c.
Definition at line 111 of file dgrp_dpa_ops.c.
void dgrp_register_dpa_hook | ( | struct proc_dir_entry * | de | ) |
Definition at line 114 of file dgrp_dpa_ops.c.