Lines Matching refs:STR_IN
37 STR_IN = SNDRV_RAWMIDI_STREAM_INPUT enumerator
222 if (ep->direction == STR_IN) in submit_io_urbs()
293 if (ep->direction == STR_IN) in alloc_midi_urbs()
401 if (ep->direction == STR_IN) { in start_input_streams()
409 if (ep->direction == STR_IN) in start_input_streams()
417 if (ep->direction == STR_IN) in start_input_streams()
451 dir = (endpoint & USB_DIR_IN) ? STR_IN : STR_OUT; in create_midi2_endpoint()
460 if (dir == STR_IN) { in create_midi2_endpoint()
740 rmidi->eps[STR_IN] = ep_in; in create_midi2_ump()
962 if (ep->direction != STR_IN) in parse_midi_2_0()
986 if (ep->direction == STR_IN) in parse_midi_2_0()
1195 if (ep->direction == STR_IN) in resume_midi2_endpoint()