Home
last modified time | relevance | path

Searched refs:BusType (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/buildroot/support/testing/tests/package/
H A Dsample_python_dbus_next.py5 from dbus_next import BusType
24 bus = await MessageBus(bus_type=BusType.SYSTEM).connect()
25 bus2 = await MessageBus(bus_type=BusType.SYSTEM).connect()
/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A Dhelper_mem.c269 BusType
272 BusType location_type; in xf86int10GetBiosLocationType()
H A Dxf86int10.h182 extern _X_EXPORT BusType xf86int10GetBiosLocationType(const xf86Int10InfoPtr
H A Dgeneric.c186 const BusType location_type = xf86int10GetBiosLocationType(pInt); in xf86ExtendedInitInt10()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Bus.h69 BusType StringToBusType(const char *busID, const char **retID);
H A Dxf86str.h266 } BusType; typedef
273 BusType type;
H A Dxf86Bus.c246 BusType
250 BusType ret = BUS_NONE; in StringToBusType()
H A Dxf86.h172 BusType bus, void *busData,
H A Dxf86Configure.c81 xf86AddBusDeviceToConfigure(const char *driver, BusType bus, void *busData, in xf86AddBusDeviceToConfigure()
H A Dxf86pciBus.c139 primaryBus.type ^= (BusType) (-1); in xf86PciProbe()
/OK3568_Linux_fs/kernel/Documentation/usb/
H A Dlinux.inf39 BusType = 15
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/
H A Dlnx_platform.c95 BusType bustype; in xf86PlatformDeviceCheckBusID()
/OK3568_Linux_fs/kernel/drivers/tty/
H A Drocket.c547 if (ctlp->BusType == isPCI) in rp_do_poll()
1268 if (info->ctlp->BusType == isISA) in reset_rm2()
1843 CtlP->BusType = isPCI; /* controller release 1 */ in sPCIInitController()
2571 CtlP->BusType = isISA; in sInitController()
H A Drocket_int.h307 int BusType; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/int10/
H A Dlinux.c274 const BusType location_type = xf86int10GetBiosLocationType(pInt); in xf86ExtendedInitInt10()