Lines Matching defs:master
569 * is a slave device to inputInfo master devices
643 * If master is NULL, return TRUE if the given device is an xtest device or
645 * If master is not NULL, return TRUE if the given device is this master's
649 IsXTestDevice(DeviceIntPtr dev, DeviceIntPtr master)
656 if (master)
657 return dev->xtest_master_id == master->id;
663 * @return The X Test virtual device for the given master.
666 GetXTestDevice(DeviceIntPtr master)
672 if (IsXTestDevice(it, master))
676 /* This only happens if master is a slave device. don't do that */