Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
jsm_tty.c File Reference
#include <linux/tty.h>
#include <linux/tty_flip.h>
#include <linux/serial_reg.h>
#include <linux/delay.h>
#include <linux/pci.h>
#include <linux/slab.h>
#include "jsm.h"

Go to the source code of this file.

Functions

int __devinit jsm_tty_init (struct jsm_board *brd)
 
int jsm_uart_port_init (struct jsm_board *brd)
 
int jsm_remove_uart_port (struct jsm_board *brd)
 
void jsm_input (struct jsm_channel *ch)
 
void jsm_check_queue_flow_control (struct jsm_channel *ch)
 

Function Documentation

void jsm_check_queue_flow_control ( struct jsm_channel ch)

Definition at line 763 of file jsm_tty.c.

void jsm_input ( struct jsm_channel ch)

Definition at line 520 of file jsm_tty.c.

int jsm_remove_uart_port ( struct jsm_board brd)

Definition at line 488 of file jsm_tty.c.

int __devinit jsm_tty_init ( struct jsm_board brd)

Definition at line 374 of file jsm_tty.c.

int jsm_uart_port_init ( struct jsm_board brd)

Definition at line 438 of file jsm_tty.c.