Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
board.h File Reference
#include <linux/types.h>

Go to the source code of this file.

Functions

void tegra_assert_system_reset (char mode, const char *cmd)
 
void __init tegra20_init_early (void)
 
void __init tegra30_init_early (void)
 
void __init tegra_map_common_io (void)
 
void __init tegra_init_irq (void)
 
void __init tegra_dt_init_irq (void)
 
int __init tegra_pcie_init (bool init_port0, bool init_port1)
 
void tegra_init_late (void)
 
int __init harmony_regulator_init (void)
 
void __init tegra_paz00_wifikill_init (void)
 

Variables

struct sys_timer tegra_sys_timer
 

Function Documentation

int __init harmony_regulator_init ( void  )
void __init tegra20_init_early ( void  )
void __init tegra30_init_early ( void  )
void tegra_assert_system_reset ( char  mode,
const char cmd 
)

Definition at line 70 of file common.c.

void __init tegra_dt_init_irq ( void  )
void __init tegra_init_irq ( void  )

Definition at line 115 of file irq.c.

void tegra_init_late ( void  )

Definition at line 157 of file common.c.

void __init tegra_map_common_io ( void  )

Definition at line 60 of file io.c.

void __init tegra_paz00_wifikill_init ( void  )

Definition at line 40 of file board-paz00.c.

int __init tegra_pcie_init ( bool  init_port0,
bool  init_port1 
)

Definition at line 855 of file pcie.c.

Variable Documentation

struct sys_timer tegra_sys_timer

Definition at line 248 of file timer.c.