Searched defs:brdprop (Results 1 – 3 of 3) sorted by relevance
28 struct brdprop { struct36 void (*setup)(struct brdprop *); argument37 void (*brdfix)(struct brdprop *); argument38 void (*pcifix)(struct brdprop *); argument39 void (*launch)(struct brdprop *); argument46 struct brdprop *brd_lookup(int); argument
131 struct brdprop *brdprop; in main() local
197 static struct brdprop *brdprop; variable