Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
leds.c File Reference
#include <linux/kernel.h>
#include <linux/param.h>
#include <linux/init.h>
#include <asm/io.h>
#include <asm/processor.h>
#include <asm/intctl-regs.h>
#include <asm/rtc-regs.h>
#include <unit/leds.h>

Go to the source code of this file.

Functions

void peripheral_leds7x4_display_dec (unsigned int val, unsigned int points)
 
void peripheral_leds7x4_display_hex (unsigned int val, unsigned int points)
 
void peripheral_leds_display_exception (enum exception_code code)
 
void peripheral_leds_led_chase (void)
 

Function Documentation

void peripheral_leds7x4_display_dec ( unsigned int  val,
unsigned int  points 
)

Definition at line 94 of file leds.c.

void peripheral_leds7x4_display_hex ( unsigned int  val,
unsigned int  points 
)

Definition at line 95 of file leds.c.

void peripheral_leds_display_exception ( enum exception_code  code)

Definition at line 96 of file leds.c.

void peripheral_leds_led_chase ( void  )

Definition at line 97 of file leds.c.