Lines Matching defs:control
75 swaps(&req->control);
77 swaps(&ctl->control);
89 xDeviceCtl *control = (xDeviceCtl *) (&request[1]);
98 printf(" -- no control struct\n");
99 request_ChangeDeviceControl(&client_request, request, control, BadLength);
103 request->control = DEVICE_RESOLUTION;
104 control->length = (sizeof(xDeviceResolutionCtl) >> 2);
105 request->length += control->length - 2;
106 request_ChangeDeviceControl(&client_request, request, control, BadLength);
110 request->control = DEVICE_ENABLE;
111 control->length = (sizeof(xDeviceEnableCtl) >> 2);
112 request->length += control->length - 2;
113 request_ChangeDeviceControl(&client_request, request, control, BadLength);