coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
dock.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int dock_connect (void)
 
void dock_disconnect (void)
 
int dock_present (void)
 
int dlpc_init (void)
 
int legacy_io_present (void)
 
void legacy_io_init (void)
 

Function Documentation

◆ dlpc_init()

int dlpc_init ( void  )

Definition at line 72 of file dock.c.

◆ dock_connect()

int dock_connect ( void  )

Definition at line 215 of file dock.c.

◆ dock_disconnect()

void dock_disconnect ( void  )

Definition at line 234 of file dock.c.

◆ dock_present()

int dock_present ( void  )

Definition at line 36 of file dock.c.

◆ legacy_io_init()

void legacy_io_init ( void  )

Definition at line 211 of file dock.c.

References dock_superio_init(), pmh7_ultrabay_power_enable(), and udelay().

Referenced by bootblock_mainboard_early_init().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ legacy_io_present()

int legacy_io_present ( void  )

Definition at line 206 of file dock.c.

References DEFAULT_GPIOBASE, and inb().

Referenced by bootblock_mainboard_early_init(), and mainboard_io_trap_handler().

Here is the call graph for this function:
Here is the caller graph for this function: