Lines Matching refs:get_endpoint
164 ep = get_endpoint(alts, 0)->bEndpointAddress; in init_pitch_v1()
307 epd = get_endpoint(*alts, 0); in search_roland_implicit_fb()
432 if ((get_endpoint(alts, 1)->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) != USB_ENDPOINT_XFER_ISOC || in set_sync_endpoint()
433 (get_endpoint(alts, 1)->bLength >= USB_DT_ENDPOINT_AUDIO_SIZE && in set_sync_endpoint()
434 get_endpoint(alts, 1)->bSynchAddress != 0)) { in set_sync_endpoint()
438 get_endpoint(alts, 1)->bmAttributes, in set_sync_endpoint()
439 get_endpoint(alts, 1)->bLength, in set_sync_endpoint()
440 get_endpoint(alts, 1)->bSynchAddress); in set_sync_endpoint()
445 ep = get_endpoint(alts, 1)->bEndpointAddress; in set_sync_endpoint()
446 if (get_endpoint(alts, 0)->bLength >= USB_DT_ENDPOINT_AUDIO_SIZE && in set_sync_endpoint()
447 ((is_playback && ep != (unsigned int)(get_endpoint(alts, 0)->bSynchAddress | USB_DIR_IN)) || in set_sync_endpoint()
448 (!is_playback && ep != (unsigned int)(get_endpoint(alts, 0)->bSynchAddress & ~USB_DIR_IN)))) { in set_sync_endpoint()
452 is_playback, ep, get_endpoint(alts, 0)->bSynchAddress); in set_sync_endpoint()
458 implicit_fb = (get_endpoint(alts, 1)->bmAttributes & USB_ENDPOINT_USAGE_MASK) in set_sync_endpoint()