Home
last modified time | relevance | path

Searched refs:StringToBusType (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Bus.h69 BusType StringToBusType(const char *busID, const char **retID);
H A Dxf86Bus.c247 StringToBusType(const char *busID, const char **retID) in StringToBusType() function
H A Dxf86sbusBus.c261 if (StringToBusType(busID, &id) != BUS_SBUS) in xf86ParseSbusBusString()
H A Dxf86pciBus.c273 if (StringToBusType(busID, &id) != BUS_PCI) in xf86ParsePciBusString()
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/
H A Dlnx_platform.c101 bustype = StringToBusType(busid, &id); in xf86PlatformDeviceCheckBusID()