Lines Matching refs:get_endpoint
152 ep = get_endpoint(alts, 0)->bEndpointAddress; in init_pitch_v1()
307 epd = get_endpoint(*alts, 0); in search_roland_implicit_fb()
484 if ((get_endpoint(alts, 1)->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) != USB_ENDPOINT_XFER_ISOC || in set_sync_endpoint()
485 (get_endpoint(alts, 1)->bLength >= USB_DT_ENDPOINT_AUDIO_SIZE && in set_sync_endpoint()
486 get_endpoint(alts, 1)->bSynchAddress != 0)) { in set_sync_endpoint()
490 get_endpoint(alts, 1)->bmAttributes, in set_sync_endpoint()
491 get_endpoint(alts, 1)->bLength, in set_sync_endpoint()
492 get_endpoint(alts, 1)->bSynchAddress); in set_sync_endpoint()
497 ep = get_endpoint(alts, 1)->bEndpointAddress; in set_sync_endpoint()
498 if (get_endpoint(alts, 0)->bLength >= USB_DT_ENDPOINT_AUDIO_SIZE && in set_sync_endpoint()
499 get_endpoint(alts, 0)->bSynchAddress != 0 && in set_sync_endpoint()
500 ((is_playback && ep != (unsigned int)(get_endpoint(alts, 0)->bSynchAddress | USB_DIR_IN)) || in set_sync_endpoint()
501 (!is_playback && ep != (unsigned int)(get_endpoint(alts, 0)->bSynchAddress & ~USB_DIR_IN)))) { in set_sync_endpoint()
505 is_playback, ep, get_endpoint(alts, 0)->bSynchAddress); in set_sync_endpoint()
511 implicit_fb = (get_endpoint(alts, 1)->bmAttributes & USB_ENDPOINT_USAGE_MASK) in set_sync_endpoint()