Lines Matching refs:umouse_confd
167 static struct umouse_config_desc umouse_confd = { variable
169 .bLength = sizeof(umouse_confd.confd),
171 .wTotalLength[0] = sizeof(umouse_confd),
179 .bLength = sizeof(umouse_confd.ifcd),
187 .bLength = sizeof(umouse_confd.hidd),
196 .bLength = sizeof(umouse_confd.endpd),
204 .bLength = sizeof(umouse_confd.sscompd),
370 *udata = umouse_confd.confd.bConfigurationValue; in umouse_request()
406 if (len > sizeof(umouse_confd)) { in umouse_request()
407 data->blen = len - sizeof(umouse_confd); in umouse_request()
408 len = sizeof(umouse_confd); in umouse_request()
412 memcpy(data->buf, &umouse_confd, len); in umouse_request()