Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
tty.h File Reference
#include <linux/types.h>
#include <linux/sched.h>
#include <pcmcia/cistpl.h>
#include <pcmcia/ds.h>

Go to the source code of this file.

Functions

int ipwireless_tty_init (void)
 
void ipwireless_tty_release (void)
 
struct ipw_ttyipwireless_tty_create (struct ipw_hardware *hw, struct ipw_network *net)
 
void ipwireless_tty_free (struct ipw_tty *tty)
 
void ipwireless_tty_received (struct ipw_tty *tty, unsigned char *data, unsigned int length)
 
int ipwireless_tty_is_modem (struct ipw_tty *tty)
 
void ipwireless_tty_notify_control_line_change (struct ipw_tty *tty, unsigned int channel_idx, unsigned int control_lines, unsigned int changed_mask)
 

Function Documentation

struct ipw_tty* ipwireless_tty_create ( struct ipw_hardware hw,
struct ipw_network net 
)
read

Definition at line 495 of file tty.c.

void ipwireless_tty_free ( struct ipw_tty tty)

Definition at line 539 of file tty.c.

int ipwireless_tty_init ( void  )

Definition at line 588 of file tty.c.

int ipwireless_tty_is_modem ( struct ipw_tty tty)

Definition at line 631 of file tty.c.

void ipwireless_tty_notify_control_line_change ( struct ipw_tty tty,
unsigned int  channel_idx,
unsigned int  control_lines,
unsigned int  changed_mask 
)

Definition at line 637 of file tty.c.

void ipwireless_tty_received ( struct ipw_tty tty,
unsigned char data,
unsigned int  length 
)

Definition at line 160 of file tty.c.

void ipwireless_tty_release ( void  )

Definition at line 620 of file tty.c.