Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/upower/
H A Dupower_0.99.17.bb27 PACKAGECONFIG[idevice] = "-Didevice=enabled,-Didevice=disabled,libimobiledevice libplist"
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86pciBus.c337 int ibus, idevice, ifunc; in xf86ComparePciBusString() local
339 if (xf86ParsePciBusString(busID, &ibus, &idevice, &ifunc)) { in xf86ComparePciBusString()
340 return bus == ibus && device == idevice && func == ifunc; in xf86ComparePciBusString()