Lines Matching refs:get_endpoint
219 ep = get_endpoint(alts, 0)->bEndpointAddress; in init_pitch_v1()
374 epd = get_endpoint(*alts, 0); in search_roland_implicit_fb()
551 if ((get_endpoint(alts, 1)->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) != USB_ENDPOINT_XFER_ISOC || in set_sync_endpoint()
552 (get_endpoint(alts, 1)->bLength >= USB_DT_ENDPOINT_AUDIO_SIZE && in set_sync_endpoint()
553 get_endpoint(alts, 1)->bSynchAddress != 0)) { in set_sync_endpoint()
557 get_endpoint(alts, 1)->bmAttributes, in set_sync_endpoint()
558 get_endpoint(alts, 1)->bLength, in set_sync_endpoint()
559 get_endpoint(alts, 1)->bSynchAddress); in set_sync_endpoint()
564 ep = get_endpoint(alts, 1)->bEndpointAddress; in set_sync_endpoint()
565 if (get_endpoint(alts, 0)->bLength >= USB_DT_ENDPOINT_AUDIO_SIZE && in set_sync_endpoint()
566 get_endpoint(alts, 0)->bSynchAddress != 0 && in set_sync_endpoint()
567 ((is_playback && ep != (unsigned int)(get_endpoint(alts, 0)->bSynchAddress | USB_DIR_IN)) || in set_sync_endpoint()
568 (!is_playback && ep != (unsigned int)(get_endpoint(alts, 0)->bSynchAddress & ~USB_DIR_IN)))) { in set_sync_endpoint()
572 is_playback, ep, get_endpoint(alts, 0)->bSynchAddress); in set_sync_endpoint()
578 implicit_fb = (get_endpoint(alts, 1)->bmAttributes & USB_ENDPOINT_USAGE_MASK) in set_sync_endpoint()