Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
cpm_uart_cpm1.c File Reference
#include <linux/module.h>
#include <linux/tty.h>
#include <linux/gfp.h>
#include <linux/ioport.h>
#include <linux/init.h>
#include <linux/serial.h>
#include <linux/console.h>
#include <linux/sysrq.h>
#include <linux/device.h>
#include <linux/bootmem.h>
#include <linux/dma-mapping.h>
#include <asm/io.h>
#include <asm/irq.h>
#include <asm/fs_pd.h>
#include <linux/serial_core.h>
#include <linux/kernel.h>
#include <linux/of.h>
#include "cpm_uart.h"

Go to the source code of this file.

Functions

void cpm_line_cr_cmd (struct uart_cpm_port *port, int cmd)
 
void __iomemcpm_uart_map_pram (struct uart_cpm_port *port, struct device_node *np)
 
void cpm_uart_unmap_pram (struct uart_cpm_port *port, void __iomem *pram)
 
int cpm_uart_allocbuf (struct uart_cpm_port *pinfo, unsigned int is_con)
 
void cpm_uart_freebuf (struct uart_cpm_port *pinfo)
 

Function Documentation

void cpm_line_cr_cmd ( struct uart_cpm_port port,
int  cmd 
)

Definition at line 53 of file cpm_uart_cpm1.c.

int cpm_uart_allocbuf ( struct uart_cpm_port pinfo,
unsigned int  is_con 
)

Definition at line 75 of file cpm_uart_cpm1.c.

void cpm_uart_freebuf ( struct uart_cpm_port pinfo)

Definition at line 127 of file cpm_uart_cpm1.c.

void __iomem* cpm_uart_map_pram ( struct uart_cpm_port port,
struct device_node np 
)

Definition at line 58 of file cpm_uart_cpm1.c.

void cpm_uart_unmap_pram ( struct uart_cpm_port port,
void __iomem pram 
)

Definition at line 64 of file cpm_uart_cpm1.c.