Searched refs:init_bios (Results 1 – 4 of 4) sorted by relevance
171 .init_bios = gm107_gr_init_bios,
401 .init_bios = gm107_gr_init_bios,
167 void (*init_bios)(struct gf100_gr *); member
2311 if (gr->func->init_bios) in gf100_gr_init()2312 gr->func->init_bios(gr); in gf100_gr_init()