HomeSort by: relevance | last modified time | path
    Searched defs:bdb (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
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...]
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...]

Completed in 224 milliseconds