Linux Kernel
3.7.1
|
#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) |
void jsm_check_queue_flow_control | ( | struct jsm_channel * | ch | ) |
void jsm_input | ( | struct jsm_channel * | ch | ) |