OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:busID
(Results
1 - 11
of
11
) sorted by relevancy
/xsrc/external/mit/xorg-server/dist/Xext/
xvmc.c
54
char
busID
[DR_BUSID_SIZE];
629
.busIDLen = bytes_to_int32(strlen(pScreenPriv->
busID
) + 1),
666
WriteToClient(client, rep.busIDLen, pScreenPriv->
busID
);
768
pScreenPriv->
busID
[0] = 0;
815
const char *
busID
, int major, int minor, int patchLevel)
820
strlcpy(pScreenPriv->
busID
,
busID
, DR_BUSID_SIZE);
/xsrc/external/mit/xorg-server.old/dist/Xext/
xvmc.c
54
char
busID
[DR_BUSID_SIZE];
590
rep.busIDLen = bytes_to_int32(strlen(pScreenPriv->
busID
) + 1);
629
pScreenPriv->
busID
);
731
pScreenPriv->
busID
[0] = 0;
776
char *
busID
, int major, int minor,
782
strncpy(pScreenPriv->
busID
,
busID
, DR_BUSID_SIZE);
787
pScreenPriv->
busID
[DR_BUSID_SIZE-1] = 0;
/xsrc/external/mit/xf86-video-newport/dist/src/
newport_driver.c
79
static const OptionInfoRec * NewportAvailableOptions(int chipid, int
busid
);
176
{ OPTION_BUS_ID, "
BusID
", OPTV_INTEGER, {0}, FALSE },
217
int numDevSections, numUsed, i, j,
busID
;
253
busID
= xf86SetIntOption(dev->options, "
BusID
", 0);
256
if (
busID
== probedIDs[j] ) {
263
+
busID
* NEWPORT_BASE_OFFSET);
277
pScrn->driverPrivate = (void*)(long)
busID
;
292
int i,
busID
;
302
busID
= (long)(pScrn->driverPrivate)
[
all
...]
newport.h
68
unsigned
busID
;
/xsrc/external/mit/libXvMC/dist/wrapper/
XvMCWrapper.c
302
char *
busID
= NULL;
304
if (0 == xW.XvMCGetDRInfo(dpy, port, &clientName, &
busID
, &major,
307
XFree(
busID
);
/xsrc/external/mit/xf86-video-qxl/dist/src/
qxl_driver.c
165
qxl_available_options (int chipid, int
busid
)
1276
char *
busID
;
1278
if (asprintf(&
busID
, "pci:%04x:%02x:%02x.%d",
1282
return
busID
;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86pciBus.c
261
xf86ParsePciBusString(const char *
busID
, int *bus, int *device, int *func)
273
if (StringToBusType(
busID
, &id) != BUS_PCI)
335
xf86ComparePciBusString(const char *
busID
, int bus, int device, int func)
339
if (xf86ParsePciBusString(
busID
, &ibus, &idevice, &ifunc)) {
499
if (devList[i]->
busID
&& *devList[i]->
busID
) {
500
if (xf86ComparePciBusString(devList[i]->
busID
,
615
Bool claimed; /*
BusID
matches with a device section */
792
* XXX This currently doesn't work for cases where the
BusID
isn't
797
if (devList[j]->screen > 0 && devList[j]->
busID
&& *devList[j]->busID)
[
all
...]
xf86str.h
305
const char *
busID
;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
driver.c
71
static const OptionInfoRec *AvailableOptions(int chipid, int
busid
);
297
char *
busID
;
299
if (asprintf(&
busID
, "pci:%04x:%02x:%02x.%d",
303
return
busID
;
338
AvailableOptions(int chipid, int
busid
)
1078
char *
BusID
= NULL;
1083
if ((
BusID
= ms_DRICreatePCIBusID(PciInfo)) != NULL) {
1084
ms->fd = drmOpen(NULL,
BusID
);
1085
free(
BusID
);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/
dri.c
150
const char *
busID
,
192
* if a
busid
string is passed.
194
openBusID = (drmlibmajor == 1 && drmlibminor >= 2) ?
busID
: NULL;
244
err = drmSetBusid(tmp.drmFD,
busID
);
2427
char *
busID
;
2429
if (asprintf(&
busID
, "pci:%04x:%02x:%02x.%d",
2433
return
busID
;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86str.h
390
char *
busID
;
Completed in 18 milliseconds
Indexes created Wed Jul 08 00:27:11 UTC 2026