Home
last modified time | relevance | path

Searched defs:Inst (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86pciBus.c611 struct Inst { struct
612 struct pci_device *pci;
613 GDevPtr dev;
614 Bool foundHW; /* PCIid in list of supported chipsets */
615 Bool claimed; /* BusID matches with a device section */
616 int chip;
617 int screen;
H A Dxf86sbusBus.c396 struct Inst { in xf86MatchSbusInstances() struct
397 sbusDevicePtr sbus; in xf86MatchSbusInstances()
398 GDevPtr dev; in xf86MatchSbusInstances()
399 Bool claimed; /* BusID matches with a device section */ in xf86MatchSbusInstances()