coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
dock.c File Reference
#include <console/console.h>
#include <device/device.h>
#include "dock.h"
#include <southbridge/intel/common/gpio.h>
#include <ec/lenovo/h8/h8.h>
#include <ec/acpi/ec.h>
Include dependency graph for dock.c:

Go to the source code of this file.

Functions

void h8_mb_init (void)
 
void dock_connect (void)
 
void dock_disconnect (void)
 
int dock_present (void)
 

Function Documentation

◆ dock_connect()

void dock_connect ( void  )

Definition at line 20 of file dock.c.

References ec_set_bit().

Here is the call graph for this function:

◆ dock_disconnect()

void dock_disconnect ( void  )

Definition at line 28 of file dock.c.

References ec_clr_bit().

Here is the call graph for this function:

◆ dock_present()

int dock_present ( void  )

Definition at line 36 of file dock.c.

Referenced by h8_mb_init().

Here is the caller graph for this function:

◆ h8_mb_init()

void h8_mb_init ( void  )

Definition at line 10 of file dock.c.

References BIOS_DEBUG, dock_connect(), dock_present(), and printk.

Here is the call graph for this function: