Home | History | Annotate | Download | only in usbhidctl

Lines Matching defs:repptr

760 			struct Sreport *repptr;
765 repptr = &reports[repindex];
767 repptr = NULL;
769 if (repptr != NULL &&
771 getreport(repptr, hidfd, rd, repindex);
773 bufdata = (repptr == NULL || repptr->buffer == NULL) ?
774 NULL : repptr->buffer->ucr_data;
777 bufdata) && repptr)
778 repptr->status = srs_dirty;