Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DDevice.c121 ptr->dev_vendor = xf86_lex_val.str; in xf86parseDeviceSection()
270 if (ptr->dev_vendor) in xf86printDeviceSection()
271 fprintf(cf, "\tVendorName \"%s\"\n", ptr->dev_vendor); in xf86printDeviceSection()
324 TestFree(ptr->dev_vendor); in xf86freeDeviceList()
H A Dxf86Parser.h205 const char *dev_vendor; member
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dcore_irongate.h38 igcsr32 dev_vendor; /* 0x00 - device ID, vendor ID */ member
94 igcsr32 dev_vendor; /* 0x00 - Device and Vendor IDs */ member
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dsys_nautilus.c265 if ((IRONGATE0->dev_vendor >> 16) > 0x7006) /* Albacore? */ in nautilus_init_pci()
H A Dcore_irongate.c262 int amd761 = (IRONGATE0->dev_vendor >> 16) > 0x7006; /* Albacore? */ in irongate_init_arch()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Config.c2068 devicep->vendor = conf_device->dev_vendor; in configDevice()