Home
last modified time | relevance | path

Searched refs:AvailableOptions (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Configure.c146 if (xf86DriverList[CurrentDriver]->AvailableOptions) in xf86AddBusDeviceToConfigure()
148 (*xf86DriverList[CurrentDriver]->AvailableOptions) (chipset, bus); in xf86AddBusDeviceToConfigure()
852 if (xf86DriverList[i]->AvailableOptions) { in DoShowOptions()
854 (*xf86DriverList[i]->AvailableOptions) (0, 0); in DoShowOptions()
H A Dxf86str.h223 const OptionInfoRec *(*AvailableOptions) (int chipid, int bustype); member
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddriver.c71 static const OptionInfoRec *AvailableOptions(int chipid, int busid);
124 AvailableOptions,
348 AvailableOptions(int chipid, int busid) in AvailableOptions() function