Home | History | Annotate | Download | only in usb

Lines Matching defs:sc_input_size

498 	unsigned int sc_input_size;	/* Input packet size.  */
955 sc->sc_input_size = input_size;
1403 if (sc->sc_input_size < len) {
1408 } else if (sc->sc_input_size < (sc->sc_input_index + len)) {
1413 } else if (sc->sc_input_size == 81 && len == 17 &&
1441 if (sc->sc_input_index != sc->sc_input_size) {
1454 buttons = ((input[sc->sc_input_size - 1] & UATP_STATUS_BUTTON)
1475 (input[sc->sc_input_size - 1] &~
1479 input[sc->sc_input_size - 1]));
1552 return !!(input[sc->sc_input_size - 1] & UATP_STATUS_BASE);