Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
command.c File Reference
#include <linux/module.h>
#include "includes.h"
#include "hardware.h"
#include "message.h"
#include "card.h"
#include "scioc.h"

Go to the source code of this file.

Functions

int get_card_from_id (int driver)
 
int command (isdn_ctrl *cmd)
 
int startproc (int card)
 
int reset (int card)
 
void flushreadfifo (int card)
 

Function Documentation

int command ( isdn_ctrl cmd)

Definition at line 83 of file command.c.

void flushreadfifo ( int  card)

Definition at line 359 of file command.c.

int get_card_from_id ( int  driver)

Definition at line 68 of file command.c.

int reset ( int  card)

Definition at line 328 of file command.c.

int startproc ( int  card)

Definition at line 136 of file command.c.