Home | History | Annotate | Download | only in usb

Lines Matching defs:input_size

552 	unsigned int input_size;	/* Size in bytes of input packets.  */
561 * input_size bytes long. */
566 * bytes; third, input_size bytes. */
581 .input_size = 81,
593 .input_size = 81,
605 .input_size = 64,
625 .input_size = 63, /* 64, minus one for the report id. */
881 int report_size, input_size;
894 input_size = hid_report_size(report_descriptor, report_size,
897 (int)uha->reportid, input_size);
915 if ((input_size < 0) ||
916 ((unsigned int)input_size !=
917 uatp_descriptor->parameters->input_size)) {
919 uatp_descriptor->parameters->input_size);
933 int report_size, input_size;
952 input_size = hid_report_size(report_descriptor, report_size, hid_input,
954 KASSERT(0 < input_size);
955 sc->sc_input_size = input_size;
959 KASSERT((int)sc->sc_parameters->input_size == input_size);