Lines Matching defs:slave
164 * Device is the slave device. If it is attached to a master device, we may
169 * - different slave device on same master
172 * XXX: They way how the code is we also send a map notify if the slave device
700 DeviceIntPtr slave;
707 rc = dixLookupDevice(&slave, dce->sourceid, serverClient, DixReadAccess);
712 if (!slave->u.master)
715 if (slave->u.master->id != dce->masterid)
716 return; /* not our slave anymore, don't care */
718 /* FIXME: we probably need to send a DCE for the new slave now */
720 device->public.devicePrivate = slave->public.devicePrivate;
723 DeepCopyDeviceClasses(slave, device, dce);
724 XISendDeviceChangedEvent(slave, device, dce);
750 * actually be the slave device that caused the event.
863 * Leave the button down if any slave has the
865 * event being delivered through the slave first