Lines Matching defs:control
71 swaps(&req->control);
73 swaps(&ctl->control);
85 xDeviceCtl *control = (xDeviceCtl *) (&request[1]);
94 printf(" -- no control struct\n");
95 request_ChangeDeviceControl(&client_request, request, control, BadLength);
99 request->control = DEVICE_RESOLUTION;
100 control->length = (sizeof(xDeviceResolutionCtl) >> 2);
101 request->length += control->length - 2;
102 request_ChangeDeviceControl(&client_request, request, control, BadLength);
106 request->control = DEVICE_ENABLE;
107 control->length = (sizeof(xDeviceEnableCtl) >> 2);
108 request->length += control->length - 2;
109 request_ChangeDeviceControl(&client_request, request, control, BadLength);