coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
ec.c File Reference
#include "ec.h"
#include <ec/compal/ene932/ec.h>
Include dependency graph for ec.c:

Go to the source code of this file.

Functions

static void set_keyboard_matrix_us (void)
 
static void enter_apm_mode (void)
 
void pavilion_m6_1035dx_ec_init (void)
 

Function Documentation

◆ enter_apm_mode()

static void enter_apm_mode ( void  )
static

Definition at line 14 of file ec.c.

References ec_kbc_write_cmd(), and ec_kbc_write_ib().

Referenced by pavilion_m6_1035dx_ec_init().

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

◆ pavilion_m6_1035dx_ec_init()

void pavilion_m6_1035dx_ec_init ( void  )

Definition at line 20 of file ec.c.

References enter_apm_mode(), and set_keyboard_matrix_us().

Referenced by pavilion_cold_boot_init().

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

◆ set_keyboard_matrix_us()

static void set_keyboard_matrix_us ( void  )
static

Definition at line 7 of file ec.c.

References ec_kbc_write_cmd(), and ec_kbc_write_ib().

Referenced by pavilion_m6_1035dx_ec_init().

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