Home
last modified time | relevance | path

Searched refs:driverName (Results 1 – 25 of 32) sorted by relevance

12

/OK3568_Linux_fs/external/xserver/glx/
H A Dglxdricommon.c271 glxProbeDriver(const char *driverName, in glxProbeDriver() argument
303 driverName); in glxProbeDriver()
317 driverName); in glxProbeDriver()
322 __DRI_DRIVER_GET_EXTENSIONS, driverName) != -1) { in glxProbeDriver()
335 driverName, dlerror()); in glxProbeDriver()
354 driverName); in glxProbeDriver()
H A Dglxdriswrast.c423 const char *driverName = "swrast"; in __glXDRIscreenProbe() local
438 screen->driver = glxProbeDriver(driverName, in __glXDRIscreenProbe()
469 LogMessage(X_INFO, "IGLX: Loaded and initialized %s\n", driverName); in __glXDRIscreenProbe()
H A Dglxdri2.c932 const char *driverName, *deviceName; in __glXDRIscreenProbe() local
943 &screen->fd, &driverName, &deviceName)) { in __glXDRIscreenProbe()
958 glxProbeDriver(driverName, (void **) &screen->core, __DRI_CORE, 1, in __glXDRIscreenProbe()
1000 LogMessage(X_INFO, "AIGLX: Loaded and initialized %s\n", driverName); in __glXDRIscreenProbe()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86sbusBus.c382 xf86MatchSbusInstances(const char *driverName, int sbusDevId, in xf86MatchSbusInstances() argument
436 pGDev = xf86AddBusDeviceToConfigure(drvp->driverName, BUS_SBUS, in xf86MatchSbusInstances()
452 DebugF("%s instances found: %d\n", driverName, allocatedInstances); in xf86MatchSbusInstances()
470 driverName, devList[j]->identifier, in xf86MatchSbusInstances()
491 "found: %s\n", driverName, in xf86MatchSbusInstances()
501 driverName, promPath); in xf86MatchSbusInstances()
506 driverName, psdp->fbNum); in xf86MatchSbusInstances()
516 DebugF("%s instances found: %d\n", driverName, numClaimedInstances); in xf86MatchSbusInstances()
531 driverName, psdp->fbNum, psdp->node.node); in xf86MatchSbusInstances()
H A Dxf86pciBus.c458 xf86AddBusDeviceToConfigure(drvp->driverName, BUS_PCI, in xf86PciAddMatchingDev()
489 const unsigned numDevs = xf86MatchDevice(drvp->driverName, &devList); in xf86PciProbeDev()
541 drvp->driverName, pPci->bus, pPci->dev, pPci->func); in xf86PciProbeDev()
653 xf86MatchPciInstances(const char *driverName, int vendorID, in xf86MatchPciInstances() argument
742 xf86AddBusDeviceToConfigure(drvp->driverName, in xf86MatchPciInstances()
786 DebugF("%s instances found: %d\n", driverName, allocatedInstances); in xf86MatchPciInstances()
832 driverName, devList[j]->busID, in xf86MatchPciInstances()
849 "found: %s\n", driverName, in xf86MatchPciInstances()
862 driverName, pPci->bus, pPci->domain, pPci->dev, in xf86MatchPciInstances()
872 DebugF("%s instances found: %d\n", driverName, numClaimedInstances); in xf86MatchPciInstances()
[all …]
H A Dxf86sbusBus.h63 const char *driverName; member
71 extern _X_EXPORT int xf86MatchSbusInstances(const char *driverName,
H A Dxf86platformBus.c533 const unsigned numDevs = xf86MatchDevice(drvp->driverName, &devList); in xf86platformProbeDev()
587 xf86MatchDevice(drvp->driverName, &devList); in xf86platformAddGPUDevices()
623 if (!strcmp(xf86DriverList[i]->driverName, hotplug_driver_name)) { in xf86platformAddDevice()
H A Dxf86Helper.c136 if (xf86InputDriverList[i] && xf86InputDriverList[i]->driverName && in xf86LookupInputDriver()
137 xf86NameCmp(name, xf86InputDriverList[i]->driverName) == 0) in xf86LookupInputDriver()
1060 const char *driverName = NULL; in xf86VIDrvMsgVerb() local
1067 driverName = dev->drv->driverName; in xf86VIDrvMsgVerb()
1070 LogHdrMessageVerb(type, verb, format, args, "%s: %s: ", driverName, in xf86VIDrvMsgVerb()
H A Dxf86str.h220 const char *driverName; member
568 const char *driverName; /* canonical name used in */ member
H A Dxf86Configure.c857 xf86DriverList[i]->driverName); in DoShowOptions()
861 xf86DriverList[i]->driverName); in DoShowOptions()
868 i, xf86DriverList[i]->driverName, vers->vendor); in DoShowOptions()
H A Dxf86Xinput.h76 const char *driverName; member
H A Dxf86.h116 extern _X_EXPORT int xf86MatchPciInstances(const char *driverName,
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/wifi/
H A Dwifiwidget.cpp37 if(m_apConfig.driverName.isEmpty()) in initUi()
76 m_apConfig.driverName, in createAP()
157 m_staConfig.driverName, in createSTA()
224 m_staConfig.driverName =head.attribute("driverName"); in loadData()
229 m_apConfig.driverName =head.attribute("driverNameAP");; in loadData()
H A Dhostapdcli.cpp57 …t_hostapd(const QString &ko, const QString &ModuleName, const QString &driverName, const QString &… in start_hostapd() argument
61 m_d->driver = driverName; in start_hostapd()
88 "rsn_pairwise=CCMP\n").arg(driverName) ; in start_hostapd()
H A Dwifiwidget.h25 QString driverName; //nl80211 member
H A Dhostapdcli.h40 const QString &driverName,
H A Dwpaclicmd.cpp139 …upplicant(const QString &ko, const QString &ModuleName, const QString &driverName, const QString &… in startWpa_supplicant() argument
160 .arg(driverName) in startWpa_supplicant()
H A Dwpaclicmd.h41 const QString &driverName, const QString &cardName);
/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-ati/
H A D0002-ati-cleanup-terminology-to-use-primary-secondary.patch259 - return master_scrn->driverName == scrn->driverName;
260 + return primary_scrn->driverName == scrn->driverName;
270 - return slave_scrn->driverName == scrn->driverName;
271 + return secondary_scrn->driverName == scrn->driverName;
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati/
H A D0001-ati-cleanup-terminology-to-use-primary-secondary.patch257 - return master_scrn->driverName == scrn->driverName;
258 + return primary_scrn->driverName == scrn->driverName;
268 - return slave_scrn->driverName == scrn->driverName;
269 + return secondary_scrn->driverName == scrn->driverName;
/OK3568_Linux_fs/external/xserver/hw/xfree86/dri2/
H A Ddri2ext.c114 const char *driverName; in ProcDRI2Connect() local
123 stuff->driverType, &fd, &driverName, &deviceName)) in ProcDRI2Connect()
126 rep.driverNameLength = strlen(driverName); in ProcDRI2Connect()
133 WriteToClient(client, rep.driverNameLength, driverName); in ProcDRI2Connect()
H A Ddri2.c113 const char *driverName; member
1324 const char **driverName, const char **deviceName) in DRI2Connect() argument
1341 *driverName = ds->driverNames[driver_id]; in DRI2Connect()
1607 ds->numDrivers = info->driverName ? 1 : 2; in DRI2ScreenInit()
1612 if (info->driverName) { in DRI2ScreenInit()
1613 ds->driverNames[0] = info->driverName; in DRI2ScreenInit()
1615 ds->driverName = dri2_probe_driver_name(pScreen, info); in DRI2ScreenInit()
1616 ds->driverNames[0] = ds->driverNames[1] = ds->driverName; in DRI2ScreenInit()
1667 free((char *)ds->driverName); in DRI2CloseScreen()
H A Ddri2.h213 const char *driverName; member
266 const char **driverName,
/OK3568_Linux_fs/kernel/drivers/scsi/dpt/
H A Dsys_info.h237 uCHAR driverName[13]; /* ie PM12NW31.DSK */ member
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/bus/
H A DSbus.c271 if (sbusDeviceTable[i].driverName) in promWalkGetDriverName()
272 return sbusDeviceTable[i].driverName; in promWalkGetDriverName()

12