Lines Matching defs:master
563 * is a slave device to inputInfo master devices
645 * If master is NULL, return TRUE if the given device is an xtest device or
647 * If master is not NULL, return TRUE if the given device is this master's
651 IsXTestDevice(DeviceIntPtr dev, DeviceIntPtr master)
658 if (master)
659 return dev->xtest_master_id == master->id;
665 * @return The X Test virtual device for the given master.
668 GetXTestDevice(DeviceIntPtr master)
673 if (IsXTestDevice(it, master))
677 /* This only happens if master is a slave device. don't do that */