Linux Kernel
3.7.1
|
#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) |
EXPORT_SYMBOL_GPL | ( | gigaset_if_receive | ) |
Definition at line 539 of file interface.c.
void gigaset_if_freedriver | ( | struct gigaset_driver * | drv | ) |
Definition at line 625 of file interface.c.
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.
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.