Home
last modified time | relevance | path

Searched refs:xf86I2CFindBus (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/i2c/
H A Dxf86i2c.h62 extern _X_EXPORT I2CBusPtr xf86I2CFindBus(int scrnIndex, char *name);
H A Dxf86i2c.c787 if (b->BusName == NULL || xf86I2CFindBus(b->scrnIndex, b->BusName) != NULL) in xf86I2CBusInit()
840 xf86I2CFindBus(int scrnIndex, char *name) in xf86I2CFindBus() function