Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions | Variables
debugport.c File Reference
#include <linux/console.h>
#include <linux/init.h>
#include <linux/major.h>
#include <linux/delay.h>
#include <linux/tty.h>
#include <arch/svinto.h>
#include <asm/io.h>

Go to the source code of this file.

Data Structures

struct  dbg_port
 

Functions

void reset_watchdog (void)
 
void console_print_etrax (const char *buf)
 
int getDebugChar (void)
 
void putDebugChar (int val)
 
void enableDebugIRQ (void)
 
void __init init_dummy_console (void)
 
int __init init_etrax_debug (void)
 
 __initcall (init_etrax_debug)
 

Variables

struct dbg_port ports []
 
struct dbg_portport
 

Function Documentation

__initcall ( init_etrax_debug  )
void console_print_etrax ( const char buf)

Definition at line 333 of file debugport.c.

void enableDebugIRQ ( void  )

Definition at line 371 of file debugport.c.

int getDebugChar ( void  )

Definition at line 341 of file debugport.c.

void __init init_dummy_console ( void  )

Definition at line 441 of file debugport.c.

int __init init_etrax_debug ( void  )

Definition at line 544 of file debugport.c.

void putDebugChar ( int  val)

Definition at line 358 of file debugport.c.

void reset_watchdog ( void  )

Definition at line 111 of file time.c.

Variable Documentation

Initial value:
=

Definition at line 106 of file debugport.c.

static unsigned int ports

Definition at line 42 of file debugport.c.