Home
last modified time | relevance | path

Searched refs:clgen_zorro_probe_list (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/video/
Dclgenfb.c301 } clgen_zorro_probe_list[] __initdata = { variable
2630 for (i = 0; i < ARRAY_SIZE(clgen_zorro_probe_list); i++) in clgen_zorro_find()
2631 if ((z = zorro_find_device(clgen_zorro_probe_list[i].id, NULL))) in clgen_zorro_find()
2636 if (clgen_zorro_probe_list[i].id2) in clgen_zorro_find()
2637 *z2_o = zorro_find_device(clgen_zorro_probe_list[i].id2, NULL); in clgen_zorro_find()
2641 *btype = clgen_zorro_probe_list[i].btype; in clgen_zorro_find()
2642 *size = clgen_zorro_probe_list[i].size; in clgen_zorro_find()