#include <linux/ctype.h>
#include <linux/string.h>
#include <linux/atmdev.h>
#include <linux/sonet.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/bitops.h>
#include <linux/capability.h>
#include <linux/delay.h>
#include <linux/mutex.h>
#include <linux/slab.h>
#include <net/sock.h>
#include "common.h"
#include "resources.h"
#include "addr.h"
Go to the source code of this file.
|
| LIST_HEAD (atm_devs) |
|
| DEFINE_MUTEX (atm_dev_mutex) |
|
struct atm_dev * | atm_dev_lookup (int number) |
|
| EXPORT_SYMBOL (atm_dev_lookup) |
|
struct atm_dev * | atm_dev_register (const char *type, struct device *parent, const struct atmdev_ops *ops, int number, unsigned long *flags) |
|
| EXPORT_SYMBOL (atm_dev_register) |
|
void | atm_dev_deregister (struct atm_dev *dev) |
|
| EXPORT_SYMBOL (atm_dev_deregister) |
|
int | atm_dev_ioctl (unsigned int cmd, void __user *arg, int compat) |
|
void * | atm_dev_seq_start (struct seq_file *seq, loff_t *pos) |
|
void | atm_dev_seq_stop (struct seq_file *seq, void *v) |
|
void * | atm_dev_seq_next (struct seq_file *seq, void *v, loff_t *pos) |
|
#define pr_fmt |
( |
|
fmt | ) |
KBUILD_MODNAME ":%s: " fmt, __func__ |