Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
interface.c File Reference
#include "gigaset.h"
#include <linux/gigaset_dev.h>
#include <linux/tty_flip.h>
#include <linux/module.h>

Go to the source code of this file.

Functions

void gigaset_if_init (struct cardstate *cs)
 
void gigaset_if_free (struct cardstate *cs)
 
void gigaset_if_receive (struct cardstate *cs, unsigned char *buffer, size_t len)
 
 EXPORT_SYMBOL_GPL (gigaset_if_receive)
 
void gigaset_if_initdriver (struct gigaset_driver *drv, const char *procname, const char *devname)
 
void gigaset_if_freedriver (struct gigaset_driver *drv)
 

Function Documentation

EXPORT_SYMBOL_GPL ( gigaset_if_receive  )
void gigaset_if_free ( struct cardstate cs)

Definition at line 539 of file interface.c.

void gigaset_if_freedriver ( struct gigaset_driver drv)

Definition at line 625 of file interface.c.

void gigaset_if_init ( struct cardstate cs)

Definition at line 516 of file interface.c.

void gigaset_if_initdriver ( struct gigaset_driver drv,
const char procname,
const char devname 
)

Definition at line 585 of file interface.c.

void gigaset_if_receive ( struct cardstate cs,
unsigned char buffer,
size_t  len 
)

gigaset_if_receive() - pass a received block of data to the tty device : device descriptor structure. : received data. : number of bytes received.

Called by asyncdata/isocdata if a block of data received from the device must be sent to userspace through the ttyG* device.

Definition at line 562 of file interface.c.