Home | History | Annotate | Download | only in dix

Lines Matching refs:paired

198     if (ptr->spriteInfo->paired)
209 kbd->spriteInfo->paired = ptr;
210 ptr->spriteInfo->paired = kbd;
225 !dev->spriteInfo->paired)
473 if (other->spriteInfo->paired == dev)
475 ErrorF("[dix] cannot disable device, still paired. "
484 * MASTER_ATTACHED avoids paired devices, and with this call
2504 if (!dev->u.master && dev->spriteInfo->paired == dev)
2535 dev->spriteInfo->paired = dev;
2539 dev->spriteInfo->paired = master;
2555 * Return the device paired with the given device or NULL.
2556 * Returns the device paired with the parent master if the given device is a
2565 return dev->spriteInfo->paired;
2573 * returned master is either the device itself or the paired master device.