Symbol: nvbios
drivers/gpu/drm/nouveau/dispnv50/disp.c
1760
struct nvbios *bios = &drm->vbios;
drivers/gpu/drm/nouveau/nouveau_bios.c
1014
parse_bit_structure(struct nvbios *bios, const uint16_t bitoffset)
drivers/gpu/drm/nouveau/nouveau_bios.c
1040
static int parse_bmp_structure(struct drm_device *dev, struct nvbios *bios, unsigned int offset)
drivers/gpu/drm/nouveau/nouveau_bios.c
108
struct nvbios *bios = &drm->vbios;
drivers/gpu/drm/nouveau/nouveau_bios.c
148
struct nvbios *bios = &drm->vbios;
drivers/gpu/drm/nouveau/nouveau_bios.c
1754
fabricate_dcb_encoder_table(struct drm_device *dev, struct nvbios *bios)
drivers/gpu/drm/nouveau/nouveau_bios.c
1820
dcb_fake_connectors(struct nvbios *bios)
drivers/gpu/drm/nouveau/nouveau_bios.c
1866
parse_dcb_table(struct drm_device *dev, struct nvbios *bios)
drivers/gpu/drm/nouveau/nouveau_bios.c
1912
static int load_nv17_hwsq_ucode_entry(struct drm_device *dev, struct nvbios *bios, uint16_t hwsq_offset, int entry)
drivers/gpu/drm/nouveau/nouveau_bios.c
1961
struct nvbios *bios)
drivers/gpu/drm/nouveau/nouveau_bios.c
1987
struct nvbios *bios = &drm->vbios;
drivers/gpu/drm/nouveau/nouveau_bios.c
2019
struct nvbios *legacy = &drm->vbios;
drivers/gpu/drm/nouveau/nouveau_bios.c
2021
memset(legacy, 0, sizeof(struct nvbios));
drivers/gpu/drm/nouveau/nouveau_bios.c
2047
struct nvbios *bios = &drm->vbios;
drivers/gpu/drm/nouveau/nouveau_bios.c
2084
struct nvbios *bios = &drm->vbios;
drivers/gpu/drm/nouveau/nouveau_bios.c
218
struct nvbios *bios = &drm->vbios;
drivers/gpu/drm/nouveau/nouveau_bios.c
261
static int parse_lvds_manufacturer_table_header(struct drm_device *dev, struct nvbios *bios, struct lvdstableheader *lth)
drivers/gpu/drm/nouveau/nouveau_bios.c
318
get_fp_strap(struct drm_device *dev, struct nvbios *bios)
drivers/gpu/drm/nouveau/nouveau_bios.c
344
static int parse_fp_mode_table(struct drm_device *dev, struct nvbios *bios)
drivers/gpu/drm/nouveau/nouveau_bios.c
451
struct nvbios *bios = &drm->vbios;
drivers/gpu/drm/nouveau/nouveau_bios.c
522
struct nvbios *bios = &drm->vbios;
drivers/gpu/drm/nouveau/nouveau_bios.c
638
struct nvbios *bios = &drm->vbios;
drivers/gpu/drm/nouveau/nouveau_bios.c
64
static uint16_t clkcmptable(struct nvbios *bios, uint16_t clktable, int pxclk)
drivers/gpu/drm/nouveau/nouveau_bios.c
679
static void parse_script_table_pointers(struct nvbios *bios, uint16_t offset)
drivers/gpu/drm/nouveau/nouveau_bios.c
696
static int parse_bit_A_tbl_entry(struct drm_device *dev, struct nvbios *bios, struct bit_entry *bitentry)
drivers/gpu/drm/nouveau/nouveau_bios.c
743
static int parse_bit_display_tbl_entry(struct drm_device *dev, struct nvbios *bios, struct bit_entry *bitentry)
drivers/gpu/drm/nouveau/nouveau_bios.c
765
static int parse_bit_init_tbl_entry(struct drm_device *dev, struct nvbios *bios, struct bit_entry *bitentry)
drivers/gpu/drm/nouveau/nouveau_bios.c
783
static int parse_bit_i_tbl_entry(struct drm_device *dev, struct nvbios *bios, struct bit_entry *bitentry)
drivers/gpu/drm/nouveau/nouveau_bios.c
845
static int parse_bit_lvds_tbl_entry(struct drm_device *dev, struct nvbios *bios, struct bit_entry *bitentry)
drivers/gpu/drm/nouveau/nouveau_bios.c
871
parse_bit_M_tbl_entry(struct drm_device *dev, struct nvbios *bios,
drivers/gpu/drm/nouveau/nouveau_bios.c
902
static int parse_bit_tmds_tbl_entry(struct drm_device *dev, struct nvbios *bios, struct bit_entry *bitentry)
drivers/gpu/drm/nouveau/nouveau_bios.c
965
int (* const parse_fn)(struct drm_device *, struct nvbios *, struct bit_entry *);
drivers/gpu/drm/nouveau/nouveau_bios.c
974
struct nvbios *bios = &drm->vbios;
drivers/gpu/drm/nouveau/nouveau_bios.c
999
parse_bit_table(struct nvbios *bios, const uint16_t bitoffset,
drivers/gpu/drm/nouveau/nouveau_connector.c
884
struct nvbios *bios = &drm->vbios;
drivers/gpu/drm/nouveau/nouveau_drv.h
286
struct nvbios vbios;