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_leds7x4_display_minssecs (unsigned int time, unsigned int points)
 
void peripheral_leds7x4_display_rtc (void)
 
void peripheral_leds_led_chase (void)
 

Function Documentation

void peripheral_leds7x4_display_dec ( unsigned int  val,
unsigned int  points 
)

Definition at line 36 of file leds.c.

void peripheral_leds7x4_display_hex ( unsigned int  val,
unsigned int  points 
)

Definition at line 52 of file leds.c.

void peripheral_leds7x4_display_minssecs ( unsigned int  time,
unsigned int  points 
)

Definition at line 82 of file leds.c.

void peripheral_leds7x4_display_rtc ( void  )

Definition at line 98 of file leds.c.

void peripheral_leds_display_exception ( enum exception_code  code)

Definition at line 68 of file leds.c.

void peripheral_leds_led_chase ( void  )

Definition at line 118 of file leds.c.