intel_bios.c | 54 * The VBT consists of a VBT Header (defined as &struct vbt_header), a BDB 55 * Header (&struct bdb_header), and a number of BIOS Data Blocks (BDB) that 58 * BDB Header. The data blocks are concatenated after the BDB Header. The data 77 /* Get BDB block size given a pointer to Block ID. */ 87 /* Get BDB block size give a pointer to data after Block ID and Block Size. */ 96 const struct bdb_header *bdb = _bdb; local in function:find_section 103 index += bdb->header_size; 104 total = bdb->bdb_size; 201 get_lvds_fp_timing(const struct bdb_header *bdb, 1936 const struct bdb_header *bdb; local in function:intel_bios_is_valid_vbt 2076 const struct bdb_header *bdb; local in function:intel_bios_init [all...] |