coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
blc.c File Reference
Include dependency graph for blc.c:

Go to the source code of this file.

Functions

int get_blc_values (const struct blc_pwm_t **entries)
 

Variables

static const struct blc_pwm_t blc_entries []
 

Function Documentation

◆ get_blc_values()

int get_blc_values ( const struct blc_pwm_t **  entries)

Definition at line 30 of file blc.c.

References ARRAY_SIZE, and blc_entries.

Referenced by get_blc_pwm_freq_value().

Here is the caller graph for this function:

Variable Documentation

◆ blc_entries

const struct blc_pwm_t blc_entries[]
static
Initial value:
= {
{"B141EW04 V7 ", 110},
{"B141EW05 V3 ", 450},
{"LP141WX3-TLR1", 110},
{"LP141WX5-TLP2", 450},
{"LTN141AT12401", 450},
{"LTN141W1-L05", 110},
{"LTN141WD-L05", 110},
{"LP154W02-TL06", 110},
{"LTN154P2-L05", 110},
{"LTN154P3-L02", 110},
{"LTN154X3-L02", 110},
{"LTN154U2-L05", 110},
{"154WX5-TLB2", 220},
}

Definition at line 1 of file blc.c.

Referenced by get_blc_values().